benedict

Members
  • Content count

    3
  • Joined

  • Last visited

Posts posted by benedict


  1. One thing I wish I had known when I started using Unity was that you can make GameObjects that don't have a visual representation more visible in the scene view by changing the icon.

     

    Just click on the little arrow left of the GameObject's name:

     

    4yAL7Vb.png

     

    Select one of the other icons, and it'll look like this in the scene:

    OyEEa6U.png

     

    Once I figured this out I started using GameObjects with only a transform any time I needed to do something positional. A lot easier than modifying the position with code and being unable to see exactly where your new position is.