What debugging have you done to try to find the issue? Just saying “a script isnt working” without any logs will be very difficult to fix on the forums.
Try debugging out information throughout the script to see what the state is in various places. It might be failing quietly without you knowing.
could you copy-past a code snippet how you’re creating that animation.
Just in case, not sure if you’re using this exact feature, but animated scripting variables doesn’t work on Windows Store Apps/WP8 (the ones animated in Animation Window)
I am sorry, but this is exactly animation of scripting variable… " animated scripting variables not working" exactly means that it’s currently not possible to animate class properties.
But I’m animating stuff like “localPosition.x” property…
if that’s not possible, then you can just say: its not possible to create animations via code in windows 8
hmmm, this is interesting, didn’t think about trying to look at the animation length.
I can tell you one think tho, I think the animation is playing, but only te first frame or something like that.
If you try to do a scale animation and set the first frame to be at a smaller scale then the original scale of the object in the scene, you will see that it does scale down, but if in the animation you scale it up over time, that isn’t working.