UnityTools icon indicating copy to clipboard operation
UnityTools copied to clipboard

Cylinder Collider

Open ysinotelodigo opened this issue 7 years ago • 0 comments

I think that it will be better to change the last funtion:

private float CalculateRotationStep() { return 360.0f / boxCount; }

For this one:

private float CalculateRotationStep() { return 180.0f / boxCount; }

Also, amplify the box Cont range [1 to 64]

Cheers,

ysinotelodigo avatar Jun 08 '17 00:06 ysinotelodigo