menu
 

Audiokinetic의 커뮤니티 Q&A는 사용자가 Wwise와 Strata 커뮤니티 내에서 서로 질문과 답변을 하는 포럼입니다. Audiokinetic의 기술 지원팀에게 문의하고 싶으신 경우 지원 티켓 페이지를 사용해주세요.

+2 투표

Please use namespaces. The ErrorCode enum conflicts with the ErrorCode class from another plugin. This causes compilation errors and blocks the Wwise Launcher's upgrade process. Manually fixing the compilation errors and refreshing the launcher does not solve this issue. The launcher is stuck and will not proceed.

Installation incomplete - Code errors were found

Open your project in Unity and fix the compilation errors to allow the integration to complete. It is important that you do not modify your scenes, please only fix the code errors.

Assets/Wwise/Deployment/API/Generated/Common/ErrorCode.cs(11,13): error CS0101: The namespace `global::' already contains a definition for `ErrorCode'

 

 

We fixed this manually when we first installed Wwise but it's preventing us from upgrading now. 

General Discussion Justin R. (120 포인트) 로 부터
Still need a solution for this.
Completely agree, I had to add a custom namespace to Photon's code in order to use Wwise. ErrorCode is so incredibly generic a name too. Photon shouldn't be doing this either.

1 답변

0 투표
I completely agree. Why Wwise doesn't use a namespace is beyond me. Seems silly.

For me it was Photon that also had a global namespaced Class called "ErrorCode". So I had to make a namespace for that, and then re-integrate Wwise.

Also Wwise doesn't register that I reset my project through Unity Collaborate. I had to actually find the "InstallNotCompleted" file and delete it manually, which seems weird.
Martin T. (140 포인트) 로 부터
...