HonorLee 5 months ago
parent
commit
6006c32e39
2 changed files with 29 additions and 0 deletions
  1. 17 0
      CrossgateToolkit/CrossgateToolkit.asmdef
  2. 12 0
      package.json

+ 17 - 0
CrossgateToolkit/CrossgateToolkit.asmdef

@@ -0,0 +1,17 @@
+{
+    "name": "CrossgateToolkit",
+    "rootNamespace": "CrossgateToolkit",
+    "references": [
+        "GUID:2665a8d13d1b3f18800f46e256720795",
+        "GUID:21b0c8d1703a94250bfac916590cea4f"
+    ],
+    "includePlatforms": [],
+    "excludePlatforms": [],
+    "allowUnsafeCode": false,
+    "overrideReferences": false,
+    "precompiledReferences": [],
+    "autoReferenced": true,
+    "defineConstraints": [],
+    "versionDefines": [],
+    "noEngineReferences": false
+}

+ 12 - 0
package.json

@@ -0,0 +1,12 @@
+{
+    "name": "me.honorlee.crossgate-toolkit",
+    "version": "2.0.0",
+    "displayName": "CGTool - Crossgate(魔力宝贝)图档解析工具库 ",
+    "description": "这是针对《Crossgate(魔力宝贝)》游戏(3.7及以下版本)图档解析工具库,除了可以解析游戏bin图档索引、图档数据外,同时也支持动画数据解析、动画播放、地图(服务端/客户端格式)数据解析、音频数据解析等功能。",
+    "unity": "2021.3",
+    "author": {
+        "name":"Honor Lee",
+        "email": "dev@honorlee.me",
+        "url": "https://honorlee.me"
+    }
+}