Hello Guest

Author Topic: Animation Library Problem  (Read 3956 times)

TinSleeves

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 18
    • View Profile
Animation Library Problem
« on: March 21, 2013, 10:09:43 am »
I'm putting together an animation but when I open the sprite animator window and and go to select a collection for some reason it just shows the sprite sheet rather than the individual sprites, any idea why this is happening?



Also I tried to get round this by just duplicating and editing one of my existing animations which worked, but the new sprite animation isn't in the Anim Lib drop down menu

Edit:
I do also have an Error message that says IndexOutOfRangExpection: Array index is out of range
I'm not sure if that's related
« Last Edit: March 21, 2013, 10:15:34 am by TinSleeves »

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Animation Library Problem
« Reply #1 on: March 21, 2013, 07:16:37 pm »
Hi there.
1. Are you able to use any other collections?
2. Can you create sprites in the scene with this collection?


TinSleeves

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 18
    • View Profile
Re: Animation Library Problem
« Reply #2 on: March 22, 2013, 09:32:30 am »
No I can't create sprites in scene, it does the same thing with this collection.
I have about 5 other collections and they seem to be fine

TinSleeves

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 18
    • View Profile
Re: Animation Library Problem
« Reply #3 on: March 22, 2013, 10:00:59 am »
OK so I just had another look at this and I found out what the problem was.

It looks like the data Object field in the settings was pointing to the wrong thing, for some reason it was pointing to a duplicate data object called Player1 instead of Player. I've never purposefully created a duplicate data object so I'm not sure if it was something I did accidentally a while ago or something went wrong somewhere  :o

Sorry to waste your time Unikron