예제 #1
0
 void OnEnable()
 {
     MyTransform.SetLocalScale (Random.Range (1.5f, 2f));
     MyTransform.localRotation = Random.rotation;
 }