Animation not stopping in Luna
This can be caused by using a parameter in the Animation.Stop()
function. Unity Playworks Plugin only supports the method without any arguments passed in.
Possible solution:
- Stop the animation via calling
.Stop()
without any parameters passed in.