Skip to content

Toocanzs/Udon-Type-Exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Udon-Type-Exporter

Exports types and methods from Udon into a C# DLL

To install put ExtendedUASM and TooDon Exporter into Assets\Udon\Editor.

Once that's done, at the top a drop down called TooDon will appear. Click that and then click "export udon types".

To use the DLL in Visual Studio for auto complete, remove all reference to other DLLs in your Visual Studio Proejct, then add <NoStdLib>true</NoStdLib> to the .csproj file for your project. Put that line inside one of the PropertyGroups that doesn't have a condition.

About

Exports types and methods from Udon into a C# DLL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages