Udon assembly can't have NetworkCallingMetadata added on its own
TapGhoul
In the newly released NetworkCalling feature in SDK 3.8.1, network calling metadata is attached via an explicit separate argument to StoreProgram(). Unfortunately, due to this way of working, UASM is unable to actually assign this metadata on its own.
It would be useful to have a dedicated section (as in code section, data section, "networkcalling" section?) for defining this metadata - looking at the current implementation, I don't see any reason why this can't be put into UASM.
Log In
|KitKat|
I don't think effort should be put into doing this when Soba could get worked on instead.
TapGhoul
|KitKat|Given udon isn't planning to go away as per the blog posts, I don't see why we can't have both.