Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```