Building Crafter
Welcome to Building Crafter, the fastest way to create first person ready buildings right in the Unity editor.
Building Crafter is designed to be easy to use without any scripting needed to create new buildings. No need to spend hours of time building complex models in Maya or Blender. No need to waste money on artists to build generic interiors. Get back to building games quickly!
Use a simple interface to lay out building floor plans. Add rooms, add doors, add windows, and add stairs to the building. Click generate and watch your building created in as little as 20 milliseconds.
Each building generates:
-
UV mapped tiling walls, floors ceilings and roofs.
-
Box Colliders for each wall.
-
Separate game objects for each room and exterior walls and crowns.
-
LOD ready interiors.
Get it now from the Asset Store!
Quick Video (30 seconds)
Walthrough Video (6.5 minutes)
Typical Workflow:
- Create a Building Crafter game object.
- Add a few rooms to the first floor
- Add doors and windows to that room
- Add a slanted roof if it is residential
- Hit generate and your new building is generated.
Features:
-
Create buildings in minutes.
-
Build skyscrapers or residential houses with the same tool.
-
No need to use a 3D modeling tool.
-
No coding required.
-
Source code included.
-
Buildings have colliders set up automatically.
-
Buildings have Unity LOD interiors, unload interiors when far from building.
-
Very low poly, all flat surfaces.
-
Buildings generate from 20ms to 100ms
-
Consistent thickness of walls, each one is 10cm thick.
-
Add custom doors (1mx2m).
-
Modify building crown profile.
-
Allow custom scripts execute upon creation of rooms, buildings.
-
Export buildings to FBX format (version 0.72)
-
Stretch any window mesh into your space (version 0.8.0)
-
Instant live preview as you construct your building (version 0.8.0)
-
Atlas your buildingâs materials for increased performance (version 0.8.1)
-
Add wall âcappersâ for dungeon crawler type 3rd person games
Limitations:
- All buildings build on 1x1 meter squares.
- No diagonal walls.
- Floors are all 3m in height.
- No complex wall profiles.
Roadmap (Near):
-
Custom door heights (above and below 2m).
-
Custom stair generation.
-
Custom floor height for each floor.
-
Generate complete yards and roads.
-
Two level interiors (open to the floor above).
Roadmap (Far):
- Diagonal walls.
- Curved walls.
- 10cm grid instead of 1m grid for walls.
- Non Square rooms.
- Complex pillars and facades.
- Crazy roof styles, arched, barrel, etc.
2 Story Building Creation (1.5 minutes)
Build and Walk Around Building (3 minutes)
Colliders inside a building
History:
I found creating buildings extremely time consuming when using blender. For a project I was working on, I needed exact measurement buildings, where the building walls were 10cm wide so I could snap in other furniture and objects without worrying about clipping.
It is designed to remove all the hassle of creating buildings (both interior and exteriors) in another modeling program. The buildings generate box colliders for the walls, so when you create a building you will be able to run into it immediately. I used box colliders for speed instead of mesh colliders.
Thanks for reading! This project is under active development and the more feedback I get the better.
- Kellan
Link to Asset Store (http://u3d.as/ovC)
Email me at buildingcrafter@8bitgoose.com if you have questions.
Release History:
============================
0.8.5 - Lilâ Improvements | July 28, 2020
ADDED - Roof Colliders
ADDED - Box Lip Colliders
ADDED - Setting to enable roof and lip colliders in the Building Blueprint
ADDED - Added double doors for doors to roof
FIXED - Grabbing two points in the building facade style
FIXED - Destroying prefabs on Unity 2018.3+ works now
FIXED - Dragging building crown profiles sometimes caused a previous selected profile to be moved
FIXED - Roof outlines not displaying correctly
KNOWN ISSUE - Rotating the building in live view causes issues, just hit regen to get it right.
KNOWN ISSUE - Using the window cutter in the asset database view causes issues in 2019. Drag into scene to edit prefab.
KNOWN ISSUE - Rotating the building does not rotate the slanted roof view
KNOWN ISSUE - Sometimes the roof lip colliders will generate duplicates while using live view, just hit generate again to get rid of these
KNOWN ISSUE - Roof colliders are attached to the building, not the floor, so if you move the floor GO in the editor, the roof colliders wonât follow
KNOWN ISSUE - When exported to FBX, ensure you have turned off âBuilding Fillersâ on the Blueprint. If you export a building with those fillers, you may get white or black surfaces on your windows and doors.
KNOWN ISSUE - When laying slanted roofs, the perspective is a little confusing, iso topdown view is best to lay these out.
============================
0.8.4p2 - 2019 Fix | May 3, 2020
FIXED - The style view and windows view was displaying twice.
FIXED - FBX Exporter not working for European decimal system, using a comma instead of a period.
============================
0.8.4p1 - Fixinâ Navmeshinâ Fix | September 24th, 2019
FIXED - Couldnât build with the update to the nav mesh.
============================
0.8.4 - Navmeshinâ | September 6th, 2019
FIXED - Nav meshes were not be generated properly because of the building filler. Remove the building filler from navmesh static.
============================
0.8.3 - Swinging Doors | March 31st, 2019
ADDED - Set your doors to open at spawn. Change the options of your doors to see them spawn open anywhere from 0 to 90 degrees.
============================
0.8.2 - Mistake Fixinâ | March 19th, 2019
FIXED - For certain walls with windows, gaps would be generated.
============================
0.8.1 - New Wall Generation Engine Update | January 30th, 2019
MAJOR - Building Crafterâs base Unity version is now 2017.1.2. May work with earlier version.
MAJOR - Building walls / floors no longer use UV tiles. All surfaces have UVs between 0 and 1 (important for baking / atlasing).
MAJOR - Added simple Atlasing system for performance. 1 material (aka drawcall) a buildingâs walls, floors, ceilings, roofs and overhangs.
MAJOR - All the walls can be generated on angles or at any length. However this is ONLY internal. So the editor doesnât support this yet. This is for future updates.
ADDED - Floors can be generated with top caps, useful for dungeon crawlers
ADDED - New door/window frame generator that lines up all UVs with the corresponding wall
ADDED - Atlas generator for building styles
ADDED - JSON export / import for buildings
ADDED - New building crown generation that does not use UV tiling, instead increased vertices (so buildings can atlas)
ADDED - Simple walking script to check out doors opening and closing in the test scene
ADDED - Option to generate a building as an Atlased building
CHANGED - All walls are generated without the old tesselator. No UV tiling anymore, but increased vertexes
CHANGED - All floors are generated without UV tiling, instead each floor tile is itâs own square quad
CHANGED - Rooms are now split into 3 objects (floor, wall roof) instead of being a single object with multiple submeshes
CHANGED - Example textures no longer use tiling or offset outside of (1, 1) and (0, 0) respectively
CHANGED - Stair cutouts use new wall generation for dropdown
CHANGED - Outside walls no longer use submeshes for different materials, uses separate gameobjects instead per material
CHANGED - Roof lips / crowns have a new generation method without any UV tiling
CHANGED - Updated the Building crafter manual with how to create custom doors, JSON info, atlasing info and a few other things
FIXED - Undoing during live view will just regenerate the building at the last layout provided instead of saving and reloading the mesh that was generated
FIXED - Separate rooms on the same floor not connected to each other (for example, two towers) will now generate both exteriors
FIXED - Door hinges are now aligned on all example doors
KNOWN ISSUE - Textures meant to be atlased MUST have offset of (0,0) and tiling of (1, 1). Offset / Tile in your photo editing program
KNOWN ISSUE - Normal maps must be proper normal maps before being imported into Unity. Do not use Unityâs normal map generation with atlasing of textures
KNOWN ISSUE - Rooms connected by kitty corner will create inverted walls and all sorts of issues
KNOWN ISSUE - Due to floating point problems if a surface appears black, try moving the building a meter or two away. Or send the building by email and a fix may be found
============================
0.8.0 - Windows Are The Eyes to The Building | June 11
BREAKING - Must Delete All Folders except âBCAssetsâ before update import
BREAKING - Moved âBCAssetsâ to âPackages/BuildingCrafterAssetsâ. Please move or delete this folder.
ADDED - Window mesh stretcher. Add any window mesh, cut it and add it to a wall
ADDED - Added base window to fit into any window space
ADDED - Eyedropper to select window and door types when creating new openings
ADDED - Two windows (fancy and base window) for use in any project
ADDED - Experimental Live View Mode. Some features (like roofs, yards and fancy walls) do not generate automatically. Send feedback please!
FIXED - UV Mapping for frames
FIXED - Number of small bugs
FIXED - Sped up destruction of procedural objects
CHANGED - Window frames now generate with the buildings and rooms, slight triangle increase
CHANGED - Versioning number option MAJOR.MINOR.SMALL (example 0.8.0)
KNOWN ISSUES - Second floors that only touch the edge of the floor below do not generate correctly
KNOWN ISSUES - Meshes leak when using undo on experimental live view mode. Restart Unity to stop warning
============================
0.72 - Save the Mesh | April 17
ADDED - FBX exporter for buildings. Check out open-source project at GitHub - KellanHiggins/AsciiFBXExporterForUnity: A tool to export any Unity GameObject into a FBX ASCII format
ADDED - Ability to automatically export FBX meshes upon generation
ADDED - Option to not generate LOD fillers or add LODs to the system
ADDED - Ability to disable broken window generation
ADDED - A tool tips to generation buttons
FIXED - Fixed spelling mistake in create new building
FIXED - Windows, Rooms and Doors not recording changes to their properties
FIXED - Room Styles not being saved upon exit
CHANGED - Update Building Crafter Manual to 1.1
============================
0.71 - Behold the Points | March 6
ADDED - New editor panel to control Vector2 Arrays
ADDED - Drag points and lines for building crown profile
ADDED - Simple door opener script
ADDED - Walkable example level (needs Unity Standard Assets to work)
FIXED - Doors are no longer set to static and open by raycast
FIXED - Building crown profiles now appear in Unity 5.3
FIXED - Rooms with counterclockwise wall vector3 arrays no longer create inside out rooms
FIXED - Doors and windows not redrawing when user updates their size
FIXED - Errors when changing buildings via drag-and-drop
CHANGED - Moved Editor Utilities into own folder
============================
0.7 - Initial Release | Feb 19
Initial release of Building Crafter.