EASTER SALE - 20% DISCOUNT ON ALL OUR PRODUCTS

Chisel Import Source

Unity package to import VMF map files into Chisel as editable brushes.
This is a public source code repository that we created or are collaborating on.


Valve Map Format 2006 Importer for Chisel Editor.

This Unity package allows you to import VMF map files into Chisel as editable brushes. This means that once the import is complete, you can continue editing the level directly in the Unity Editor using tools similar to Hammer.

Installation Instructions:

After installing Chisel, add the following line to your Unity Package Manager:

Unity Package Manager

https://github.com/Henry00IS/Chisel.Import.Source.git

Import Examples:

d1_town_01

d1_trainstation_02

Features:

  • Converts Hammer solids into Chisel brushes.
  • Imports displacements as additional meshes.
  • Imports lights converted into their Unity equivalents.
  • Imports decals as additional meshes (requires Chisel Decals).
  • Automatically finds the map materials in your project.
  • Texture UVs are 98% accurate.
  • Maps are completely editable after import.

Donations:

If you found this importer useful and wish to say thanks, then please feel free to make a donation. Your donations are a huge motivator to continue the development and support of this importer. 😁

paypal

References:

This importer was originally created for the SabreCSG project, but development now continues only for Chisel. The parser is also available here in regular C# without Unity dependencies.