Example #1
0
        public virtual void Start()
        {
            Mode = PVMode.Placement;

            _anchorManager = GetComponent <AnchorManager>();
            _dataManager   = GetComponent <DataManager>();

            ShowLoadingIndicator("Loading Spaces...");

            //#if DEBUG
            //            if (EmailDebugLogObject != null)
            //                EmailDebugLogObject.SetActive(true);
            //#endif
        }