mtermoul Posted December 17, 2014 Share Posted December 17, 2014 I had this spine animation which use to work fine when I used Pixi 2.1 but it's throwing this error when I use Pixi 2.2. Uncaught TypeError: Cannot read property 'indexOf' of null The animation is loaded as var assetsToLoader = ["/animations/home/bird.atlas.json", "/animations/home/bird.anim.json"]; // create a new loader loader = new PIXI.AssetLoader(assetsToLoader); // use callback loader.onComplete = onAssetsLoaded //begin load loader.load(); I am using animation created using Spine 1.9! hope that's still supported with Pixi. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.