https://gamedev.stackexchange.com/questions/128432/how-to-draw-an-arc-between-two-angles
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
[ExecuteInEditMode]
public class Point : MonoBehaviour {
public float startAngle,endAngle;
public int segments;