_amount value bug + radial formation position not correct
Opened this issue · 0 comments
sneddy78 commented
hi, there is an annoying bug where when there is around 17 players or more and you set up _rings to 2 in the inspector then _amount value change every +2 or more, +1 have a bug, why that ? probably due to : for (var i = 0; i < _rings; i++) and for (var j = 0; j < amountPerRing; j++)
radial formation is not centred (it always start at first player position while it would be much better if radial formation position started at the middle of the formation (i use an empty gameobject as work-around), please fix this, thanks!
Reply