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