using System.Collections; using System.Collections.Generic; using UnityEngine; public class cs01 : MonoBehaviour { private void OnMouseDown() { this.gameObject.transform.Translate(0, 0.2f, 0); } }