Search found 7 matches

by uqo
Tue Apr 18, 2023 1:55 am
Forum: Dialogue System for Unity
Topic: Read Current Text Character Being Written
Replies: 9
Views: 286

Re: Read Current Text Character Being Written

Managed to get it working how i was after. thank you again for your help I was getting really stuck
by uqo
Mon Apr 17, 2023 11:30 pm
Forum: Dialogue System for Unity
Topic: Read Current Text Character Being Written
Replies: 9
Views: 286

Re: Read Current Text Character Being Written

May I ask what the integer values of each letter are? I think this may be stopping any audio from playing as the values I have in the fmod parameter only range from 0 to 27? for a-z and space " ".
by uqo
Mon Apr 17, 2023 10:47 pm
Forum: Dialogue System for Unity
Topic: Read Current Text Character Being Written
Replies: 9
Views: 286

Re: Read Current Text Character Being Written

thank you so much for your help, i'll try and get this to work and let you know :)
by uqo
Mon Apr 17, 2023 10:46 pm
Forum: Dialogue System for Unity
Topic: Read Current Text Character Being Written
Replies: 9
Views: 286

Re: Read Current Text Character Being Written

Just manged to fix it i think by adding PixelCrushers.DialogueSystem. before it
by uqo
Mon Apr 17, 2023 10:35 pm
Forum: Dialogue System for Unity
Topic: Read Current Text Character Being Written
Replies: 9
Views: 286

Re: Read Current Text Character Being Written

Thank you for writing that script out for me.

I'm currently getting an error saying that because it doesn't derive from MonoBehaviour there is an error saving.

Thank you for that note on the buttons, I think that was what was going wrong for me a minute ago
by uqo
Mon Apr 17, 2023 10:04 pm
Forum: Dialogue System for Unity
Topic: Read Current Text Character Being Written
Replies: 9
Views: 286

Re: Read Current Text Character Being Written

Thank you for the speedy reply! I'm a little confused as to whether that solves the problem I'm having. I need each character of the alphabet to play a different sound depending on what character that is. I'm attempting to switch over to text mesh pro but I may not be able to due to the team I'm wor...
by uqo
Mon Apr 17, 2023 5:53 pm
Forum: Dialogue System for Unity
Topic: Read Current Text Character Being Written
Replies: 9
Views: 286

Read Current Text Character Being Written

Hey there, I'm implementing an Animal Crossing-style dialogue system into a game using FMOD in Unity and can't figure out a way to read what text symbol is currently being output by the UnityUITypewriterEffect. This is what I have so far which seems to be working fine for changing the actor in FMOD,...