Cysharp / GrpcWebSocketBridge

Yet Another gRPC over HTTP/1 using WebSocket implementation, primarily targets .NET platform.
MIT License
82 stars 12 forks source link

OperatingSystem.IsBrowser always returns true for Unity WebGL #3

Closed mayuki closed 2 years ago

mayuki commented 2 years ago

Fixes #2

RuntimeInformation.IsOSPlatform throws NotSupportedException on Unity WebGL build.