Hello! i am student in programming and also have question about unity with c#. My question is “How to show line for selected objects(the same colors) in Three-match game(Puzzle Game)?” example ask the picture.
1 Answer
1Draw a sequence of quads:
Hello! i am student in programming and also have question about unity with c#. My question is “How to show line for selected objects(the same colors) in Three-match game(Puzzle Game)?” example ask the picture.
Draw a sequence of quads:
You need to add a link to a picture or you need to provide more information. A LineRenderer can draw a line.
– robertbu