Ejemplo n.º 1
0
    private void OnDisable()
    {
        DeviceWatcher watcher = GetComponent <DeviceWatcher>();

        watcher.RemoveResolutionListener(OnResolutionChanged);
        watcher.RemoveOrientationListener(OnOrientationChanged);
    }