Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hookedbehemoth/udonutils
Udon runtime tools that allow overloading behaviours and easy data manipulation
https://github.com/hookedbehemoth/udonutils
Last synced: about 1 month ago
JSON representation
Udon runtime tools that allow overloading behaviours and easy data manipulation
- Host: GitHub
- URL: https://github.com/hookedbehemoth/udonutils
- Owner: HookedBehemoth
- Created: 2021-11-09T00:54:44.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T00:31:28.000Z (about 1 year ago)
- Last Synced: 2023-10-27T01:29:10.327Z (about 1 year ago)
- Language: C#
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## UdonUtils
VRChat modification that allows overloading Udon Behaviours and easy data manipulation.# How-To
1. Inherit behaviour from [UdonSharp.UdonSharpBehaviour](UdonSharp/UdonSharpBehaviour.cs).
2. Register it with `FakeUdon.FakeUdonRegistry.RegisterType`.# Examples
[UdonChipsSafe](https://github.com/HookedBehemoth/UdonChipsSafe)