This repository has been archived by the owner on Jan 22, 2022. It is now read-only.
Runtime field editing in the inspector
- 66c30de: Add runtime field editing to UdonBehaviours using a UdonSharpBehaviour. This does not support "Paste Component Values" or undo/redo during play mode at the moment. You will need to recompile your scripts once for this to work.
- a04885b: Fix in place arithmetic operators that access struct values.
- 66c30de: Use delayed int field for array resizes so that it waits to resize after the user as finished editing the size.
- 66c30de: Add check for negative array size values in the inspector.