- Home /
Question by
blablaalb · Jun 22, 2019 at 03:26 PM ·
animationperformancestaticstatic batching
Should animated game object be market as a static?
I have an UI element which is completely immovable, except for its scale property. The scale property is animated. My question is: should I mark this game object as a static or I should not? I know static game object shouldn't move, but can they be animated?
Comment