What defines the location of a new game object on the scene? I mean, how do you know where it’s going to be created before it actually appears on a random spot?
It’ll typically place that game object in the middle of your scene window. You can also create child objects by right-clicking something in the hierarchy and creating a game object. It’ll then place that game object at the exact same location as the parent.
Author
Posts
Viewing 2 posts - 1 through 2 (of 2 total)
The topic ‘Hi Jonathan,
What defines the location of a new game object on the scene? I mean, how do you know where it's going to …’ is closed to new replies.