darkfall / MagicaVoxelUnity

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

Interested in continuing to work on this? #5

Closed kenny-evitt closed 7 years ago

kenny-evitt commented 7 years ago

I've got questions, proposed changes, etc., but if you're not interested in working on this then I'll just play with my fork of this repo.

kenny-evitt commented 7 years ago

I just imported the Unity package for this into my project and Unity warns me "API Update Required". I chose the automatic update option and no other prompts were shown. But some of the items/components don't seem to have to been added correctly so I'm unsure if importing the package was the correct way to install this in my project.

When I open the supplied Test1 scene all of the objects are shown colored magenta – I'm guessing that's related to the scripts not being found or the shaders not compiling.

kenny-evitt commented 7 years ago

The missing scripts and 'broken' shaders seem like broken (relative?) paths given that I was able to fix the shaders (and materials?) by selecting appropriate-seeming options among the imported items.

darkfall commented 7 years ago

@kenny-evitt Please feel free to play with your fork. I haven't touched the code for a long time and may not touch it until sometime later due to my current job. I would be glad to merge PRs .

kenny-evitt commented 7 years ago

@darkfall Thanks!