Skip to content

Releases: xelfia/XELF.MagicaGN00T

v2.0.0

16 Sep 16:03
9b91909
Compare
Choose a tag to compare

Breaking Changes

  • Added VoxelImporter uses ScriptedImporter as a Unity experimental feature in Unity 2018.2.x.
  • VoxelImporter can import a MagicaVoxel .vox file as an asset.
  • VoxModel no longer directly used. VoxModel will now be contained as named vox in its portion of the asset of .vox file.
  • Asset of .vox file is saved by Unity at out of project folder. Therefore, you can reduce the size of the project (repository).
  • Added VoxImportSettings describes VoxModel importing settings isolated from VoxModel.
  • Example scene AnimationExample.unity and corresponded assets are reconstructed. (not fully compatible with previous)

New

  • Added package.json is contained for Package Manager.