public void Load( ) { if (this._isDone == false) { return; } this._isDone = false; this.counter = 0; this.porcentage = 0.0f; this.CONNECTION_COUNT = 0; UniFBXStads.Init(); UniFBXStads.TimerStart(); if (this.setting.paths.urlModels.Contains("http")) { StartCoroutine(this.ILoadWWW()); } #if !UNITY_WEBPLAYER || !UNITY_WEBGL else { this.setting.paths.urlModels = this.setting.paths.urlModels.Replace("file:///", ""); StartCoroutine(this.ILoad()); } #endif }
void Start( ) { UniFBXStads.Init(); }