>>536145896
I think I found the bug. Try renaming the `asmdef.asmdef` file in Runtime dir so it matches the "name" of it in the inspector. So I think for your case, name it `com.test.hiina`. See pic related for my setup.

I don't know why udonsharp requires the name field to match the name but here it is: https://github.com/MerlinVR/UdonSharp/blob/master/Packages/com.merlin.UdonSharp/Editor/Compiler/Udon/CompilerUdonInterface.cs#L160-L161 .