Search Unity

Texture / Object that doesn't rotate?

Discussion in 'Scripting' started by glass22, Dec 17, 2010.

  1. glass22

    glass22

    Joined:
    Nov 19, 2010
    Posts:
    119
    Hi.

    In say an RPG where you have characters with names and their name always faces the screen regardless of where they move/rotate or in some games you have a target arrow above things, that doesn't change.

    How can you do this in Unity? what's it called?
     
  2. Eric5h5

    Eric5h5

    Volunteer Moderator Moderator

    Joined:
    Jul 19, 2006
    Posts:
    32,401
    GUIText/GUITexture is a good way to do that; use this script.

    --Eric