Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit) (+3)

This is a great tool! It's saved us a lot of time.  However, something in TerrainAutoRuleTile.cs is keeping us from making a build of the game.

Here is the error:

Assets\TileMap Auto Rule\Scripts\TerrainAutoRuleTile.cs(62,1): error CS1022: Type or namespace definition, or end-of-file expected

It's probably a simple fix, it's just that my smol brain is having a bit of trouble.  We are in Unity 2019.4.5f1.

I found a fix!

In the TerrainAutoRuleTile.cs script, there's this:

(some code)}

#endif

}

Just switch the "#endif" with the bracket at the bottom.

}

#endif

Like that!  Working without a hitch now.  Thanks for the awesome tool!

(+2)

Oh Jesus Thanks!!!!!!!

If u wouldn't write this message i would explode!!!

Thanks a ton, really cool!!!