- Home /
Falling Tiles
With 2017.2's new Tilemap abilities come many platforming opportunities. However I am experiencing a problem. I want to make tiles fall to the ground. The purpose is because the game will switch gravity, and the tiles will fall left, right, up, down, etc.
I can't figure out how to do this. I looked through the Rule Tile scripts, but couldn't find a way to accomplish it. Can anybody help me?
(Using C# by the way)
Answer by SoshJam · May 01, 2018 at 11:55 AM
Nevermind, this is probably impossible. My new solution is to make each tile summon a prefab of a sprite. But this isn't working, so can someone please answer this: https://answers.unity.com/questions/1500724/sprite-collision-with-tilemap.html
Your answer
Follow this Question
Related Questions
How do I add neighbor rules for RuleTiles by script? 1 Answer
Removing tile on tilemap1 removes tile from tilemap2. How can i fix this? 0 Answers
Getting the Collider of a Tile 0 Answers
Tilemap color will only change to white, black, cyan, yellow or magenta. 0 Answers
Combining different Tilemaps,How to combine different Tilemaps ? 1 Answer