Search found 2 matches

by atiaen
Sun Apr 26, 2020 8:35 am
Forum: Dialogue System for Unity
Topic: Menu Framework for legacy dialogue system and ufps
Replies: 3
Views: 215

Re: Menu Framework for legacy dialogue system and ufps

Thank you so much for the feedback loving your assets so far and i mean legacy dialogue system as in 1.x well that's what i saw on the website anyways

Also both solutions worked great thank you very much again
by atiaen
Sat Apr 25, 2020 3:17 pm
Forum: Dialogue System for Unity
Topic: Menu Framework for legacy dialogue system and ufps
Replies: 3
Views: 215

Menu Framework for legacy dialogue system and ufps

Okay so not sure if this has been addressed before but i modified the example menu framework for legacy dialogue system and ufps so rather than having Time.timeScale = open ? 0 : 1; you have Time.timeScale = open ? 0.000011111f : 1f; this is because i have some animations that need to be running cau...