jon-heard / Godot-MagicaVoxel-Importer-with-Extensions

A Godot plugin to import MagicaVoxel .vox files as meshes.
MIT License
18 stars 4 forks source link

Getting Errors while trying to Import VOX File #6

Open LagowiecDev opened 6 months ago

LagowiecDev commented 6 months ago

When Greedy Mesh Generator is Off res://addons/MagicaVoxel_Importer_with_Extensions/vox-importer-common.gd:205 - Invalid get index '0' (on base: 'Dictionary'). res://addons/MagicaVoxel_Importer_with_Extensions/vox-importer-common.gd:50 - Unable to iterate on object of type 'Nil'. res://addons/MagicaVoxel_Importer_with_Extensions/vox-importer-mesh.gd:62 - Invalid get index '0' (on base: 'Nil'). core/io/file_access.cpp:807 - Condition "f.is_null()" is true. Continuing. Importing: res://Vox/David.vox (scale: 0.1, file version: 150, greedy mesh: false, snap to ground: false)

When Greedy Mesh Generator is On res://addons/MagicaVoxel_Importer_with_Extensions/vox-importer-common.gd:205 - Invalid get index '0' (on base: 'Dictionary'). res://addons/MagicaVoxel_Importer_with_Extensions/vox-importer-common.gd:50 - Unable to iterate on object of type 'Nil'. res://addons/MagicaVoxel_Importer_with_Extensions/vox-importer-mesh.gd:62 - Invalid get index '0' (on base: 'Nil'). core/io/file_access.cpp:807 - Condition "f.is_null()" is true. Continuing. Importing: res://Vox/David.vox (scale: 0.1, file version: 150, greedy mesh: true, snap to ground: false)

LagowiecDev commented 6 months ago

Godot version: 4.2.1.stable