using System.Collections; using System.Collections.Generic; using UnityEngine; public class Init : MonoBehaviour { [SerializeField] private UniWebView m_UniWebView; // Start is called before the first frame update void Start() { m_UniWebView.SetBackButtonEnabled(false);// »ØÍËÅ¥ ÎïÀí°´¼ü } // Update is called once per frame void Update() { } }