Hi all,
When I try to create a Sprite Collection within a gameObject, I'm receiving an error message once I hit the 'commit' button:
ArgumentOutOfRangeException : Argument is out of range.
Parameter name : startIndexI noticed this error had be brought up on the tk2d thread on the unity forums around 4 weeks ago, but haven't seen any recent developments/fixes and have only just realised this within version 1.56 which i installed yesterday, and it still doesn't appear to have been solved in v1.57 either. I've tried reimporting the package a number of times, as well as updating Unity to 3.5 and trying it in a new project, yet still no success!
So, I'm just writing to ask if this error is in the process of being solved and/or if there are any workarounds? The overall aim is to create an animated sprite (I'm following the tk2d documentation which tells me i need to create a sprite collection first). I've attached a picture to show the error in more detail!
Thanks