We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 854088f + da6be96 commit 030ceb2Copy full SHA for 030ceb2
FirClient/Assets/Editor/BaseEditor.cs
@@ -164,8 +164,8 @@ public static long FileSize(string filePath)
164
[MenuItem("Assets/Create/Game/Game Settings", false, 82)]
165
static void CreateGameSettings()
166
{
167
- string gameSettingPath ="Assets/Res/Resources/"+ AppConst.GameSettingPath+".asset";
168
- string fullPath = AppDataPath + gameSettingPath;
+ string gameSettingPath ="Assets/res/Resources/"+ AppConst.GameSettingPath+".asset";
+ string fullPath = AppDataWithoutAssetPath + gameSettingPath;
169
if (!File.Exists(fullPath))
170
171
var scriptObj = ScriptableObject.CreateInstance<GameSettings>();
0 commit comments