Compare commits
4
Commits
c39314acbc
...
v2.2.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ec87b0bde3 | ||
|
|
b111c5f437 | ||
|
|
7cfa6bf8e3 | ||
|
|
65a1553612 |
@@ -31,12 +31,12 @@ jobs:
|
||||
cat "$machine_id_file" > /etc/machine-id
|
||||
echo "Unity machine identity restored"
|
||||
fi
|
||||
git config --global url."https://ghfast.top/https://github.com/".insteadOf "https://github.com/"
|
||||
unity_bin="$(command -v unity-editor || command -v unity || command -v Unity || true)"
|
||||
test -n "$unity_bin"
|
||||
"$unity_bin" \
|
||||
-batchmode \
|
||||
-nographics \
|
||||
-quit \
|
||||
-projectPath "$PWD/Development~/UnityProject" \
|
||||
-runTests \
|
||||
-testPlatform EditMode \
|
||||
|
||||
@@ -12,5 +12,8 @@
|
||||
"com.unity.test-framework": "1.1.33",
|
||||
"com.cneicy.shrink-datasaver": "file:../../..",
|
||||
"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask#7c0f199fe0d3fc528024488ccd671e6c7b27745b"
|
||||
}
|
||||
},
|
||||
"testables": [
|
||||
"com.cneicy.shrink-datasaver"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace ShrinkDataSaver
|
||||
{
|
||||
[CreateAssetMenu(fileName = "ShrinkDataSaverSettings", menuName = "ShrinkDataSaver/Settings")]
|
||||
[CreateAssetMenu(fileName = "ShrinkDataSaverSettings", menuName = "ShrinkSDK/存档/存档设置")]
|
||||
public class ShrinkDataSaverSettings : ScriptableObject
|
||||
{
|
||||
private static ShrinkDataSaverSettings _instance;
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "com.cneicy.shrink-datasaver",
|
||||
"version": "2.2.0",
|
||||
"version": "2.2.1",
|
||||
"displayName": "ShrinkDataSaver",
|
||||
"description": "模块化 Unity 存档与设置管理系统,支持多槽位、链式版本迁移、AES-256 加密、关键模块保护、跨模块查询与事件驱动架构。",
|
||||
"unity": "2022.3",
|
||||
|
||||
Reference in New Issue
Block a user