UniRate is an open-source plugin designed to help you optimize your game's performance on mobile platforms. By controlling the update rate, fixed update rate, and render interval, you can prevent excessive battery power consumption and device heat. This plugin provides a simple solution to manage these settings from anywhere in your code, eliminating the need to worry about multiple requests.
With UniRate, you can easily adjust your game's performance to suit your needs, ensuring a smoother and more efficient gaming experience for your players.
The main plugin singleton, RateManager, allows you to control all rates and intervals, managing multiple requests and applying the best one. To access the RateManager, simply use RateManager.Instance in your code, or create an empty GameObject and attach the RateManager component to it.




