Hi, I need help with showing hotspot icons.
I'm using Direct movement & Player Vicinity detection method, and I want to show hotspot icons on the top of the hotspot in Screen Space to avoid postprocessing effect.
However, when I set to Screen Space, nothing shown. Also, I'm not sure where the icon should be placed in the Hierarchy in runtime. When switched to World Space, I can find it tho.
Could you give me some information? Thanks in advance!
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
With Screen Space, icons are drawn using Unity's ImGUI mode - they don't have a physical presence in the Hierarchy.
Depending on your Hotspot detection mode, however, icons aren't always shown at all times. Do they show up if you invoke the "FlashHotspots" input?
If you can you share screenshots of your Settings Manager and a typical Hotspot's Inspector, I can try to spot the issue.