Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)