Changelog
- Adds events for image loader and text loader #96
- Add error for when scripts don't have program assets during scene scanning
- Catch serialization errors when upgrading scene behaviours
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