Unity3D-BSP-Importer
Unity3D-BSP-Importer copied to clipboard
A lightweight plugin for importing BSP maps into Unity3D as meshes.
I'm trying to debug a strange issue I see with lighting, a spotlight is added to an enclosed room built in Trenchbroom and compiled by qbsp and vis (works in...
Hi i tried to import the bsp file but it gave me an error message: The number of vertices in the combined mesh (187811) exceeds the maximum supported vertex count...
I've been trying to find info in the sourcecode, but it seems to me lightmaps are not parsed?
So, I keep getting error: `NullReferenceException: Object reference not set to an instance of an object BSPImporter.BSPLoader.LoadBSP (LibBSP.BSP bsp) (at Library/PackageCache/com.wfowler1.unity3d-bsp-importer@b09e2603bf/Runtime/Util/BSPLoader.cs:190) BSPImporter.BSPLoader.LoadBSP () (at Library/PackageCache/com.wfowler1.unity3d-bsp-importer@b09e2603bf/Runtime/Util/BSPLoader.cs:166) UnityEngine.Debug:LogException(Exception) BSPImporter.BSPLoader:LoadBSP() (at Library/PackageCache/com.wfowler1.unity3d-bsp-importer@b09e2603bf/Runtime/Util/BSPLoader.cs:172) BSPImporterWindow:DrawImportButton()...
do i have to change png to mat ? to import BSP
how do you bundle the texture files to import with the bsp mesh thanks
Screen shots Settings being used - https://gyazo.com/4caf6ec18ffd84a66e7725238bbce4d9 Error being produced - https://gyazo.com/d5eb3a28b4103875aa5cefcbceb599a2 Inside /BSPTextures/dev/ - https://gyazo.com/bf7d7bf4ed439363b695411b0cfdb239 I do not see any .mat files anywhere https://github.com/wfowler1/Unity3D-BSP-Importer/issues/1 Not so useful thread... Do...
Hello I have an issue with BSPimporter almost the same as the “File could not be loaded” issue opened by “amuDev” but I was unable to resolve it.I'm on the...
` UnityException: Creating asset at path C:/ArpaRec/PortalRebornVelocityBeta/Assets/PortalRebornGame/Content/prtlmats/METAL/BLACK_FLOOR_METAL_001D_CHEAP.mat failed. BSPImporter.BSPLoader.LoadMaterial (System.String textureName) (at Library/PackageCache/com.wfowler1.unity3d-bsp-importer@800c5f21c6/Runtime/Util/BSPLoader.cs:424) BSPImporter.BSPLoader.CreateFaceMesh (LibBSP.Face face, System.String textureName) (at Library/PackageCache/com.wfowler1.unity3d-bsp-importer@800c5f21c6/Runtime/Util/BSPLoader.cs:682) BSPImporter.BSPLoader.BuildMesh (BSPImporter.BSPLoader+EntityInstance instance) (at Library/PackageCache/com.wfowler1.unity3d-bsp-importer@800c5f21c6/Runtime/Util/BSPLoader.cs:536) BSPImporter.BSPLoader.LoadBSP (LibBSP.BSP bsp) (at Library/PackageCache/com.wfowler1.unity3d-bsp-importer@800c5f21c6/Runtime/Util/BSPLoader.cs:226)...