vrchat-community / UdonSharp

A compiler for compiling C# to Udon assembly
https://udonsharp.docs.vrchat.com
MIT License
462 stars 50 forks source link

Expose method summary text #93

Closed StrikerUnit closed 1 year ago

StrikerUnit commented 1 year ago

UdonSharp 1.1.6

Feature Description: Hi, I just starting using UdonSharp. Not sure why the method summary text is not exposed like in the https://udonsharp.docs.vrchat.com/vrchat-api

image image

compare to method from unity: image image

MerlinVR commented 1 year ago

Hi, this is not something U# can do for SDK libraries, here is the relevant canny: https://vrchat.canny.io/vrchat-udon-closed-alpha-feedback/p/documentation-for-sdk-libraries

U# already documents most of the commonly used APIs that it defines, see UdonSharpBehaviour.cs for reference.