ANIMATION STRANGELY DOES NOT PLAY
Hi, I'm trying to get a script to trigger animations (which are just words going across the screen). But I'm getting a very strange issue. Animations triggered by (SyringePickup.Pickedup == true) will always work, but animations for (ObjectiveManager.notif == true) does not work at all. I put a Debug.Log there to try to narrow down the issue. But the Debug.Log works and outputs "Signal" at the right time! It's so weird that it is just that it won't play whatever animation assigned to it. Here is my script and animator:
Your answer
Follow this Question
Related Questions
Animation triggered by other animation, script, c# 1 Answer
animator and script issue 0 Answers
How to i go about playing a animation when Left mouse is clicked? C# 0 Answers
Animation trigger reset before starting animation 1 Answer
I spent 6 hours and I failed to launch a ball forward? I could not figure out what is happening? 1 Answer