0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【実験中】UnityでAmiVoiceを試す②

0
Last updated at Posted at 2022-12-30

この記事は、前回の記事の続きとなります。

UnityでAmiVoiceを試す①

ファイル先の指定と実行

前回の「ファイルがない」というメッセージに対して
Assetからフォルダを指定して実行しました。

すると、メッセージが以下のように変更されてきます。

cc.png

エラーメッセージから、セキュリティの問題化と思いNotonの設定を外してみましたが
通信ができず。

Network系のクラスを使う必要あり

どうやら、ネットワークをUnity用にカスタマイズする必要があるようです。
(なかなか難しい)

また、調べたところ、Network関連のUnityシステムは現在推奨されていないとのこと。
先日実装したAzureは、SDK自体にそういう部分が含まれていたため
さくっと制作できたようです。

結局はAndroidの設定を作るしかない、というい結論に至っているので
時間との勝負にはなりそうですが、作り方を模索する点も含めて
色々試していこうと思います。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?