Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mitay-walle/com.mitay-walle.ugui
Rewritten Unity UI package (also known as uGUI) to make it more performant
https://github.com/mitay-walle/com.mitay-walle.ugui
ugui ui unity3d upm-package
Last synced: 17 days ago
JSON representation
Rewritten Unity UI package (also known as uGUI) to make it more performant
- Host: GitHub
- URL: https://github.com/mitay-walle/com.mitay-walle.ugui
- Owner: mitay-walle
- License: other
- Created: 2022-07-07T22:28:03.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-09T14:25:30.000Z (about 2 years ago)
- Last Synced: 2024-10-11T10:41:50.068Z (about 1 month ago)
- Topics: ugui, ui, unity3d, upm-package
- Language: C#
- Homepage:
- Size: 4.88 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Unity UI Optimized
Rewritten Unity UI package (also known as uGUI) to make it more performant- Install [by Git URL](https://docs.unity3d.com/Manual/upm-ui-giturl.html)
# WIP
This package is in Development, but is stable to use in production, more optimizations will appear time after time## Optimizations
- RectMask2D Culling & Softness can be disabled | [test results]( https://github.com/mitay-walle/Unity3d-RectMask2DCulling/blob/main/README.md )
- LayoutRebuilder.Pool List + HashSet instead of Stack