Releases: xelfia/XELF.MagicaGN00T
Releases · xelfia/XELF.MagicaGN00T
v2.0.0
Breaking Changes
- Added
VoxelImporter
usesScriptedImporter
as a Unity experimental feature in Unity2018.2.x
. VoxelImporter
can import a MagicaVoxel.vox
file as an asset.VoxModel
no longer directly used.VoxModel
will now be contained as namedvox
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
describesVoxModel
importing settings isolated fromVoxModel
. - Example scene
AnimationExample.unity
and corresponded assets are reconstructed. (not fully compatible with previous)
New
- Added
package.json
is contained for Package Manager.