• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!
  • Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Question - Code Runtime Autotiling?

E

elkiwy

Guest
Hello,
I just bought GM2 and it looks very promising.
I was messing around trying to make a topdown shooter with tiles instead of object to create the map of it, and I managed to destroy a single tile in runtime, the problem is that it doesn't switch tile to adapt to the new layout of the map now that that tile is missing.

I searched a bit in the documentation and the forum to find a solution but it doesn't seem to be a function that can call again the autotile system in runtime...

Am I forced to make a custom autotile function by myself or I can manage to fix it with the new GM2 autotiling?

Thanks
 
A

Aura

Guest
You can't use the built-in autotiling functionality at runtime yet.
 
Top