How do I make a Grid check for objects and make them move his possition.
I'm making a 2048 "Shoot and merge" game.
As you can see, everything works fine the logic its related by the current block i'm throwing. but if the block it's already there, it doesn't work. I've tried too many things but i'm learning and anything works out.
The "bug" part its in the "NewShift()" and "MergingTime".
The function "ItsRainingBlocks()" it's because i'm still trying things. but when I set that function on the code after 10-12 seconds Unity stops working (cause i'm looping the SpawningBlocks() I guess) and the game its something like this:
Your answer
Follow this Question
Related Questions
AI HELP ! Find a "safe" spot on a 2D grid. 0 Answers
tile movement Animation problem 0 Answers
Controlling two characters simultaneously on a grid 1 Answer
Cannot select gameObjects 0 Answers
How to make gridbased movement while also using collision? 0 Answers