Skip to content
Snippets Groups Projects
Commit 307c975b authored by Stefan Richter's avatar Stefan Richter
Browse files

Debugging with replacement folder

parent 03e7c0aa
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ public static string CreateHierarchiePath(List<Directories> hierarchie, string p
public static string Get_DataPath()
{
bool use_replacementfolder = false;
bool use_replacementfolder = true;
if (Application.isEditor)
return use_replacementfolder ? Path.Combine(Application.persistentDataPath, "DataPath_writeable") : Path.Combine(Application.dataPath, "StreamingAssets", "StreamToDataPath_withHandler");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment