I'm getting to the part to where I need to build a test of the 3-d board game I'll be using. I was wondering would it be easier to have the entire board as on model or each little square its own model and just line them up in unity to create the board for the game?
1 Answer
1It depends if you want to add special effects to the tiles. If you do, then I'd do something separate for the tiles, if not, then just one board would be fine.
It depends on how you want to use the code and how you think. I'd probably keep some arrays of pieces for quick/easy access though.
– anon40032747