using System.Collections; using System.Collections.Generic; using Unity.Collections; using UnityEngine; using UnityEngine.SceneManagement; public class GameManager : DontDestroy { #if !UNITY_EDITOR protected override void OnAwake() { WebGLInput.captureAllKeyboardInput = false; } #endif }