PlayCanvas spams "DEPRECATED: pc.GraphNode#_dirtify is deprecated. Use pc.GraphNode#_dirtifyLocal or _dirtifyWorld respectively instead."

I’m not sure why or if we were responsible for triggering it, but PlayCanvas spams this message in the console whenever we change viewpoint in our project. Any ideas as to what is going on and how we can fix it?

Where is that message originating from? Have you looked at the call stack when it gets printed? Do you have an application side script calling the dirtify function? Are you using Spine in your application?

I’m sorry, turns out tween.js was the culprit. I will look for an updated version or tweak the script myself

Yeah, you should just need to update to the latest version and that message should go away.