Hello, I just updated 2D Toolkit from 2.5.8.1 to 2.5.8.5 and now i have strange annyoing bug:
Atlas doesn't auto-update when I change texture files (to see new picture in game I need to open SpriteCollection and press "commit", otherwise nothing will change, there will be old textures in game).
Actual result:
When I change sprite (*.PNG), it doesn't auto-update in atlas / in game. To update every sprite I change i must open SpriteCollection and press "commit" every time.
Expected result:
When I change sprite (*.PNG), it auto updates in atlas / in game (Unity loads before that for 0.5-1 sec and then sprite changes).
Steps to reproduce:
- Install 2D Toolkit 2.5.8.1
- Update 2D Toolkit to 2.5.8.5
- Create SpriteCollection, add some PNG sprites there, press "commit"
- Change PNG sprite
- Nothing will change (here's a bug)
Downgrading to 2.5.8.1 helps (bug removes), but I want to use latest version of Asset without warnings and so. This bug is very annoying, so I hope, you will fix it soon. Thanks!
I work on Unity 2017.1.0f3 Personal, use your Asset for ~3 years.