예제 #1
0
 void Start()
 {
     lookAtOffset = new Vector3(0, 1.5f, 0);
     ball         = FindObjectOfType <StickyBall>();
 }
 // Start is called before the first frame update
 void Start()
 {
     script = BallEmpty.GetComponent <StickyBall>();
 }