Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

Wwise integration using Unity editor for Linux [closed]

+9 votes

The Unity editor is now available for Linux: http://forum.unity3d.com/threads/unity-on-linux-release-notes-and-known-issues.350256/  And there was much rejoicing.  Yay.

We just integrated Wwise and I'm not clear on how to get rid of a couple of errors (below) in the Unity editor for Linux.  I think I'm missing something in the documentation?  The only source files I was able to find at your download link are for the SDK.  Wwise is working for us under Windows, so I believe the source code is already part of our repo, but I'm not finding the file "BuildWwiseUnityIntegration.py" there or in Wwise_v2015.1.2_Build5457_SDK.Linux.zip.

I think the Linux documentation is a little out of date, it references Ubuntu 12.04 (released in 2012).  SDL2 can now be installed with "apt-get install libsdl2-2.0-0"

The errors in question:

Assets/Wwise/Deployment/API/Generated/Common/AkDeviceSettings.cs(102,10): error CS0246: The type or namespace name `AkThreadProperties' could not be found. Are you missing a using directive or an assembly reference?
Assets/Wwise/Deployment/API/Generated/Common/AkInitSettings.cs(179,10): error CS0246: The type or namespace name `AkAudioAPI' could not be found. Are you missing a using directive or an assembly reference?
closed as a duplicate of: Support on Unity Linux Editor
asked Nov 2, 2015 in General Discussion by Brian J. (220 points)
closed Aug 5, 2021 by Samuel L. (Audiokinetic)
Our build pipeline is based on Linux, and this is a critical feature that we need! Any update on this feature request?

2 Answers

+1 vote
Nothing about this? I have Ubuntu 16.04 and I have the same issue
answered Sep 22, 2017 by Antonio R. (240 points)
0 votes
 
Best answer

The Unity Editor on Linux is not a supported target by our Unity integration at this time.
Linux, while supported as a runtime target, is also not a supported authoring environment.

We encourage studios and users who wish to see the Unity Linux editor to become officially supported to report it to us as a feature request to help us prioritize. 

The most up-to-date information related to targeting Linux on Unity with Wwise can be found at this address: https://www.audiokinetic.com/library/edge/?source=Unity&id=pg_howtobuilddeploylinux.html

answered Aug 5, 2021 by Samuel L. (Audiokinetic) (23,220 points)
Unity Cloud Builds Fail with Errors
...