Community Q&A

Welcome to Audiokinetic’s community-driven Q&A forum. This is the place where Wwise and Strata users help each other out. For direct help from our team, please use the Support Tickets page. To report a bug, use the Bug Report option in the Audiokinetic Launcher. (Note that Bug Reports submitted to the Q&A forum will be rejected. Using our dedicated Bug Report system ensures your report is seen by the right people and has the best chance of being fixed.)

To get the best answers quickly, follow these tips when posting a question:

  • Be Specific: What are you trying to achieve, or what specific issue are you running into?
  • Include Key Details: Include details like your Wwise and game engine versions, operating system, etc.
  • Explain What You've Tried: Let others know what troubleshooting steps you've already taken.
  • Focus on the Facts: Describe the technical facts of your issue. Focusing on the problem helps others find a solution quickly.

+4 votes

We have a problem trying to open our project in Unity Editor on Linux. There are multiple console errors preventing us from entering playmode. These are the errors:

Assets/Wwise/Deployment/API/Generated/Common/AkDeviceSettings.cs(66,10): error CS0246: The type or namespace name `AkThreadProperties' could not be found. Are you missing an assembly reference?

Assets/Wwise/Deployment/API/Generated/Common/AkInitializationSettings.cs(83,10): error CS0246: The type or namespace name `AkPlatformInitSettings' could not be found. Are you missing an assembly reference?

Assets/Wwise/Deployment/API/Generated/Common/AkInitializationSettings.cs(102,10): error CS0246: The type or namespace name `AkCommunicationSettings' could not be found. Are you missing an assembly reference?

Assets/Wwise/Deployment/API/Generated/Common/AkInitializationSettings.cs(110,10): error CS0246: The type or namespace name `AkUnityPlatformSpecificSettings' could not be found. Are you missing an assembly reference?

Assets/Wwise/Deployment/API/Handwritten/Common/AkCommonPlatformSettings.cs(43,17): error CS0246: The type or namespace name `AkCommunicationSettings' could not be found. Are you missing an assembly reference?

Assets/Wwise/Deployment/API/Handwritten/Common/AkCommonPlatformSettings.cs(297,29): error CS0246: The type or namespace name `AkPlatformInitSettings' could not be found. Are you missing an assembly reference?

Assets/Wwise/Deployment/API/Handwritten/Common/AkCommonPlatformSettings.cs(434,29): error CS0246: The type or namespace name `AkCommunicationSettings' could not be found. Are you missing an assembly reference?

Assets/Wwise/Deployment/API/Handwritten/Common/AkCommonPlatformSettings.cs(521,18): error CS0246: The type or namespace name `AkCommunicationSettings' could not be found. Are you missing an assembly reference?

Assets/Wwise/Deployment/API/Handwritten/Windows/AkWindowsSettings.cs(45,22): error CS0246: The type or namespace name `AkPlatformInitSettings' could not be found. Are you missing an assembly reference?

The Unity Editor version we are using is 2017.4.6f1 as it was the closest Linux-ready version to that of our project (2017.4.5f1).

We have also built Linux builds on a Windows machine, and there were no such problems. The builds are working correctly on Linux and the audio works fine. However, we need to get the project working inside the Unity Editor on Linux in order to check some specific things. Is there any solution to those editor errors? Besides Windows, we have also been opening the project inside Unity Editor on a Mac, and there were no problems with Wwise. 

in General Discussion by Michał S. (170 points)
I'm trying to build on linux for Android and get the same thing. iOS is fine
Hi, i also having the same problem and i cant find an answer anywhere

2 Answers

+2 votes
Hi, have you found an solutions to this? We're having the same issue.
by AudioCan (490 points)
–1 vote
 
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/en/library/edge/?source=Unity&id=pg__linux_info.html

by Samuel L. (Audiokinetic) (23.6k points)
edited by Samuel L. (Audiokinetic)
...