Exemple #1
0
 void Update()
 {
     if (Input.GetKeyDown(KeyCode.Alpha1))
     {
         sphereCopy.SaveAsset();
     }
 }