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

Unity Upgrade 2019 fail after long time

+3 支持
After a whole night the wwise 2019 version update does not proceed, it blocked without any errors but does not complete the procedure.

i've followed the instruction on the guide 1) install new 2019 wwise version 2) open update project and regenerate soundbank 3) upgrade Unity project but it's freeze migration

the point where it's blocked is "Executing Unity to complete the installation. This may take a few minutes, please wait ... "

from the task manager there seems to be no activity
Alessandro O. (130 ポイント) 2019 4/3 質問 General Discussion
Having the same issue on our end at the moment.
Exact same issues on our end as well? Wwise 2019.1.6 into Unity 2019.3.0f3

This part of the log is going in a loop forever.

Start importing Assets/Wwise/Editor/ProjectData/AkWwiseProjectData.asset using Guid(97154998de28e1e4ea76772e079204be) Importer(-1,)
Done importing asset: 'Assets/Wwise/Editor/ProjectData/AkWwiseProjectData.asset' (target hash: '1f78b3933b7737f1a3c9df714c4ab4ff') in 0.004199 seconds
Import parameters got modified during import
UnityEditor.AssetDatabase:CreateAsset(Object, String)
AkWwiseProjectInfo:GetData() (at Assets\Wwise\Editor\WwiseWindows\AkWwiseProjectInfo.cs:47)
AkWwiseWWUBuilder:GatherModifiedFiles() (at Assets\Wwise\Editor\WwiseWindows\AkWwiseWWUBuilder.cs:396)
AkWwiseWWUBuilder:InitializeWwiseProjectData() (at Assets\Wwise\Editor\WwiseWindows\AkWwiseWWUBuilder.cs:73)
AkWwiseWWUBuilder:.cctor() (at Assets\Wwise\Editor\WwiseWindows\AkWwiseWWUBuilder.cs:297)
System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor(IntPtr)
System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor(RuntimeTypeHandle)
UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes(Type[])

[C:\buildslave\unity\build\Modules/AssetDatabase/Editor/V2/AssetImportManager.cpp line 331]
(Filename: Assets/Wwise/Editor/WwiseWindows/AkWwiseProjectInfo.cs Line: 47)

回答 1

0 支持
Hi,

I'm having the same issue at the moment. I'm trying in integrate Wwise 2019.1.6 into a project using Unity 2019.3.0f3. It's stuck at "Executing Unity (...)".

It seems that unity is stuck while importing "Assets/Wwise/Editor/ProjectData/AkWwiseProjectData.asset", creating and deleting folders in the Temp folder. (I killed the installation process then launched Unity manually and it stayed stuck when importing this asset)

I tried at least 5 times and it happened 100% of the time.
Alain D. (160 ポイント) 2020 1/13 回答
...