Unity-Technologies/2d-extras

RuleTile with Random GameObject instead of Sprite

superfrantv opened this issue · 3 comments

Hello,

i created differend Grass-Prefabs wiht Animation and so on, i will place them using a RuleTile's GameObject Field, but i need the GameObject Field there where actually the Random Sprites Field is.

I'm not sure what you mean by that. Do you want to have random GameObjects instead of random Sprites for the RuleTile?

Yes thats my idea a Tile where GameObjects instead of random Sprites can selected.

I added some changes to the RuleTile at
ae7a328 which you can refer to for doing this.