Hi! I'm trying getting to display some info on my scene object prefabs in the game, but the hud i have created doesn't display anything. I have all the conditions on Ignore, just to be sure nothing else is disabling the hud.
I put some random text in the element just to get anything shown at objects position, but nothing works.
Is there some extra setup that needs to be done to correctly show huds on scene objects?
  • edited September 2020
    Object type HUDs are not shown automatically on game objects, you need to add them to game objects using an Object HUD component (their display conditions will still apply).
    Post edited by gamingislove on
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • Perfect, that's what i was missing, thanks!
Sign In or Register to comment.