Udon Data Reader is an editor library providing an API to read Serialized Udon Programs to provide symbols, entry points and other metadata about the Udon program.
- Add my VCC Repository listing by visiting my Listing Page.
- Select your world project and click "Manage Project".
- Add Udon Data Reader to your project.
- You're ready to use the API.
Static Method | Returns | Details |
---|---|---|
ReadUdonProgram(UdonBehaviour Object) | UdonProgramData | Returns a UdonProgramData Object consisting of valid data read from the serialized Udon Program asset referenced by the provided Udon Behaviour. |
Holds information and metadata read from an Udon Program asset file.
An Udon Symbol from the Udon Program that represents a variable or method.
N/A - initial requirements have been met for a project. If there is feedback provided in the issues tracker, I will consider enhancements.
- Public release
1/8/2024
- Created editor window demonstrating use of the API and providing a basic display of the Udon program and its symbols.
- Add support for getting source compiler names/versions.
- Separate symbols vs. exported symbols.
- Separate entry points vs. exported entry points.
- Get Sync metadata data.