using UnityEngine; namespace VRUIP.Drawing { public class Drawing : MonoBehaviour { // For drawing detection on collision, might add functionality in the future or you can add your own. } }