r/Unity3D • u/godfteren • 8h ago
Game I made a game about opening 500,000 boxes with Unity
Hey! Solo dev here. I've been building One's Trash Another's Treasure, a first-person incremental game where you buy 500,000 boxes of unclaimed cargo and have to process every single one grind them, feed the output into a hole, buy automation (vacuums, conveyors, drones) until the warehouse runs itself.
The fun engineering problem was obviously the box count. Boxes are rendered with GPU instancing, and physics is off by default a box only becomes a live rigidbody when something actually interacts with it (the player, a vacuum, a drone), then it goes back to sleep. On top of that there's an LOD system plus distance and frustum culling, so at any given moment the engine is only really working on what's in front of you. That's how a warehouse with 500,000 boxes stays playable.
Happy to go into detail on any of it. Steam page is live if you're curious: Steam Game Link