@@ -1,3 +1,4 @@
+#if LUA_UNITY_ADDRESSABLES
using System;
using System.Collections.Generic;
using System.Linq;
@@ -79,4 +80,5 @@ namespace Lua.Unity
}
-}
+}
+#endif