Skip to content
/ VOX4U Public
forked from mik14a/VOX4U

MagicaVoxel VOX Format import plugin for Unreal Engine 4

License

Notifications You must be signed in to change notification settings

Vuthric/VOX4U

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VOX4U

GitHub release

Import MagicaVoxel vox format file to Unreal Engine 4.

Requirement

Unreal Engine 4 4.18 or later.

Description

Import voxel objects to StaticMesh, DestructibleMesh or Voxel. No need to use other digital content creation tool.

StaticMesh

StaticMesh

Generate static mesh from voxel data, texture from vox file or default palette and generate simple material for the mesh.

Can layout to the world.

Mesh optimized

Optimized

Mesh generation use a monotone decomposition algorithm.

DestructibleMesh

DestructibleMesh

Generate destructible mesh from voxel data and fracture meshes to destructible component, texture from vox file or default palette and generate simple material for the mesh.

Can layout and destruct to cell use PhysX not use APEX Destruction PhysXLab.

Voxel (Experimental support)

Voxel

Generate voxel asset based instanced static mesh component and auto generate cube mesh and material to use to call per palette.

Can use middle size building blocks or rideable terrain on the world.

If no need to access to Voxal Actor. Can remove runtime module from uplugin and packaging with out runtime module.

Demo

First person template based demo.

Usage

Drag & Drop vox file to content panel or open import dialog and select MagicaVoxel(*.vox) files.

Install

cd {YourUnrealProject}
git clone https://github.com/mik14a/VOX4U.git ./Plugins/VOX4U

Or add submodule to your project.

cd {YourUnrealProject}
git submodule add https://github.com/mik14a/VOX4U.git ./Plugins/VOX4U

Binary relase is Here. Download and copy binaries to {YourUnrealProject}/Plugins/VOX4U. If create package without c++ access. Copy to Engine/Plugins/Runtime directory.

Licence

MIT License

About

MagicaVoxel VOX Format import plugin for Unreal Engine 4

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 96.7%
  • C# 3.3%