Search Unity

Generating random part of circle (some kind of points) on circle

Discussion in 'Physics' started by lukaszmordal2, Jun 14, 2019.

  1. lukaszmordal2

    lukaszmordal2

    Joined:
    Apr 7, 2018
    Posts:
    4
    Hello

    I would like to create circle and on this circle generate randomly part of this circle but for example with different color. I mean part of circle because I do not want to spawn just small point (dot).
    I know how to generate randomly object on x, y, z sphere but I don't have idea how to do that on circle.