Unity StudioDevelop with Unity StudioGameObjectsLearn about GameObjects and how to use them in your scene.阅读时间1 分钟最后更新于 2 个月前GameObjects are fundamental objects in Unity Studio. Everything you can interact with in your scene is a GameObject, including 3D models, lights, and cameras. Work with GameObjectsCreate, select, and manipulate GameObjects in your scene.ComponentsAdd components to GameObjects to give them specific functionality or behaviors. Types of GameObjects The following are types of GameObjects available in Unity Studio. Empty objects and Parent empty objectsAdd an empty object to your scene.PrimitivesAdd basic 3D objects to your scene.CameraUse the camera to change the view of your scene.LightsBrighten your scene with different types of light.