Skip to content

Releases: Demkeys/VirtualFileSystem

VFS_v0_7_Prefab_1_14082021.unitypackage

14 Aug 11:31
Compare
Choose a tag to compare

Changes:

  • FileManager.cs - explicitely set toggleColorBlock.selectedColor.

VFS_v0_6_Prefab_1_29032021

29 Mar 14:52
Compare
Choose a tag to compare

Added all scripts into the VirtualFileSystem namespace to avoid possible conflicts when importing VFS package into projects.

VFS_v0_5_Prefab_1_16012021

16 Jan 14:29
Compare
Choose a tag to compare

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

11 Jan 12:16
Compare
Choose a tag to compare

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.