jackyyang09/Simple-Unity-Audio-Manager

Building for Android Throws Exceptions

Aranir opened this issue · 1 comments

When I try to build for android I get the following exception thrown:

 ---> System.IO.DirectoryNotFoundException: Could not find a part of the path '...\Assets\Jackys Simple Audio Manager\Plugins\ATL.dll'.
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)

Is there anything specific which needs to be done that the ATL.dll can be found?

Renaming the plugin folder to JSAM fixed it for me.