Uploaded May 2026 | Updated September 2026, 2 weeks ago
I'm building an infinite procedural city builder in Unreal Engine 5 — and in this first look I'll show the terrain system and the Cities Skylines style top-down camera I've built so far.
────────────────────────────────────────
🏙️ CITYGEN
────────────────────────────────────────
► Citygen on FAB: fab.com/listings/943e7e83-f24c-4914-a3b5-d6ac38a9f017
► Built on WorldGen — get WorldGen on FAB: fab.com/listings/e4e93fbe-9326-40b8-a043-a809f788306a
► Patreon (early access + project files): patreon.com/posts/159084724
────────────────────────────────────────
IN THIS VIDEO
────────────────────────────────────────
✔ Why existing UE5 terrain solutions don't work for city builders
✔ CityGen — what it is and what it inherits from WorldGen
✔ Infinite procedural terrain streaming — no loading screens
✔ Biomes — Tundra, Boreal, Desert, Tropical across the world
✔ Top-down camera — WASD pan, scroll zoom, right-click orbit
✔ Ground clamping — camera follows terrain height smoothly
✔ What's coming next — roads, zones, building placement
────────────────────────────────────────
🎮 SUPPORT & COMMUNITY
────────────────────────────────────────
► Patreon: patreon.com/cw/CodeLikeMe
► Subscribe: youtube.com/codelikeme
────────────────────────────────────────
#UnrealEngine #UE5 #CityBuilder #GameDev #ProceduralGeneration #IndieDev #CitiesSkylinesStyle #OpenWorld #UnrealEngine5 #CityGen #WorldGen #ProceduralTerrain
► 👇 𝐒𝐮𝐩𝐩𝐨𝐫𝐭 𝐓𝐡𝐞 𝐂𝐡𝐚𝐧𝐧𝐞𝐥 // 𝐁𝐞𝐜𝐨𝐦𝐞 𝐀 𝐏𝐚𝐭𝐫𝐨𝐧!
patreon.com/codelikeme
I'm building an infinite procedural city builder in Unreal Engine 5 — and in this first look I'll show the terrain system and the Cities Skylines style top-down camera I've built so far.
────────────────────────────────────────
🏙️ CITYGEN
────────────────────────────────────────
► Citygen on FAB: fab.com/listings/943e7e83-f24c-4914-a3b5-d6ac38a9f017
► Built on WorldGen — get WorldGen on FAB: fab.com/listings/e4e93fbe-9326-40b8-a043-a809f788306a
► Patreon (early access + project files): patreon.com/posts/159084724
────────────────────────────────────────
IN THIS VIDEO
────────────────────────────────────────
✔ Why existing UE5 terrain solutions don't work for city builders
✔ CityGen — what it is and what it inherits from WorldGen
✔ Infinite procedural terrain streaming — no loading screens
✔ Biomes — Tundra, Boreal, Desert, Tropical across the world
✔ Top-down camera — WASD pan, scroll zoom, right-click orbit
✔ Ground clamping — camera follows terrain height smoothly
✔ What's coming next — roads, zones, building placement
────────────────────────────────────────
🎮 SUPPORT & COMMUNITY
────────────────────────────────────────
► Patreon: patreon.com/cw/CodeLikeMe
► Subscribe: youtube.com/codelikeme
────────────────────────────────────────
#UnrealEngine #UE5 #CityBuilder #GameDev #ProceduralGeneration #IndieDev #CitiesSkylinesStyle #OpenWorld #UnrealEngine5 #CityGen #WorldGen #ProceduralTerrain
► 👇 𝐒𝐮𝐩𝐩𝐨𝐫𝐭 𝐓𝐡𝐞 𝐂𝐡𝐚𝐧𝐧𝐞𝐥 // 𝐁𝐞𝐜𝐨𝐦𝐞 𝐀 𝐏𝐚𝐭𝐫𝐨𝐧!
patreon.com/codelikeme



![Multiplayer & Passengers — Starship V1.1 for UE5
Starship V1.1 just shipped on Patreon and Fab - adding full multiplayer, passengers , and auto-seat at takeoff to the pilotable spaceship plugin for UE5.
Existing V1.0 buyers get V1.1 as a free auto-update once Fab approves.
──────────────────────────────
🚀 GET STARSHIP
──────────────────────────────
► Fab: https://www.fab.com/listings/3f2e3b36-eb5f-468d-a47a-6e378ddefdbf
► Free Demo + Project: https://www.patreon.com/CodeLikeMe/posts/starship-v1-1-163268734
► Discord: https://discord.gg/jRhvJtw5r5
──────────────────────────────
🛠️ WHATS NEW IN V1.1
──────────────────────────────
✔ Full multiplayer — client-authoritative flight, server-authoritative possession & seating. Listen and dedicated servers. No changes to your Character or PlayerController.
✔ Passengers — up to MaxPassengers ride welded to the hull with movement and collision frozen. Seated stow mirrored on every machine.
✔ Auto-seat player pawns at takeoff — any player standing on the hull or in the boarding volume when the ship lifts off is seated automatically. Walk-on riders dont get left behind.
✔ Passenger board/leave prompt — same key-aware prompt system as the pilot flow. Press [key] to board when overlapping a piloted ship.
✔ NPC passengers (scripted) — BoardPassenger(Passenger) / UnboardPassenger(Passenger, bForce) server functions accept any pawn. Script AI crew via Blueprint (not auto-detected).
✔ Mid-flight bailout option — bPassengerExitRequiresLanded toggle (default true) keeps riders aboard until landed. Turn off for jetpack characters or emergency ejections.
✔ Runtime-injected UStarshipRiderComponent — passengers command a ship they dont own without character edits or owning-connection juggling.
✔ Movable interaction volume — repositionable in Blueprint to match your ship geometry.
✔ Local pilot/passenger events — On Local Pilot Begin/End and On Local Passenger Begin/End for HUDs that live only on the piloting/riding client.
✔ Smooth proxy interpolation — non-simulating machines chase the replicated transform via ProxySmoothingSpeed.
──────────────────────────────
🌌 STARSHIP FEATURES
──────────────────────────────
✔ 6DOF anti-gravity flight with four auto-detected states
✔ Complete walk-up, board, fly, land, disembark loop
✔ Gravity-agnostic — works with world gravity or GravityCore
✔ Full C++ source with Blueprint integration
✔ Ready-to-fly BP_Starship with lander mesh, engine FX, sound
✔ UE 5.4 - 5.8 supported
──────────────────────────────
🌍 SPACE TOOLKIT
──────────────────────────────
Starship pairs with PlanetGen and GravityCore for complete space gameplay.
► PlanetGen: https://www.fab.com/listings/96c36654-f244-4c75-a527-cfaaab2d5ac4
► GravityCore: https://www.fab.com/listings/c74de757-8cf8-45ff-9d6e-82d3b421af5b
──────────────────────────────
🎮 SUPPORT
──────────────────────────────
► Discord: https://discord.gg/jRhvJtw5r5
► Patreon: https://www.patreon.com/cw/CodeLikeMe
► Subscribe: https://www.youtube.com/codelikeme
#UnrealEngine #UE5 #GameDev #Starship #Multiplayer #UE5Plugin #SpaceGame #NetworkReplication Multiplayer & Passengers — Starship V1.1 for UE5](https://i.ytimg.com/vi/ZHMp2IzTPT8/mqdefault.jpg)






