Would like to know how expensive is SpriteRenderer.color as I am planning to use it to tint all of the sprites on my screen?
I am working on a 2D project and I need to change the tint of all sprites on the screen. I am planning to user SpriteRenderer's color property. But I am not sure if it will be cost-effective to do so or a shader will be a good choice. It is a sidescrolling platformer project and I don't want the framerate to drop significantly.
PS: I am planning to develop this game for mobile devices
Your answer
Follow this Question
Related Questions
Sprite Shape Not Working In Unity 2018 0 Answers
Get a Color from the Sprite Renderer in the Shader Graph using a Vector Sprite. Unity 2019.4.0f1. 1 Answer
Sprites Pink After Upgrading Unity 1 Answer
Intersecting sprites causes bug if using lights (2D) 1 Answer
Is it possible to selectively change both the foreground and background colour of a sprite? 0 Answers