Summary
Compatibility with SDK 3.2.0
Changes
- Updates the package manifest to use
^3.1.x
instead of3.1.x
to enable compatibility with the just-released 3.2.0 and beyond.
char
-> float types contributed by @ureishi #80Exception: Could not find UdonSharp locator, make sure you have installed U# following the install instructions.
GetComponent(s)<UdonSharpBehaviour>()
(the exact UdonSharpBehaviour type, types directly inherited from UdonSharpBehaviour were already handled)GetComponent(s)<T>()
on UdonSharpBehaviour types using inheritanceGetComponent(s)<T>()
on VRC component types