OrderOfThePorcupine / ProjectPorcupine

Project Porcupine: A Base-Building Game...in Space!
GNU General Public License v3.0
299 stars 89 forks source link

Made TileSpriteController use Tilemap #225

Closed NogginBops closed 5 years ago

NogginBops commented 5 years ago

What this PR does

This changes the TileSpriteController to use tilemaps instead of using individual GameObjects. This makes startup a lot faster as we don't create thousands of GameObjects and add conponents thousands of times.

TODO