Unity logo
Cancel
Cart
Applications
Sell Assets

Over 11,000 five-star assets

Rated by 85,000+ customers

Supported by 100,000+ forum members

Every asset moderated by Unity

Home
Tools
Level Design
1/9
Design levels in TrenchBroom and import them into your Unity game with zero manual configuration - and even allow players to create and share their own levels!
Render pipeline compatibility
The Built-in Render Pipeline is Unity’s default render pipeline. It is a general-purpose render pipeline that has limited options for customization. The Universal Render Pipeline (URP) is a Scriptable Render Pipeline that is quick and easy to customize, and lets you create optimized graphics across a wide range of platforms. The High Definition Render Pipeline (HDRP) is a Scriptable Render Pipeline that lets you create cutting-edge, high-fidelity graphics on high-end platforms.
Unity VersionBuilt-inURPHDRP
2022.3.20f1
Compatible
Compatible
Compatible
Additional compatibility information

If you are using URP, HDRP, or another Scriptable Renderer, you may need to convert the sample project's materials in order to fix "pink materials" from showing. To do this, select the materials and use Edit > Rendering > Materials > Convert (to URP or HDRP).


Outside of the sample, Tremble supports any rendering pipeline agnostically.

Description

No matter what kind of game you're making, you'll need to make levels or maps. Whether you want to streamline your greyboxing workflow or fully produce levels using tried and tested editors like TrenchBroom, Tremble will import your Quake format maps instantly and precisely into Unity.


Or what about allowing your players to create their own levels for your game? Whether you want to support Steam Workshop or Unity's User Generated Content (or even roll your own!), Tremble optionally supports players loading their own maps at runtime without any extra setup!


Tremble removes every piece of friction possible, so that you can get creating within minutes and not have to deal with manually configuring map texture folders and Quake entity definitions (FGDs) yourself - it just brings your Unity materials and prefabs in automatically!


Note that, although Tremble is not designed to import maps from other games (like Quake, Half-Life), it does have a Map Repair function which will try to fix maps up so that they work with your game. Map Repair supports geometry and entities, but will often import very strange UVs, as it doesn't have the original textures for reference.


With Live Update, you can even make map edits while your game is in playmode - test out quick changes with ease!


Just install Tremble, create a new map from inside Unity, and you'll be creating in no time!


See Technical details below for the full list of supported features!


Join our Discord server at: https://discord.gg/aUTmYxbVHZ


Note: Tremble is not affiliated with, or sponsored by id Software or the authors of TrenchBroom.

Quake is a registered trademark of id Software LLC.

Half-Life, Steam, and Steam Workshop are trademarks or registered trademarks of Valve Corporation.

Technical details

Tremble is an asset importer for Quake-style .map files, that works in Editor and at runtime.


