Hi. I have multiple objects generated by a factory in runtime. Each one has 1 sprite. Need to change the sprite texture of each GO.
I tried something like this, but doesnt work.
sprite.play_flipbook(id, “texture”) //id of the GO created in factory
Any idea?