Search found 3 matches

by Stem
Mon Jan 02, 2023 4:42 pm
Forum: Dialogue System for Unity
Topic: [HOWTO] How To: Fix Selector and Proximity Selector Issues
Replies: 7
Views: 947

Re: [HOWTO] How To: Fix Selector and Proximity Selector Issues

Thanks for the quick reply! I found the list and I have now replaced the prefab with the duplicate prefab. However I don't seem to be able to change the appearance for the dialogue UI. Apologies if I'm missing something. I wanted to know how to change the appearance of these elements. The color, the...
by Stem
Mon Jan 02, 2023 4:06 pm
Forum: Dialogue System for Unity
Topic: [HOWTO] How To: Fix Selector and Proximity Selector Issues
Replies: 7
Views: 947

Re: [HOWTO] How To: Fix Selector and Proximity Selector Issues

I'm assuming the GameObject with your Proximity Selector also has a Selector UI Standard UI Elements component. This tells the Proximity Selector to use whatever Standard UI Selector Elements GameObject is in the scene. The default Dialogue Manager prefab has an Instantiate Prefabs component. This ...
by Stem
Mon Jan 02, 2023 12:28 pm
Forum: Dialogue System for Unity
Topic: [HOWTO] How To: Fix Selector and Proximity Selector Issues
Replies: 7
Views: 947

Re: [HOWTO] How To: Fix Selector and Proximity Selector Issues

EDIT FIXED; It was a simple matter of tagging the camera to "MainCamera" Thanks again! Hi Tony, I have been following the quick start guide and I have the editor working in a project as it does in the tutorial. I'm now trying to get it working inside an existing project. I followed the sam...