Skip to content

Releases: sandrofigo/VoxReader

v4.1.1

20 May 14:54
43f671b
Compare
Choose a tag to compare

Changed

  • Removed unused code when parsing models

v4.1.0

20 May 14:21
ff0060d
Compare
Choose a tag to compare

Added

  • Added support for exported .vox files that are not .vox project files

Fixed

  • Fixed the model count being zero when trying to parse an exported .vox file instead of a .vox project file

v4.0.0

24 Mar 16:13
0a938b4
Compare
Choose a tag to compare

Added

  • Added support for parsing palette notes
  • Added method Palette.GetColorsByNote to get palette colors grouped by palette note texts
  • Added method Palette.GetColorIndicesByNote to get mapped palette color indices grouped by palette note texts
  • Added mapped color index to voxel

Fixed

  • Fixed wrong colors in palette when an IMAP chunk exists

Changed

  • Palette.Colors now stores the mapped colors that are visible in the UI of MagicaVoxel instead of the raw colors parsed from the .vox file

v3.1.0

03 Jan 16:23
fa36c96
Compare
Choose a tag to compare

Added

  • Added GlobalPosition property to Voxel

v3.0.0

03 Jan 12:39
Compare
Choose a tag to compare

Added

  • Parse model position
  • Parse model name
  • Better validation for Unity meta files in build pipeline

v2.1.2

03 Jan 08:49
Compare
Choose a tag to compare

Changed

  • Renamed workflow jobs (GitHub Actions)

Fixed

  • Fixed KeyNotFoundException when trying to read a vox file containing an IMAP chunk
  • Match version in Unity package file with release version

v2.1.0

30 Dec 15:43
Compare
Choose a tag to compare

Added

v2.0.6

29 Dec 12:20
Compare
Choose a tag to compare

Fixed

  • Added missing Unity .meta files in subdirectories

v2.0.5

29 Dec 12:00
Compare
Choose a tag to compare

Fixed

  • Adding missing Unity .meta files

v2.0.4

29 Dec 10:23
Compare
Choose a tag to compare

Added

  • Support for OpenUPM package