darkfall / MagicaVoxelUnity

Unity3D plugin for MagicaVoxel's vox format.
MIT License
197 stars 34 forks source link

error while recombining #10

Closed StefanoCecere closed 6 years ago

StefanoCecere commented 6 years ago

Unity 2017.1

when i try to recompine a selection of separated voxels, i get this error:

NullReferenceException: Object reference not set to an instance of an object MVVoxelChunk.get_sizeX () (at Assets/MagicaVoxel/Scripts/MVImporter.cs:28) MVVoxModelVoxelInspector.CombineVoxels (.MVVoxModelVoxel[] voxels) (at Assets/MagicaVoxel/Scripts/Editor/MVVoxModelVoxelInspector.cs:38) MVVoxModelVoxelInspector.OnInspectorGUI () (at Assets/MagicaVoxel/Scripts/Editor/MVVoxModelVoxelInspector.cs:20) UnityEditor.InspectorWindow.DrawEditor (UnityEditor.Editor[] editors, Int32 editorIndex, Boolean rebuildOptimizedGUIBlock, System.Boolean& showImportedObjectBarNext, UnityEngine.Rect& importedObjectBarRect) (at /Users/builduser/buildslave/unity/build/Editor/Mono/Inspector/InspectorWindow.cs:1240) UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)

barraudf commented 6 years ago

Hi,

While trying to figure out what is going on, I came across a few NullReferenceExceptions too, fixed them and made a PR ( #11 ).

Not sure this will fix your problem though.

Did you try to load your model again?

StefanoCecere commented 6 years ago

no errors after this patch. thank you!