#Animation Track Method not found, but it also got called

1 messages · Page 1 of 1 (latest)

limpid jungle
#

Hi everyone, I'm was trying to add a call method track to my animation but kept getting the Method not found error. Strangely, the method still got called. It is even more odd that other animations I have in the same animatinoPlayer calls the PrintThing method without throwing an error.

I guess I'm confused as to why the method can be simultaneously "not found" and called. And also looking for a way to suppress the errors.

Thanks in advance.

edit: ok maybe it's got nothing to do with the animations, since the errors are still getting thrown even when said animation isn't playing

vagrant imp
#

Follow the stack for a couple of the errors, and see if where it's being called from is causing issues somehow.