Procedural Mesh Generation with Whiskey Structure Builder
Whiskey Structure Builder Unity 1.2.1 is a specialized tool for generating optimized, tubular environmental assets directly within the Editor. Instead of round-tripping to Blender for every pipe or cable adjustment, this asset uses Bezier curves to define paths and cross-sections. This procedural approach allows for rapid iteration of industrial environments while ensuring that the resulting meshes are optimized for the Unity render pipeline through intelligent LOD management.
Integration Tips
After generating your structures, use the ‘Export to Prefab’ function to decouple the final mesh from the builder logic, which reduces scene file size and improves loading times. For projects using Baked Global Illumination, ensure you trigger the ‘Generate Lightmap UVs’ option within the tool’s inspector to avoid overlapping UV errors during the bake. It integrates seamlessly with the standard Unity Undo system, so you can experiment with complex socket arrays without fear of corrupting your scene hierarchy.
Best Use Cases
- Sci-Fi Corridor Design: Quickly populate ceilings and walls with complex piping and ductwork that follows the specific geometry of your modular room kits, saving dozens of hours of manual modeling.
- Puzzle Games: The ability to save and load structures via ScriptableObjects makes it an excellent choice for games where pipes or cables are dynamic elements that need to be swapped or modified via code at runtime.





