Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xjine/unity_onguimanager

This is used to reduce OnGUI call. Because it makes some GC spike.
https://github.com/xjine/unity_onguimanager

assets unity

Last synced: 13 days ago
JSON representation

This is used to reduce OnGUI call. Because it makes some GC spike.

Awesome Lists containing this project

README

        

# Unity_OnGUIManager

This is used to reduce OnGUI call. Because it makes some GC spike.

## Importing

You can use Package Manager or import it directly.

```
https://github.com/XJINE/Unity_OnGUIManager.git?path=Assets/Packages/OnGUIManager
```

### Dependencies

This project use following resources.

- https://github.com/XJINE/Unity_SingletonMonoBehaviour