diff --git a/Assets/NativeFileSO/Samples/TestController.cs b/Assets/NativeFileSO/Samples/TestController.cs index d29c600..77703f4 100644 --- a/Assets/NativeFileSO/Samples/TestController.cs +++ b/Assets/NativeFileSO/Samples/TestController.cs @@ -225,7 +225,7 @@ private void SaveTitleDirectoryDesktopTest() { FileWriter.WriteTestFile(Application.persistentDataPath); NativeFileSOMacWin.shared.SaveFile(GetFileToSave(), testTitle, testDirectory); - FileWriter.DeleteTestFile(Application.persistentDataPath); + // FileWriter.DeleteTestFile(Application.persistentDataPath); } private void SavePathDesktopTest() { diff --git a/Exports/NativeFileSO.unitypackage b/Exports/NativeFileSO.unitypackage index 557f3b0..28ee539 100644 Binary files a/Exports/NativeFileSO.unitypackage and b/Exports/NativeFileSO.unitypackage differ diff --git a/Exports/NativeFileSO.unitypackage.zip b/Exports/NativeFileSO.unitypackage.zip new file mode 100644 index 0000000..92d097f Binary files /dev/null and b/Exports/NativeFileSO.unitypackage.zip differ diff --git a/ProjectSettings/ProjectSettings.asset b/ProjectSettings/ProjectSettings.asset index 48f7c49..9dfc586 100644 --- a/ProjectSettings/ProjectSettings.asset +++ b/ProjectSettings/ProjectSettings.asset @@ -118,7 +118,7 @@ PlayerSettings: 16:10: 1 16:9: 1 Others: 1 - bundleVersion: 1.0 + bundleVersion: 1.0.1 preloadedAssets: [] metroInputSource: 0 wsaTransparentSwapchain: 0 diff --git a/Publishing/itch.io/Android.png b/Publishing/itch.io/Android.png new file mode 100644 index 0000000..779f0a0 Binary files /dev/null and b/Publishing/itch.io/Android.png differ diff --git a/Publishing/itch.io/Full-Banner.png b/Publishing/itch.io/Full-Banner.png new file mode 100644 index 0000000..672f6d7 Binary files /dev/null and b/Publishing/itch.io/Full-Banner.png differ diff --git a/Publishing/itch.io/Windows.png b/Publishing/itch.io/Windows.png new file mode 100644 index 0000000..5b7b37f Binary files /dev/null and b/Publishing/itch.io/Windows.png differ diff --git a/Publishing/itch.io/iOS.png b/Publishing/itch.io/iOS.png new file mode 100644 index 0000000..4382c30 Binary files /dev/null and b/Publishing/itch.io/iOS.png differ diff --git a/Publishing/itch.io/macOS.png b/Publishing/itch.io/macOS.png new file mode 100644 index 0000000..1aabe03 Binary files /dev/null and b/Publishing/itch.io/macOS.png differ