Search found 6 matches

by Omniclause
Sat Jun 17, 2023 10:51 pm
Forum: Dialogue System for Unity
Topic: Text Mesh Pro Implementation
Replies: 1
Views: 363

Text Mesh Pro Implementation

Sorry if this has been asked before but I have searched diligently without finding a solution. Is it possible to use text mesh pro in a prefab dialog ui. I'm currently on the 2022 long term stable version of unity and the current version of the dialogue system. Im using the basic standard dialog ui....
by Omniclause
Sat Feb 05, 2022 2:47 pm
Forum: Dialogue System for Unity
Topic: Issues with rewired ui submit button
Replies: 4
Views: 931

Re: Issues with rewired ui submit button

Thank you so much this worked and was the issue! Totally explains the randomness. You saved my game jam game. I foolishly set up the keyboard controls at the very beginning of my project and checked them once and they worked and then did all my play testing with the game pad.
by Omniclause
Fri Feb 04, 2022 8:31 pm
Forum: Dialogue System for Unity
Topic: Issues with rewired ui submit button
Replies: 4
Views: 931

Re: Issues with rewired ui submit button

I've also noticed that when this happens it for some reason allows escape to to submit for some reason?
by Omniclause
Fri Feb 04, 2022 4:06 pm
Forum: Dialogue System for Unity
Topic: Issues with rewired ui submit button
Replies: 4
Views: 931

Issues with rewired ui submit button

First off just wanna say I’m absolutely loving this asset. Awesome job on it and awesome support. I’m having an issue with my game losing my ui submit button randomly. I am using rewired for my input. I have a map for keyboard and one for game pad. The game pad is working flawlessly every time. But ...
by Omniclause
Fri Nov 05, 2021 7:54 pm
Forum: Dialogue System for Unity
Topic: Issue having Game Object Spawn to player's position on load.
Replies: 3
Views: 554

Re: Issue having Game Object Spawn to player's position on load.

Thank you so much! This worked for me! I basically had it set up exactly like that but with one minor difference which I'm assuming is what was breaking it. I had the player's transform set as a public variable and clicked and drug it from the player in the inspector. Which was working in playtestin...
by Omniclause
Wed Nov 03, 2021 5:27 pm
Forum: Dialogue System for Unity
Topic: Issue having Game Object Spawn to player's position on load.
Replies: 3
Views: 554

Issue having Game Object Spawn to player's position on load.

First off I just want to say what a wonderful asset this has proven to be. It has given me the opportunity to add tons of functionality to my game that I would have been able to code from scratch myself. I have learned the basics of the dialogue system and am starting to delve into the save system. ...