Hello Tony,
Thank you for your awesome dialogue system for Unity.
I want to ask how to disable the panel (or icon... I'm not sure what is it) when player stand nearby the NPC who are using Usable.
Thank you.
About Usable
About Usable
- Attachments
-
- usable.png (119.9 KiB) Viewed 157 times
Re: About Usable
Hi,
- Duplicate the Basic Standard UI Selector Elements prefab. Edit it and delete the Reticle In Range and Reticle Out of Range child GameObjects.
- Inspect your Dialogue Manager GameObject/prefab's Instantiate Prefabs component.
- In the Prefabs list, assign your customized duplicate Basic Standard UI Selector Elements in place of the original.
Re: About Usable
YEAH! IT WORK!! Thank you for your prompt reply and kind assistance.