🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

match-3 Board border

Started by
1 comment, last by Gotanod 2 years, 8 months ago

Hi,

I'm new to unity and I'm currently working on a match-3 game.
I know there are a lot of similar games and that's why I would like to know what is the best way to autogenerate border of a match-3 board game ?
Till now I have tile with game pieces but I would like to make unity to autogenerate (select from a pack of images/sprites) board borders as you can see on the image below (it is an example):

My board is not necessary a rectangle or a square and its size is generated from the inspector of "board" game object.

thanks a lot.

Advertisement

Maybe you can use auto-tiles to draw the background and border.

Something like what is shown here

https://forum.unity.com/threads/autotiler-autotiles-made-easy.252109/

None

This topic is closed to new replies.

Advertisement