c# - How to change Game_Data folder in unity for windows -
i have unity project windows platform in unity , want change data folder name, example:
if make project , name "thegame" after building, have:
d:\\...\\thegame\\thegame.exe
d:\\...\\thegame\\thegame_data\\
and how can rename "thegame_data" else?
i tested , renamed folder data in caps. game still ran fine me. unity version 5.3.5f1.
although, can't find page talks changing folders name should check link out.
https://docs.unity3d.com/scriptreference/application-datapath.html
i found trying change name data here:
http://answers.unity3d.com/questions/321932/renaming-the-data-folder.html
the problem here though after rebuilding game, folder gamename_data show again. since application.datapath
read only, think stuck renaming folder after every build , deleting old renamed folder.
hope helps.
Comments
Post a Comment