2D Toolkit Forum

2D Toolkit => Support => Topic started by: mondieu on May 23, 2013, 02:41:18 pm

Title: Unable to create sprite as no SpriteCollections have been found
Post by: mondieu on May 23, 2013, 02:41:18 pm
Hi there,

I've followed the documentation pretty much exactly (using my own sprites though), and attempt to create an Animated Sprite, but have the popup : "Unable to create sprite as no SpriteCollections have been found". Searching the forum I found a single topic alluding to the fact that _not_ importing the demo folder might cause this problem, so I reimported with the demo folder this time, but unfortunately that doesn't seem to have fixed it.

Any hints?
Title: Re: Unable to create sprite as no SpriteCollections have been found
Post by: unikronsoftware on May 23, 2013, 02:58:00 pm
Try this -
1. Create a new project, import with demo folder.
2. Create a new test collection, and try it again.
This should work properly.

Back in the project that doesn't work, after importing the demo folder -
1. 2D Toolkit > Rebuild Index
2. Try creating a sprite now.
Title: Re: Unable to create sprite as no SpriteCollections have been found
Post by: mondieu on May 23, 2013, 03:26:58 pm
Quote
Back in the project that doesn't work, after importing the demo folder -
1. 2D Toolkit > Rebuild Index
2. Try creating a sprite now.

Worked perfectly, thanks for the quick reply!