AudiokineticのコミュニティQ&AはWwiseやStrataのコミュニティ内でユーザ同士が質問・回答をし合うことができるフォーラムです。Audiokineticテクニカルサポートチームからの回答をご希望の場合は、必ず サポートチケットページ をご利用ください。

Why Wwise Initialization Settings is not available? [閉鎖]

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 ポイント) 2020 6/16 質問 General Discussion
Mads Maretty S. (Audiokinetic) 2020 6/18 閉鎖

回答 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) (39,400 ポイント) 2020 6/16 回答
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 ポイント) 2020 6/17 回答
Isabella D. 2020 6/17 選択
...