diff --git a/Runtime/Scripts/Internal/FFI/NativeMethods.cs b/Runtime/Scripts/Internal/FFI/NativeMethods.cs index 3f4e662d..7fc9a2d0 100644 --- a/Runtime/Scripts/Internal/FFI/NativeMethods.cs +++ b/Runtime/Scripts/Internal/FFI/NativeMethods.cs @@ -10,7 +10,7 @@ namespace LiveKit.Internal.FFI [SuppressUnmanagedCodeSecurity] internal static class NativeMethods { - #if UNITY_IOS + #if UNITY_IOS && !UNITY_EDITOR const string Lib = "__Internal"; #else const string Lib = "livekit_ffi";