Simple Unity Editor script that procedurally generates slots machine wheel with 3 or more sides (in this example 32 is the hard-coded limit, but it could be easily altered).
Each new field is assigned with a random symbol.
"Side covers" are also procedurally generated meshes (polygons with a mid point and circularly arranged triangles).
TODO:
Assign "chance" parameter for each symbol to enable ROI calculation