Search found 6 matches
- Sun Apr 21, 2024 6:41 am
- Forum: Dialogue System for Unity
- Topic: Inputs not registering?
- Replies: 9
- Views: 423
Re: Inputs not registering?
I'm facepalming so hard right now that you can't even begin to understand. For some obscure reason, my Player was not tagged as Player anymore (the "Untagged" label was in bold, so it changed for some unknown reason) and that's why it stopped working. As always, the solution is always a du...
- Sun Apr 21, 2024 6:25 am
- Forum: Dialogue System for Unity
- Topic: Inputs not registering?
- Replies: 9
- Views: 423
Re: Inputs not registering?
Hi! No errors are hiding. I even tried putting this script somewhere if (InputDeviceManager.IsKeyDown(KeyCode.Space)) { print("If you see this, I logged correctly"); } And it logs properly, so I'm guessing the problem is due to me not setting up things correctly in the selector. I'm not to...
- Sat Apr 20, 2024 8:06 pm
- Forum: Dialogue System for Unity
- Topic: Inputs not registering?
- Replies: 9
- Views: 423
Re: Inputs not registering?
Little update, I created a script to register the actions just like in the video tutorial and the docs, but I still can't get to start a dialogue using OnUse. What could I be missing?
- Sat Apr 20, 2024 6:52 pm
- Forum: Dialogue System for Unity
- Topic: Inputs not registering?
- Replies: 9
- Views: 423
Re: Inputs not registering?
Ok so I didn't actually make the script to register the actions. Using the provided example code, I get the errors 'Cannot resolve symbol Controls' and 'Cannot resolve symbol MyControls'.
I'm guessing one of these is the name of the Input Action Asset, what is the other one?
I'm guessing one of these is the name of the Input Action Asset, what is the other one?
- Sat Apr 20, 2024 4:27 pm
- Forum: Dialogue System for Unity
- Topic: Inputs not registering?
- Replies: 9
- Views: 423
Re: Inputs not registering?
Hi!
I get no error nor logs in the console window, my dialogue system trigger is indeed set to OnUse and I'm using the "new" input system. Hope this helps!
I get no error nor logs in the console window, my dialogue system trigger is indeed set to OnUse and I'm using the "new" input system. Hope this helps!
- Sat Apr 20, 2024 1:38 pm
- Forum: Dialogue System for Unity
- Topic: Inputs not registering?
- Replies: 9
- Views: 423
Inputs not registering?
Hi! I recently purchased the dialogue system and I'm still setting up stuff. I can get conversations to work with a trigger collider and a dialogue system trigger set to "On Trigger Enter" on the NPC, along with a trigger collider on the Player. I can't figure out how to make it work with ...