/// <summary> /// 场景名字 ScenceOne /// </summary> /// <param name="fileName"></param> public void ReadConfiger(string fileName) { string textFileName = "/" + fileName + "Record.txt"; string path = IPathTools.GetAssetBundleFilePath(textFileName); ReadConfig(path); }