NIEDASEN

Results 11 issues of 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'...

unity

I tried ` [ReorderableList(ListStyle.Round, "test", fixedSize: false)] [OnValueChanged(callbackMethodName: nameof(voidName))] ` and ` [NotNull,OnValueChanged(callbackMethodName: nameof(voidName))] ` Neither can coexist and work properly

enhancement
refactor

Assets\Examples\CustomNode\AnimatedUV.cs(5,2): error CS0122: 'TitleAttribute' is inaccessible due to its protection level

question

![123](https://user-images.githubusercontent.com/31947421/58045536-593beb80-7b75-11e9-8750-f1dd77c3c575.png) caused by [AddComponentMenu(null)]

question

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...