Sorry for bad english in advance, I'd replenish descriptions if you point out where I missed while explanationing.
Hello, I've bought Dialogue System For Unity for school project, and fully new to Unity Engine.
Though I followed Basic Guidelines and some other guide videos on youtube, I can't afford to handle the 'NPC / space bar to interact' alert floating on my screen.
It duplicates with Basic UI and also doesn't disappear while in dialogue.
I want to make the 'NPC (space bar to interact)' disappears, so only the '대화하시려면 e키를 눌러주세요' UI remains.
Can you tell me where should I uncheck, or make some options available/disavailable? I would be grateful if you also comment exact location, cause I am too bad at Unity..
Thanks for your kindful help!
'NPC (space bar to interact)' alert can't be solved.
Re: 'NPC (space bar to interact)' alert can't be solved.
Hello,
Please add a Dialogue System Events component to the player GameObject.
Configure its OnConversationStart() event to disable the Selector or Proximity Selector component.
Configure OnConversationEnd() to re-enable the component.
For an example, please see the Interaction Tutorial.
Please add a Dialogue System Events component to the player GameObject.
Configure its OnConversationStart() event to disable the Selector or Proximity Selector component.
Configure OnConversationEnd() to re-enable the component.
For an example, please see the Interaction Tutorial.
Re: 'NPC (space bar to interact)' alert can't be solved.
I'll try it as soon as other tasks are done, thanks again for information.
Re: 'NPC (space bar to interact)' alert can't be solved.
Thanks for Reply and your Help, seems like I put duplicate Proximity Selector in Player Gameobject.
Works fine for now, thanks again!
Works fine for now, thanks again!

Re: 'NPC (space bar to interact)' alert can't be solved.
Glad to help!