Ver Fonte

Add: package folder

AnnulusGames há 11 meses atrás
pai
commit
f021e17ae1

+ 20 - 0
src/Lua.Unity/Assets/Lua.Unity/Editor/Lua.Unity.Editor.asmdef

@@ -0,0 +1,20 @@
+{
+    "name": "Lua.Unity.Editor",
+    "rootNamespace": "",
+    "references": [
+        "GUID:1e0c3844aaa6d4b64b4b0bb8be06318a"
+    ],
+    "includePlatforms": [
+        "Editor"
+    ],
+    "excludePlatforms": [],
+    "allowUnsafeCode": false,
+    "overrideReferences": true,
+    "precompiledReferences": [
+        "Lua.dll"
+    ],
+    "autoReferenced": true,
+    "defineConstraints": [],
+    "versionDefines": [],
+    "noEngineReferences": false
+}

+ 16 - 0
src/Lua.Unity/Assets/Lua.Unity/Runtime/Lua.Unity.asmdef

@@ -0,0 +1,16 @@
+{
+    "name": "Lua.Unity",
+    "rootNamespace": "",
+    "references": [],
+    "includePlatforms": [],
+    "excludePlatforms": [],
+    "allowUnsafeCode": false,
+    "overrideReferences": true,
+    "precompiledReferences": [
+        "Lua.dll"
+    ],
+    "autoReferenced": true,
+    "defineConstraints": [],
+    "versionDefines": [],
+    "noEngineReferences": false
+}

+ 9 - 0
src/Lua.Unity/Assets/Lua.Unity/package.json

@@ -0,0 +1,9 @@
+{
+    "name": "com.annulusgames.lua.unity",
+    "version": "0.4.0",
+    "displayName": "Lua.Unity",
+    "description": "Lua-CSharp extension for Unity",
+    "author": {
+        "name": "Annulus Games"
+    }
+}

+ 1 - 1
src/Lua.Unity/ProjectSettings/EditorSettings.asset

@@ -25,7 +25,7 @@ EditorSettings:
   m_AsyncShaderCompilation: 1
   m_AsyncShaderCompilation: 1
   m_PrefabModeAllowAutoSave: 1
   m_PrefabModeAllowAutoSave: 1
   m_EnterPlayModeOptionsEnabled: 1
   m_EnterPlayModeOptionsEnabled: 1
-  m_EnterPlayModeOptions: 0
+  m_EnterPlayModeOptions: 3
   m_GameObjectNamingDigits: 1
   m_GameObjectNamingDigits: 1
   m_GameObjectNamingScheme: 0
   m_GameObjectNamingScheme: 0
   m_AssetNamingUsesSpace: 1
   m_AssetNamingUsesSpace: 1