shield cast sound

This commit is contained in:
joonasp
2022-04-25 12:26:34 +03:00
parent effc8d18fd
commit 06045c07fb
12 changed files with 941 additions and 806 deletions

View File

@@ -32,7 +32,7 @@ public class XRGUI : MonoBehaviour
ExitButton.onClick.AddListener(() =>
{
Debug.Log("Clicked");
UnityEditor.EditorApplication.isPlaying = false;
//UnityEditor.EditorApplication.isPlaying = false;
});
}