Improving performance in your games using spritesheets
- 4 Min. Read.
In this post we’ll focus on improving performance in your games, by making use of spritesheets.
When using separate assets in your game, the amount of draw calls your GPU needs to make is huge. This has a big performance impact and can lead to framedrops, which we want to avoid at all times.