Hey Team,
I'm trying to keep sprite, created dynamically from loaded texture, between scene.
1. If I use tk2dSprite.CreateFromTexture to create the gameObject, and set it to DontDestroyOnLoad. My object is in the next scene, but the Variable Sprite in Tk2DSprite is empty.
2. I also try to keep the texture, it works, but the game slowdown when I use tk2dSprite.CreateFromTexture again.
Please let me know if you have an idea.
Thanks!
Sam