chore: initialize standalone UPM package
Publish UPM package / publish (push) Failing after 1s

This commit is contained in:
2026-08-26 02:50:03 +08:00
commit 739fe328e7
63 changed files with 4243 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"name": "ShrinkDataSaver.Tests",
"rootNamespace": "ShrinkDataSaver.Tests",
"references": [
"ShrinkDataSaver.Runtime",
"UniTask",
"UnityEngine.TestRunner",
"UnityEditor.TestRunner"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [
"Newtonsoft.Json.dll"
],
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"versionDefines": [],
"noEngineReferences": false
}