So I have a simple question. Once I load an animation, Can I access it without using a script.
1 Like
What does that mean? You still need to run code to use that animation.
If what you mean is that you want to access the loaded AnimationTrack object from another script, no, you will have to hold it in a variable somewhere. The only exception goes for playing animations since there’s a method for that, Animator:GetPlayingAnimationTracks.
2 Likes
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.