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 ...

posted to: Using Game Objects
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 be created before it actually appears on a random spot?
  • Jonathan Gonzalez(jgonzalez) replied
    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.