summaryrefslogtreecommitdiff
path: root/VRCSDK3Worlds/Assets/Bakery/ftLocalStorage.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--VRCSDK3Worlds/Assets/Bakery/ftLocalStorage.cs16
-rw-r--r--VRCSDK3Worlds/Assets/Bakery/ftLocalStorage.cs.meta12
2 files changed, 28 insertions, 0 deletions
diff --git a/VRCSDK3Worlds/Assets/Bakery/ftLocalStorage.cs b/VRCSDK3Worlds/Assets/Bakery/ftLocalStorage.cs
new file mode 100644
index 00000000..f8310211
--- /dev/null
+++ b/VRCSDK3Worlds/Assets/Bakery/ftLocalStorage.cs
@@ -0,0 +1,16 @@
+using UnityEngine;
+using System.Collections.Generic;
+
+#if UNITY_EDITOR
+using UnityEditor;
+#endif
+
+public class ftLocalStorage : ScriptableObject
+{
+ [SerializeField]
+ public List<string> modifiedAssetPathList = new List<string>(); // marks model as processed
+
+ [SerializeField]
+ public List<int> modifiedAssetPaddingHash = new List<int>();
+}
+
diff --git a/VRCSDK3Worlds/Assets/Bakery/ftLocalStorage.cs.meta b/VRCSDK3Worlds/Assets/Bakery/ftLocalStorage.cs.meta
new file mode 100644
index 00000000..9257672f
--- /dev/null
+++ b/VRCSDK3Worlds/Assets/Bakery/ftLocalStorage.cs.meta
@@ -0,0 +1,12 @@
+fileFormatVersion: 2
+guid: 05ca84e725c7c764aa5ed097918d14b7
+timeCreated: 1536868109
+licenseType: Store
+MonoImporter:
+ serializedVersion: 2
+ defaultReferences: []
+ executionOrder: 0
+ icon: {instanceID: 0}
+ userData:
+ assetBundleName:
+ assetBundleVariant: