menu
 

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

0 支持
Unity/Wwise telling me I have to register the game object but I've used Wwise before and never had to go through this. Getting floods of errors in UNITY like this:

Wwise: Unknown game object ID. Make sure the game object is registered before using it and do not use it once it was unregistered.: 13 (GameObject: Main Camera (UnityEngine.GameObject)) (Instance ID: 33110)
UnityEngine.Debug:LogError (object)
AkCallbackManager:PostCallbacks () (at Assets/Wwise/API/Runtime/Handwritten/Common/AkCallbackManager.cs:315)
AkSoundEngineController:LateUpdate () (at Assets/Wwise/MonoBehaviour/Runtime/AkSoundEngineController.cs:63)
UnityEditor.EditorApplication:Internal_CallUpdateFunctions () (at /Users/bokken/buildslave/unity/build/Editor/Mono/EditorApplication.cs:356)

Very unsure as to whats happened. Im using Unity in combo GitLFS. Is there a chance I have gitignored some file that communicates between Unity and Wwise? Im going crazy here. Cant find any solution and im beginning to get unmotivated.

Something is not right!!!!! HELP MEEEEEEE!
Ben H. (160 ポイント) General Discussion

回答 1

0 支持

Setting in Unity called play mode that, when enabled will stop communication between Wwise and unity. 

It basically allows you to play really fast after entering play mode but it bypasses the Wwise communication I think.

Ben H. (160 ポイント)
...