完善工具
This commit is contained in:
parent
5f9230e4ad
commit
c82f6a4411
Assets
@ -70,7 +70,7 @@ namespace AxibugEmuOnline.Editors
|
||||
#endif
|
||||
string targetName = $"{Application.productName}_{titleid}.nsp";
|
||||
|
||||
string _locationPathName = $"Output/NSPBuild/{targetName}";
|
||||
string _locationPathName = $"Output/NSPBuild/{targetName}";
|
||||
var options = new BuildPlayerOptions
|
||||
{
|
||||
scenes = levels.ToArray(),
|
||||
@ -189,7 +189,9 @@ namespace AxibugEmuOnline.Editors
|
||||
#endregion
|
||||
System.Diagnostics.Process.Start("explorer", "/select,\"" + outputNSP.Trim() + "\"");
|
||||
EditorUtility.ClearProgressBar();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@ -468,7 +468,7 @@ public class ResourceManager : Singleton<ResourceManager>
|
||||
dataByteArray = stream.GetBuffer();
|
||||
}
|
||||
|
||||
AxiNS.instance.io.CreateFileToSave(SaveDataFilePath, dataByteArray);
|
||||
AxiNS.instance.io.FileToSaveWithCreate(SaveDataFilePath, dataByteArray);
|
||||
#else
|
||||
|
||||
PlayerPrefs.SetString("GameInfo", JsonUtility.ToJson(gameInfo));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user