Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class AppStateController : MonoBehaviour
- {
- private void OnApplicationPause(bool pause)
- {
- Debug.Log("On app pause");
- //EventController.DisableAR();
- }
- void Awake()
- {
- Debug.Log("On app awake");
- }
- private void Start()
- {
- Debug.Log("On app start");
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment