leoblue2002 / Incremental-game

place to keep files for an incremental game im gonaa make!
0 stars 0 forks source link

Minor Issue: Game has capacity to break Unity (Sekai) #3

Open leoblue2002 opened 5 years ago

leoblue2002 commented 5 years ago

You can spawn an infinite amount of tiles which eventually causes Unity to slow down a tremendous amount. There should be a cap on the number of blocks that can be spawned or even a spawn box.

leoblue2002 commented 5 years ago

while this easily could be done, I already have an array with the owned boxes kept track in it. I like the fact that the game could break, its more exciting that way.