- Home /
Animation stops Recast from working
I've built a project with a number of different buttons using Raycast. Many of these buttons have animations on them (i.e. click one button and all the others shrink down).
These all work fine but then I have a decorative texture of a circle on alpha that I want to slowly rotate. So I do this using the Animation window. When I test in the Editor all is fine, however when I push to an Android device, the texture isn't visible and none of the Raycast buttons work.
If I remove the Animation and just have the texture there's no problem. Does anyone know what the issue is here and how I can fix it?
Thanks
Comment