An AI Agent Built a Node Workflow From One Image to Generate This 3D Asset Kit
wanted to make a low poly environment for Unity as fast as possible, starting from just one reference image that already had most of the buildings and scene elements I wanted.
So I went into 3DAIStudio Flow, used the AI agent, and gave it a very simple prompt: take this image, identify the buildings and environment assets in it, separate them, and generate them in 3D. In about 3 minutes, it built a full node-based workflow for me, kind of like ComfyUI, and from that single image I ended up with a full asset kit.
For the generation part, I also used Tripo P1, and honestly the low poly output was one of the best parts of the workflow. The meshes came out lightweight, readable, and actually practical for building a game scene quickly instead of spending forever cleaning dense geometry.
Workflow:
- Reference: one image with the full environment
- 3D AI Studio Flow: gave the AI agent a simple prompt to detect and separate all the assets
- Node workflow: in about 3 minutes, it built a ComfyUI-like workflow automatically
- 3D generation: used Tripo P1 for the low poly assets
- Blender: exported everything, assembled the scene, adjusted placement, and made a few things manually like the fence with an Array modifier
- Unity: imported the finished environment and materials
After that, I exported the assets, assembled everything in Blender, placed the scene by hand, and did a bit of quick manual cleanup. Even the fence was easy to finish with a simple array workflow, so putting the whole environment together was pretty straightforward.
Then I brought everything into Unity, and it all worked nicely. The full environment ended up at around 100K faces total, with PBR materials/textures, and the real hands-on time for the whole scene was about 4 hours.
Pretty crazy that this started from one image and turned into a usable Unity-ready environment kit that fast.