Hi could i get some help, i've been stuck on this for a while but can't understand why it behaves like that
I have two animations:
Init resets a value called "offset" from a script to 0 ( 1 frame )
Anim animates a value called "speed" which is a simple addition to offset (offset + speed * Time.deltaTime)%1
States don't use write defaults and transitions are instant
The problem i get is that even though Init finished and Anim state is active, the value offset keeps getting back to 0. As if Init is still playing indefinitely, however it doesn't have a loop time