|
Hi. How to find a cube's center? Let's say I am making a checkers game and using flat cubes as cells. In order to move checker onto cell I need to determine position where it would be cell's center. Is there any built-in way to do that? Thanks.
(comments are locked)
|
|
for the standard unity cube, transform.position is the center
(comments are locked)
|
