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: about 2 months 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-13T08:42:13.000Z (over 3 years ago)
- Last Synced: 2025-04-03T09:12:50.455Z (about 1 year 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