You are browsing as a guest. Sign up (or log in) to start making projects!

6h 23m 15s logged

Well I said I wouldn’t be doing more work on the tile generation system but well, I just couldn’t help it. Previously the tiles only generated in a small radius around the player, which meant that it lost the immersive feel of space exploration, where it should feel like a truly endless expanse. This is why I changed this system to instead spawn a semicircle of tiles in front of the player. This allows for a larger range of tiles and better view. I have also implemented my ore generation in this system, so iron and copper can now be found on the surface. I also added key optimisation features such as object pooling, which means that the tiles don’t constantly need to be instantiated but are instead pooled and reused which significantly improves performance.

The next thing I want to work on now is adding more resource spawns and a crafting system so the resources can actually be used for improving your spaceship and building your lunar colony!

0
149

Comments 0

No comments yet. Be the first!