Page 1 of 1

'NPC (space bar to interact)' alert can't be solved.

Posted: Thu May 22, 2025 10:48 am
by 0804kevin
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.
Duplicated Before Conversation
Duplicated Before Conversation
DuplicatedBeforeConversation.jpg (50.03 KiB) Viewed 11106 times
Floating While Conversation
Floating While Conversation
FloatingWhileConversation.jpg (51.28 KiB) Viewed 11106 times
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!

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

Posted: Thu May 22, 2025 11:51 am
by Tony Li
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.

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

Posted: Mon May 26, 2025 6:02 am
by 0804kevin
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.

Posted: Mon May 26, 2025 11:39 am
by 0804kevin
Thanks for Reply and your Help, seems like I put duplicate Proximity Selector in Player Gameobject.

Works fine for now, thanks again! :)

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

Posted: Mon May 26, 2025 12:08 pm
by Tony Li
Glad to help!