rorywalsh / CsoundUnity

GNU Lesser General Public License v2.1
70 stars 19 forks source link

ios namespace error #65

Closed composingcap closed 1 year ago

composingcap commented 1 year ago

On windows, I get this error with csound unity installed:

Library\PackageCache\com.csound.csoundunity@876b530e01\Editor\CsoundUnityPostProcessBuild.cs(5,19): error CS0234: The type or namespace name 'iOS' does not exist in the namespace 'UnityEditor' (are you missing an assembly reference?)

I am guessing it needs a macro to check if Unity has IOS build support installed as it does not seem this is included in Unity's windows build support.

composingcap commented 1 year ago

if UNITY_IOS should work I think

giovannibedetti commented 1 year ago

hotfix pushed to Master branch.