Radial Menu how

I’ve tried searching on google and wiki is no help. I’m just curious how to create a radial menu using buttons. I really need help on this please.

I guess you’ll need to code your own gui for that. Buttons are rectangular so it won’t be appropriate.

I’d go for :

  1. A way to display an array of element and being able to change their state (hover, down)

  2. Displaying them in circle. Might need RotateAroundPivot.

  3. Finding out which one to select with the angle between [center, up] and [center, mouse].