Monday, September 24, 2018

GameObjects in Unity3D

1). A GameObject always has a Transform component attached (to represent position and orientation) and it is not possible to remove this.

2). The other components that give the object its functionality can be added from the editor’s Component menu or from a script.

3). GameObjects are the fundamental objects in Unity that represent characters, props and scenery.

A simple Cube GameObject with several Components.


No comments:

Post a Comment