We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb064a8 + c4203b1 commit 4b6b89eCopy full SHA for 4b6b89e
troubleshooting/unity/README.md
@@ -25,3 +25,8 @@ Unityエディタのメニューの `Edit` -> `Project Settings` -> `Player` ->
25
26
27
上図のように、`Scripting Define Symbols` に `NO_USE_GRPC` を追加して `Apply` します。
28
+
29
+また、Unityアプリを使用後にそのままUnityエディタを利用すると同じように gRPC のライブラリ利用箇所でエラー出力される場合があります。
30
31
+その場合は、 [Unityエディタを利用する場合のインストール方法](https://github.com/toppers/hakoniwa-unity-drone-model/blob/main/README-ja.md#unity%E3%82%A8%E3%83%87%E3%82%A3%E3%82%BF%E3%82%92%E5%88%A9%E7%94%A8%E3%81%99%E3%82%8B%E5%A0%B4%E5%90%88%E3%81%AE%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB%E6%96%B9%E6%B3%95) の
32
+手順でインストールすることでエラー出力が消えます。
0 commit comments