Hello Guest

Author Topic: Question about performace of animated sprite gameobject.  (Read 3675 times)

idpokute

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 6
    • View Profile
Question about performace of animated sprite gameobject.
« on: May 07, 2014, 08:04:08 pm »
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.

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Question about performace of animated sprite gameobject.
« Reply #1 on: May 08, 2014, 04:11:03 pm »
They all reference one animation data object.