Releases: Demkeys/VirtualFileSystem
Releases · Demkeys/VirtualFileSystem
VFS_v0_7_Prefab_1_14082021.unitypackage
VFS_v0_6_Prefab_1_29032021
Added all scripts into the VirtualFileSystem namespace to avoid possible conflicts when importing VFS package into projects.
VFS_v0_5_Prefab_1_16012021
VFS v0.5 Release Notes
Changes:
-Added Ex03 example to demonstrate data integrity checks.
-Added more comments to FileSystem.cs's CompressFileSystemData and DecompressFileSystemData methods.
Fixes:
-Fixed logic issues in Ex01WorldController.cs SaveDataToFile method.
VFS_v0_4_Prefab_1_13012021
VFS v0.4
Changes:
-Added Import/Export Format options: You can now select whether Import/Export text should be Plain Text or Compressed data.
-Greyed out FileItems are more opaque.
-Resized various UI gameobjects so their bounds are not outside the canvas bounds.
-Added Ex01 and Ex02 example scenes.