Exemple #1
0
    public void ShortLoad(string fileURL)
    {
        GameObject.Destroy(GameObject.Find(CommonNames.ROOT));
        CommonObjs.Init();

        quickParser.Load(fileURL);

        UpdateStatesSize(0.3f);

        //Debug.Log(totalBounds.ToString());

        SendAndReceive.TreeToJSON();
    }