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

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
0804kevin
Posts: 3
Joined: Thu May 22, 2025 10:32 am

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

Post 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 10969 times
Floating While Conversation
Floating While Conversation
FloatingWhileConversation.jpg (51.28 KiB) Viewed 10969 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!
User avatar
Tony Li
Posts: 23238
Joined: Thu Jul 18, 2013 1:27 pm

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

Post 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.
0804kevin
Posts: 3
Joined: Thu May 22, 2025 10:32 am

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

Post by 0804kevin »

I'll try it as soon as other tasks are done, thanks again for information.
0804kevin
Posts: 3
Joined: Thu May 22, 2025 10:32 am

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

Post by 0804kevin »

Thanks for Reply and your Help, seems like I put duplicate Proximity Selector in Player Gameobject.

Works fine for now, thanks again! :)
User avatar
Tony Li
Posts: 23238
Joined: Thu Jul 18, 2013 1:27 pm

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

Post by Tony Li »

Glad to help!
Post Reply