using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class Area : MonoBehaviour { public Transform areaPoint; public RenderTexture texture; public RawImage image; void Start() { GetComponent