/Unity_FrameRateChecker

Simply calculate and show frame-rate.

Primary LanguageC#BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Unity_FrameRateChecker

Simply calculate and show frame-rate.

Import to Your Project

You can import this asset from UnityPackage.

Dependencies

You have to import following assets to use this asset.

How to Use

You can access fps parameters like FpsChecker.Instance.Fps.

If you want to check fps in current state, reset FpsChecker with FpsChecker.Instance.Reset();.