void OnMouseDown() { //Debug.Log("MouseDown"); if (CanChooseDirection) { arrow = Instantiate(ArrowPrefab, ArrowAppearence); } }
void OnMouseDown() { if (CanChooseDirection) { Debug.LogWarning("Click"); Arrow = Instantiate(ArrowPrefab, ArrowAppearence); } }