NIEDASEN
NIEDASEN
I pulled the latest version of gRPC from [Official gRPC Releases](https://packages.grpc.io/), and after importing it, I was prompted with a conflict with the Microsoft.NET.StringTools.dll for this project. ``` Assembly 'Assets/Plugins/Microsoft.NET.StringTools.dll'...
I tried ` [ReorderableList(ListStyle.Round, "test", fixedSize: false)] [OnValueChanged(callbackMethodName: nameof(voidName))] ` and ` [NotNull,OnValueChanged(callbackMethodName: nameof(voidName))] ` Neither can coexist and work properly
Assets\Examples\CustomNode\AnimatedUV.cs(5,2): error CS0122: 'TitleAttribute' is inaccessible due to its protection level
 caused by [AddComponentMenu(null)]
有中文文档吗?
Hello, I've encountered an issue with JWT authentication in the gRPC client demo. The problem occurs when making multiple requests using the same `IGreeterService` client. Here's a detailed description of...