Example #1
0
    UnityEngine.Object LoadRes(string name)
    {
        string full_path = root_path + name + ".prefab";

        ZLog.I(null, "{0}", full_path);
        return(LoadResource.LoadAssetAtPath(full_path, typeof(GameObject)));
    }