コミュニティQ&A

Audiokineticのコミュニティ主導のQ&Aフォーラムへようこそ。ここはWwiseとStrataのユーザのみなさまがお互いに協力し合う場です。弊社チームによる直接のサポートをご希望の場合はサポートチケットページをご利用ください。バグを報告するには、Audiokinetic LauncherのBug Reportオプションをご利用ください。(Q&AフォーラムではBug Reportを受け付けておりませんのでご注意ください。専用のBug Reportシステムをご利用いただくことで、バグの報告が適切な担当部門に届き、修正される可能性が高まります。)

最適な回答を迅速に得られるよう、ご質問を投稿される際は以下のヒントをご参考ください。

  • 具体的に示す:何を達成したいのか、またはどんな問題に直面しているのかを具体的に示してください。
  • 重要な詳細情報を含める:Wwiseとゲームエンジンのバージョンやご利用のOSなど詳細情報を記載してください。
  • 試したことを説明する:すでに試してみたトラブルシューティングの手順を教えてください。
  • 事実に焦点を当てる:問題の技術的な事実を記載してください。問題に焦点を当てることで、ほかのユーザのみなさまが解決策を迅速に見つけやすくなります。

0 支持

Game Engine: Unity 2018.4.14

Wwise version: 2019.2.2.7275

 

I want to modify Wwise Initialization Settings.

So I opened Unity's Project Settings,

switched to Wwise Initialization page, it reminded me:

The Wwise project is not available. Please specify its location within the Wwise Settings.

So I turned to the Wwise Editor page, but I just found out

I had already filled the Wwise Project Path, and, the .wproj file is definitely available.

 

So, is there any other reasons can lead to the disappearance of Wwise Initialization Settings in Unity?

 

Then, I encounter another problem, that probably caused by the same reason.

When I run this game on an Android phone, there is an error:

NullReferenceException: Object reference not set to an instance of an object.

AkCommonPlatformSettings.cs Line545: userSettings.CopyTo(settings.deviceSettings);

▶AkWwiseInitializationSettings.cs Line293: AkSoundEngine.Init(ActivePlatformSettings.AkInitializationSettings)

 

There is no these errors server days ago.

In this period, I moved the setting files into "Resources" folder.

Does this matter?

閉鎖(理由): To save the time of starting Unity Editor, I deleted wwise's editor folder.  So, the value of AkUtilities.IsWwiseProjectAvailable kept being false.
Isabella D. (260 ポイント) General Discussion
Mads Maretty S. (Audiokinetic) 閉鎖

回答 2

0 支持

Hey Isabella, 

I would probably not put your any Wwise Unity Integration files in the Resources folder, cause then all of it will be copied into your game build. 
Did you try moving back the setting files, back into just the Asset folder? Otherwise, maybe this post could be helpful? 

Let us know if you get it to work!

Mads Maretty S. (Audiokinetic) (40.2k ポイント)
I've tried to put it out of the Resources folder, it doesn't work.
I decided to put the AKGameObject and AkWwiseInitilizationSettings into the Resources fold, on count of that, I want to play music in the login page, before the hot update resources is loaded.
0 支持
 
ベストアンサー
So, I finally solved this problem.

To save the time of starting Unity Editor, I deleted wwise's editor folder.

So, the value of AkUtilities.IsWwiseProjectAvailable kept being false.
Isabella D. (260 ポイント)
Isabella D. 選択
...