Miki Huang
Miki Huang
Also wondering about this possibility.
Is this part you're asking for? https://github.com/grpc/grpc/tree/master/src/csharp/experimental#unity
Hi, @binhnguyen86 Could you please share the way how you use the Grpc.Net.Client in Unity? I just try on my computer but seems not working at all...
link.xml ```xml ``` 我們嘗試過使用 [link.xml](https://docs.unity3d.com/Manual/ManagedCodeStripping.html#LinkXMLAnnotation) 來避免 netstandard 被剪裁 在 2021.3 是可以的 請試試看
Hi! Are you wish to use "MyClassCollection" as a custom object return? The custom object return require the object which is supported by the JSON library your are using. The...
I believe Android can use File API to load files in `Application.persistentdatapath`. So the idea is, store your file in Application.streamingAssets, at the first App start, load all files in...
WebGL 我想應該是不支援的
Hi thank for asking, after the discussion with team, we have add the License information in the repo.
could you please share the error message or console?
``` public ReturnResult Recibido(long code, string msg) { ReturnResult result = new ReturnResult { code = code, msg = msg }; return result; // try set the breakpoint in Unity...