Hello Guest

Author Topic: Unable to create sprite as no SpriteCollections have been found  (Read 4160 times)

mondieu

  • Newbie
  • *
  • Posts: 2
    • View Profile
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?

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Unable to create sprite as no SpriteCollections have been found
« Reply #1 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.

mondieu

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Unable to create sprite as no SpriteCollections have been found
« Reply #2 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!