Full feature list:

  • Support for TrenchBroom v2023 and v2024 on Windows, Mac, and Linux (Linux support is experimental and only tested on Ubuntu 22.04 LTS)
    • Supports TrenchBroom features such as layers (including omitting layers marked as "omit for export")
  • Support for Unity 2021.3+ (Tremble will run faster on newer versions as additional optimisations are available)
  • Syncs to your map editor when compiling code (optional)
  • Automatically imports maps on save from your map editor
  • Automated generation and installation of game config and FGD files for TrenchBroom
  • Optional support for importing maps at runtime in Standalone builds
    • Allow your players to create their own maps and import them!
    • Works with Steam Workshop, Unity User Generated Content, and more (though you'll need to write the Steam/other backend specific code yourself to download/upload maps using the revelant SDK)
  • Support for "template" map files - create a single template to base all maps on to save initial work setting up common entities
  • Supports point and brush entities from maps, mapped to MonoBehaviours
    • Entities can be grouped
    • Entities have full collision, UV2 for lightmaps, and are baked as static when appropriate
  • Fully supports prefabs:
    • Prefabs are displayed in your map 1:1 with Unity
    • Entities can be parented to other entities
  • Fully supports member variables/[SerializedField]s on entities
    • Supported for prefabs and all other entities
    • Supports basic types (string, int, float, bool, etc)
    • Supports enums
    • Supports custom types (extendable by user)
    • Supports references between entities in map
    • Supports ScriptableObjects - so you can wire your data up directly in maps
  • Fully supports materials:
    • Materials are displayed in your map 1:1 with Unity (including custom shaders)
    • Materials can be grouped for ease of use
    • "Special" coloured or checkerboard textures can be generated for your map editor for use with volumes and other invisible entities
  • Live Update (experimental):
    • Edit your map while in playmode and see changes instantly!
  • Map Repair:
    • Swap out broken textures and entities from maps
    • Change every instance of a given texture in a map for another
    • (experimental) Import map geometry and entities from other games!
      • Import FGD files from other games to generate entity classes
      • Import WAD files from other games to import textures
  • Customisable naming convention for materials, entities, materials, and fields
    • Use snake_case, UpperCamel, lowerCamel, Human-readable or preserve your naming as-is from Unity
  • Customisable import scale
    • By default, 64 map units = 1 Unity meter, but you can use whatever makes sense for your game

Under the hood, it comprises 4 major parts, Map Sync, Map Import, Map Repair and Live Update.


Map Sync takes your Unity prefabs and materials, and creates a TrenchBroom "game" full of textures and entity definitions, and handles the installation and configuration of it. Within seconds, you can be editing a map full of your actual Unity assets in TrenchBroom! Map sync for a small project is instant, and for a medium-sized project takes around 2 seconds.


Map Import takes your .map file from TrenchBroom, and converts it back to a Unity prefab, applying your original materials and spawning your linked prefabs into it automagically. In doing so it also optimises the map geometry to remove hidden faces and to combine faces wherever possible. Map import for a small project is instant, and for a medium-sized project takes around 2 seconds.


Map Repair takes a .map file which has broken textures or entity naming, and fixes them using values from your Unity project. It can be used to make wholesale swaps of textures and entities, or even to bring in maps from other games while swapping in your own prefabs. Map Repair for a small map is instant, and for a large map (such as Quake's E1M1) takes around 5 seconds.


Live Update watches for maps that are modified while your game is running (in playmode). When detected, it re-creates all worldspawn brushes, updates supported properties on all map entities, adds any newly-added entites in the map, and deletes any removed objects from the map. This enables quick iteration while the game is still running. Map Reinstance for a small project takes around 50ms, and for a medium-sized project takes around 1 second.


At runtime, Tremble steps aside and has zero overhead whatsoever. You can query your map for entities quickly if needed, but Tremble does not contain any Update code in your game and is zero-cost at runtime.


Supports all current Unity LTS releases (Unity 2021.3.x and above). When run against newer versions of Unity, additional optimisations are available and so it's recommended to use the latest LTS or Tech Stream release.


NOTE: Tremble supports Windows, macOS and Linux. Linux support is currently only validated on Ubuntu 22.04 LTS, with TrenchBroom from the GitHub releases page (not via Snap).

Tremble - Map Importer

(6)
14 users have favourite this asset
(14)
$10
Seat
1
Updated price and taxes/VAT calculated at checkout
49 views in the past week
Refund policy
This asset is covered by the Unity Asset Store Refund Policy. Please see section 2.9.3 of the EULA for details.
Secure checkout:
Supported payment methods: Visa, Mastercard, Maestro, Paypal, Amex
2 months ago
Fantastic!
Unfortunately, you can't give something more than 5 stars! The developer behind this app is super helpful and friendly and always looking to improve...
Quality assets
Over 11,000 five-star assets
Trusted
Rated by 85,000+ customers
Community support
Supported by 100,000+ forum members
Unity logo
Language
Feedback
Partners Program
Partners
USD
EUR
Copyright © 2025 Unity Technologies
All prices are exclusive of tax
USD
EUR