Hello.
I have a question the performance of animated sprite game object.
I have some animation collections. One of the animation collection, calls RyuAniCollection, has around 50 clips, each clip has around 8 sprites. In the case, if I make 100 game objects which is animated sprite using RyuAniCollection, does the each game object have RyuAniCollection data? Or just have pointer(reference)?
If the game object has real data, it should be heavier, than having pointer.