Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/xjine/unity_onguimanager
- Owner: XJINE
- License: bsd-3-clause
- Created: 2022-06-27T02:27:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-13T08:42:13.000Z (almost 2 years ago)
- Last Synced: 2024-03-20T20:12:35.225Z (9 months ago)
- Topics: assets, unity
- Language: C#
- Homepage:
- Size: 25.4 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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