Hello Guest

Author Topic: Small bug with Unity 3.5 and StaticSpriteBatchers  (Read 5994 times)

fsadeq

  • 2D Toolkit
  • Sr. Member
  • *
  • Posts: 353
    • View Profile
Small bug with Unity 3.5 and StaticSpriteBatchers
« on: February 20, 2012, 07:00:57 pm »
I'm noticing some strange bug where sprites will be "duplicated" temporarily when editing a StaticSpriteBatcher. Should be able to reproduce if you

1. Create a StaticSpriteBatcher
2. Add some sprites to it, then commit
3. Edit the StaticSpriteBatcher
4. Select one of the sprites and reposition it somewhere else. You'll notice it clones it and the "old" position one is still there.

This seems to fix itself after re-committing so I don't think anything is actually being duplicated.

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Small bug with Unity 3.5 and StaticSpriteBatchers
« Reply #1 on: February 20, 2012, 09:41:27 pm »
Thats fixed now - it'll be in the next beta soon.

fsadeq

  • 2D Toolkit
  • Sr. Member
  • *
  • Posts: 353
    • View Profile
Re: Small bug with Unity 3.5 and StaticSpriteBatchers
« Reply #2 on: February 22, 2012, 10:04:17 pm »
Hi, was this fixed in beta 3? I just grabbed the latest and it still having this problem. Just curious.

EDIT: Sorry, nevermind, I restarted Unity and it is ok now.
« Last Edit: February 22, 2012, 10:06:14 pm by fsadeq »