feat: add cross-engine platform services

This commit is contained in:
2026-09-05 02:33:55 +08:00
parent 1bfb99d4c3
commit 0030f5b794
10 changed files with 171 additions and 42 deletions
+4
View File
@@ -63,7 +63,11 @@ namespace ShrinkDataSaver
{
public string SlotName = "New Save";
public bool CaptureScreenshot = false;
#if UNITY_5_3_OR_NEWER
public UnityEngine.Texture2D Screenshot = null;
#else
public byte[] Screenshot;
#endif
public bool Encrypt = false;
public string EncryptionKey = null;
}