https://github.com/xjine/unity_frameratesettings
Set Application.targetFrameRate from Inspector & CommandLineArgs.
https://github.com/xjine/unity_frameratesettings
assets unity
Last synced: 10 months ago
JSON representation
Set Application.targetFrameRate from Inspector & CommandLineArgs.
- Host: GitHub
- URL: https://github.com/xjine/unity_frameratesettings
- Owner: XJINE
- License: bsd-3-clause
- Created: 2018-08-09T10:58:18.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2023-02-13T08:43:23.000Z (over 3 years ago)
- Last Synced: 2025-08-15T11:42:21.384Z (10 months ago)
- Topics: assets, unity
- Language: C#
- Size: 38.1 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity_FrameRateSettings
Set Application.targetFrameRate from Inspector.
## Importing
You can use Package Manager or import it directly.
```
https://github.com/XJINE/Unity_FrameRateSettings.git?path=Assets/Packages/FrameRateSettings
```
### Dependencies
This project use following resources.
- https://github.com/XJINE/Unity_SingletonMonoBehaviour
## How to Use
### Settings
You can set ```vSyncCount``` and ```targetFrameRate``` from Inspector or CommandLineArgs when you start the apps.
For example, one of the CommandLineArgs settings is like this.
```
-vSyncCount 0 -targetFrameRate 30
```