Search found 5 matches
- Wed Feb 03, 2021 9:39 am
- Forum: Dialogue System for Unity
- Topic: Selector is not working
- Replies: 16
- Views: 3097
Re: Selector is not working
Thank you, you made me notice I was still using the old version. Unity was being weird and installed the files from the old version I downloaded two years ago, despite claiming they were the newest version in the package manager, not allowing me to update (As it said I was up-to-date). Manually dele...
- Wed Feb 03, 2021 6:07 am
- Forum: Dialogue System for Unity
- Topic: Selector is not working
- Replies: 16
- Views: 3097
Re: Selector is not working
I do have the issues with the 2D selector as well. I have it working fine in an old project, but even comparing them I can't figure out where I am wrong in the new one. I have 2D Rigidbodies and 2D capsule colliders on both Player and NPC, bumping into the NPC applies physics correctly. Just the sel...
- Tue Jan 08, 2019 4:04 pm
- Forum: Dialogue System for Unity
- Topic: How do I create/use a custom selector UI element?
- Replies: 9
- Views: 2431
Re: How do I create/use a custom selector UI element?
Thank you, I used the patch and now everything works!
- Tue Jan 08, 2019 11:27 am
- Forum: Dialogue System for Unity
- Topic: How do I create/use a custom selector UI element?
- Replies: 9
- Views: 2431
Re: How do I create/use a custom selector UI element?
Thanks, it now selects the correct UI element. But the "Selector Follow Target" script does not affect that element, though. It seems to create a second element not using my widget. https://imgur.com/a/wAc84Wg Widget 1 is using the correct (oversized for testing) form, but not affected by ...
- Tue Jan 08, 2019 10:56 am
- Forum: Dialogue System for Unity
- Topic: How do I create/use a custom selector UI element?
- Replies: 9
- Views: 2431
How do I create/use a custom selector UI element?
Hello, beginner here. I managed to setup and customize the dialog part of the Dialogue System without much trouble, but that damn selector widget refuses to play ball. The selector itself works, but I am unable to customize the UI element. --- Attempt one: My "Player" has the Selector (Scr...