Back to projects
SHIPPED
WorldBuilder
Click to build a world.
An Unreal Engine 5 C++ plugin for procedural worlds. Click to lay down roads, then generate buildings along them, all inside the editor.
Source is private
The problem
Blocking out a city in UE5 is hours of placing meshes by hand before an idea can even be walked through.
The solution
Click to lay a road and buildings grow along it, spline-driven and procedural, all inside the editor as a native C++ plugin.
Architecture
UE5 editorclicks
WorldBuilder pluginC++
Splines → roads → buildingsprocedural
Features
- Click-to-create road networks in the editor
- Procedural building generation along roads
- Spline-driven geometry
- A native UE5 C++ plugin
Technologies
C++Unreal Engine 5Splines