- Home /
How do you change the rule tile code to allow two different rule tiles to connect?
I am creating a city builder within unity using its 2d extras rule tiles. Currently, I am trying to figure out how to connect two different rooms together and have it generate a sort of doorway. However, the post I am using to help figure this out is really outdated and I don't understand it. Here are the two different isometric rule tiles I am using.
How would I manage to do this?
Thanks, Oregano
Answer by OreganoDev · Feb 23, 2021 at 10:45 PM
I used the sibling tiles rule from unity documentation: https://docs.unity3d.com/Packages/com.unity.2d.tilemap.extras@1.6/manual/CustomRulesForRuleTile.html
Your answer

Follow this Question
Related Questions
Is support for isometric sprites planned for integration with tilemaps? 0 Answers
GameObject rendering behind the top half of my isometric map 0 Answers
Tile palette not arranging correctly 0 Answers
2d isometric tile/grid map 1 Answer
How to make object use 2x2 tiles inn tilemap and tile palette? 0 Answers