Releases: sandrofigo/VoxReader
Releases · sandrofigo/VoxReader
v5.0.0
v4.1.1
Changed
- Removed unused code when parsing models
v4.1.0
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
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
Added
- Added
GlobalPosition
property toVoxel
v3.0.0
Added
- Parse model position
- Parse model name
- Better validation for Unity meta files in build pipeline
v2.1.2
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
Added
- Added support for Source Link (https://github.com/dotnet/sourcelink)
- Enabled
ContinuousIntegrationBuild
property for server builds
v2.0.6
Fixed
- Added missing Unity .meta files in subdirectories
v2.0.5
Fixed
- Adding missing Unity .meta files