Posted May 16, 2025 by Cl0uds
Welcome to the first devlog for Last Loop. In this post I’ll be covering the initial phase of development — scanning my university’s Learning Hub building and setting up the game’s physical environment in Unity. I’ll also go over some of the issues I ran into with Polycam and how I handled scene construction from raw LiDAR data.
I used Polycam on iOS to LiDAR-scan the Learning Hub, focusing on areas like stairwells, toilets, corridors, and lifts. The idea was to use the scan as a foundation to build the level around — treating it like a 3D blueprint. But Polycam didn’t like large spaces or glass — windows would often come out warped or missing, and long walls would stop scanning halfway through.
I scanned wall-by-wall and reassembled everything manually in Unity. Then I replaced most of the mesh with Synty low-poly modular pieces to clean up geometry and get performance back up.
The final result is a space that feels both grounded and gamey — familiar to me, but fun to explore as a player.