跳到主要內容

發表文章

目前顯示的是 1月, 2021的文章

遊戲 : 閃躲三寶

遊玩目標: 閃躲馬路上三寶,看看你能開多遠吧 控制: 左右滑動 平台: Android 檔案位置: Google Drive Devlog: 2021/1/31 新增除錯模式 新增FCM功能 新增Firestore功能 新增RemoteConfig功能 2021/1/30  新增 Firebase套件 新增版號 修正距離重算 減少檔案大小 移除點擊控制

Unity 路徑變數

Application.dataPath 指向遊戲檔案路徑 會依據平台不同 Unity Editor:  < path to project folder >/Assets Mac player :   < path to player app bundle >/Contents iOS player:   < path to player app bundle >/< AppName.app >/Data (this folder is read only, use  Application.persistentDataPath  to save data). Win/Linux player :   < path to executablename_Data folder > (note that most Linux installations will be case-sensitive!) WebGL:  The absolute url to the player data file folder (without the actual data file name) Android:  Normally it points directly to the APK . If you are running a split binary build, it points to the OBB instead. Windows Store Apps:  The absolute path to the player data folder (this folder is read only, use  Application.persistentDataPath to save data) Application.consoleLogPath 指向Editor.log路徑 Application.persistentDataPath 指向持久性資料夾,該資料夾可供存放遊戲持久性資料。當程式更新時,資料夾內檔案不會刪除,但使用者可手動刪除。 會依據平台不同 Windows Store Apps :   %userprofile%\AppData\Local\Packages\<product