The Scene tab in Unity is an essential component of the Unity Editor, allowing developers to create, navigate, and manage different scenes within their projects. Scenes are used to organize and build different parts of a game or application, such as levels, menus, and cutscenes.

In the Scene tab, developers can visually design and arrange game objects, such as characters, environments, and UI elements, within the 3D or 2D space. It provides a visual representation of the game world, allowing for easy manipulation and customization of the scene’s elements.

Furthermore, the Scene tab offers a range of useful tools and features, including camera controls, lighting adjustments, and object placement options. These tools are essential for creating immersive and visually appealing scenes within the Unity Editor.

In addition to designing scenes, the Scene tab also allows developers to manage and organize different scenes within their projects. This includes creating new scenes, saving and loading scenes, and switching between different scenes during gameplay.

Overall, the Scene tab is a crucial aspect of the Unity Editor, providing developers with the tools and functionality to create, manage, and navigate different scenes within their projects. It serves as the foundation for building immersive and engaging experiences for players, making it an essential tool for game development in Unity.

Important Terminologies of Unity

यूनिटी मे कुछ main शब्दावली होती है । Important Terminologies of Unity की बात कर लेते हैं। 

तो इसे संक्षेप में हम लोग जानने की कोशिश करेंगे.

Unity Interface :-

जब पहली बार आप यूनिटी प्रोजेक्ट को ओपन करते हैं

तब आपको बहुत सारे ग्रे कलर के विंडो दिखाई देते हैं

इन विंडोज को हम लोग व्यूज भी कह सकते हैं।

इसे हम लोग इंटरफेस भी बोल सकते हैं । निम्नलिखित फिगर में इसे देख सकते हैं:- 

यहां पर विंडो या प्रोजेक्ट व्यूज का जो लेआउट आपको दिख रहा होता है वह डिफॉल्ट लेआउट है

लेकिन आप अपना लेआउट भी बना सकते हैं

यहां पर कई तरह के लेआउट हैं जिनको आप इस्तेमाल कर सकते हैं

इसके अलावा आप न्यू tab को ऐड भी कर सकते हैं।

Assets which are Important Terminologies of Unity:-

जो भी आप एसेट फोल्डर में रखते हैं उन सभी फाइल्स को हम असेट्स बोलते हैं। 

Game object:-

सभी चीज जो इस सीन या लेवल में होती हैं उनको गेम ऑब्जेक्ट हम लोग कह सकते हैं।

The Hierarchy View:-

यह सारे आइटम्स यानी की करंट सीन में जो सारे आइटम्सआपको दिख रहे होते हैं।

उनको शो करने का काम यही Hierarchy View करता है।

यहां आइटम्स एक Hierarchical View में अरेंज किया जा सकते हैं इसका प्रयोग पेरेंटिंग बनाने में किया जा सकता है। 

Nesting:-

यह एक Important Terminologies of Unity है ।

दो या दो से अधिक आइटम्स के बीच रिलेशनशिप स्थापित करने के लिए इसका इस्तेमाल किया जाता है।

इसका संबंध चाइल्ड पैरेंट का होता है।

जहां पर भी हमें पैरंट के जरिए चाइल्ड को हैंडल करना होता है

वहां पर हम Nesting का इस्तेमाल करते हैं। 

Scene :-

सीन को हम लोग लेवल या मैप कह सकते हैं यह ऑब्जेक्ट का कलेक्शन है ।

ये अपने बिहेवियर के साथ सीन में मौजूद रहते हैं।

आई सेट फोल्डर के अंदर Scene को आप लोग स्टोर कर सकते हैं।

इसका नाम हमेशा आपको डिस्क्रिप्टिव रखना चाहिए ताकि यह पता चले कि सीन में क्या काम किया जा रहा है। 

unity interface image
Continue ReadingImportant Terminologies of Unity