Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xjine/unity_frameratesettings
Set Application.targetFrameRate from Inspector & CommandLineArgs.
https://github.com/xjine/unity_frameratesettings
assets unity
Last synced: 13 days 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 (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-02-13T08:43:23.000Z (almost 2 years ago)
- Last Synced: 2024-03-20T20:12:35.025Z (9 months ago)
- Topics: assets, unity
- Language: C#
- Size: 38.1 KB
- Stars: 6
- Watchers: 3
- 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
```