From 9cea8935394c263d9c31709d54eb72702a0d3fba Mon Sep 17 00:00:00 2001 From: DCFApixels <99481254+DCFApixels@users.noreply.github.com> Date: Sun, 17 Nov 2024 14:12:55 +0800 Subject: [PATCH] update unity meta --- package.json | 15 +++++++++------ src/{EcsGraph.cs.meta => Consts.cs.meta} | 2 +- ...tityLinkedList.cs.meta => EntityGraph.cs.meta} | 2 +- src/Executors/GraphQueries.cs.meta | 11 +++++++++++ src/Internal/OnlyAppendHeadLinkedList.cs.meta | 11 +++++++++++ 5 files changed, 33 insertions(+), 8 deletions(-) rename src/{EcsGraph.cs.meta => Consts.cs.meta} (83%) rename src/{Internal/EntityLinkedList.cs.meta => EntityGraph.cs.meta} (83%) create mode 100644 src/Executors/GraphQueries.cs.meta create mode 100644 src/Internal/OnlyAppendHeadLinkedList.cs.meta diff --git a/package.json b/package.json index c34b8b4..ef38f63 100644 --- a/package.json +++ b/package.json @@ -1,17 +1,20 @@ { - "name": "com.dcfa_pixels.dragonecs-relations", + "name": "com.dcfa_pixels.dragonecs-graphs", "author": { "name": "DCFApixels", - "url": "https://github.com/DCFApixels/DragonECS-Relations" + "url": "https://github.com/DCFApixels/DragonECS-Graphs" }, - "displayName": "DragonECS-Relations", - "description": "Relations between entities for DragonECS", + "displayName": "DragonECS-Graphs", + "description": "Entity Graphs for DragonECS", "unity": "2020.3", - "version": "0.1.0", + "version": "0.3.0", "repository": { "type": "git", - "url": "https://github.com/DCFApixels/DragonECS-Relations.git" + "url": "https://github.com/DCFApixels/DragonECS-Graphs.git" + }, + "dependencies": { + "com.dcfa_pixels.dragonecs": "https://github.com/DCFApixels/DragonECS.git" }, "keywords": [ diff --git a/src/EcsGraph.cs.meta b/src/Consts.cs.meta similarity index 83% rename from src/EcsGraph.cs.meta rename to src/Consts.cs.meta index b441e0a..da837a6 100644 --- a/src/EcsGraph.cs.meta +++ b/src/Consts.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 3beb57467f719d140a946d35ecc5ea89 +guid: c4a2533b058338d4a84fd26be64e0e8b MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/src/Internal/EntityLinkedList.cs.meta b/src/EntityGraph.cs.meta similarity index 83% rename from src/Internal/EntityLinkedList.cs.meta rename to src/EntityGraph.cs.meta index 87378c0..d328ae2 100644 --- a/src/Internal/EntityLinkedList.cs.meta +++ b/src/EntityGraph.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 34b2bc10be4057f479e15e49cc36e3d4 +guid: 6bdb106bf15d35e4ba906691676f375b MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/src/Executors/GraphQueries.cs.meta b/src/Executors/GraphQueries.cs.meta new file mode 100644 index 0000000..85bd82f --- /dev/null +++ b/src/Executors/GraphQueries.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 106228a442c48874dbfe6d214a01daf2 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/src/Internal/OnlyAppendHeadLinkedList.cs.meta b/src/Internal/OnlyAppendHeadLinkedList.cs.meta new file mode 100644 index 0000000..0c167c2 --- /dev/null +++ b/src/Internal/OnlyAppendHeadLinkedList.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 8097f386fecb25044a477ac6cc7909db +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: