Search found 3 matches
- Mon Aug 21, 2023 11:33 pm
- Forum: Dialogue System for Unity
- Topic: Hide dialogue box via button click
- Replies: 1
- Views: 163
Hide dialogue box via button click
Hello! I'm back again with another newbie question. I'm trying to create a "close and pause dialogue" button but it seems like I can't set the dialogue panel to be inactive/0 alpha. Dialogue manager instantiates (even with instantiate prefab disabled) the dialogue UI only during gameplay a...
- Tue Aug 15, 2023 9:26 pm
- Forum: Dialogue System for Unity
- Topic: Open quest log window via button click
- Replies: 3
- Views: 251
Re: Open quest log window via button click
Thank you! Both prefab instance and script worked great and I'll keep the side note about scene changes in mind moving forward.
- Mon Aug 14, 2023 11:36 pm
- Forum: Dialogue System for Unity
- Topic: Open quest log window via button click
- Replies: 3
- Views: 251
Open quest log window via button click
Hi there, I'm very new to unity and coding in general so sorry if this is a silly question, but how do I open the quest log window with a button click? I tried the call open () method in the button's on click but nothing shows up when I play the game. The hotkey (J) works fine though. Clicking the b...