wfowler1 / Unity3D-BSP-Importer

A lightweight plugin for importing BSP maps into Unity3D as meshes.
Other
112 stars 17 forks source link

Missing Assembly or Directive #18

Closed HegelianPoundCake closed 2 years ago

HegelianPoundCake commented 2 years ago

Getting this error when trying to install it, have attempted both manual through zip and through the github link. I also added the libBSP folder its asking about. Assets\Unity3D-BSP-Importer-master\Runtime\Extensions\BSPExtensions.cs(3,7): error CS0246: The type or namespace name 'LibBSP' could not be found (are you missing a using directive or an assembly reference?)

wfowler1 commented 2 years ago

Yaeh, we never really got the Unity package delivery working properly. The LibBSP it's talking about is the GIT repository here: https://github.com/wfowler1/LibBSP.git

I really need to finish the Unity package implementation at some point, but pulling that into your Unity project as well as this one should work. You may need to delete the WFowler1.BspImporter.Runtime.asmdef and WFowler1.BspImporter.Editor.asmdef files manually.

wfowler1 commented 2 years ago

This should be fixed now :)