You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
解壓到舊資料夾時無法啟動 POB:若安裝根目錄殘留舊版檔案(如早期版本的 fmt.dll),啟動 POB 會出現「無法找到程序輸入點」錯誤。本版起 engine\ 資料夾內的檔案一律優先,舊檔殘留不再影響。若你曾遇到此錯誤,更新後即可正常;也建議把安裝根目錄的舊 DLL 清掉。
相容 POB 2.66 的 OAuth 匯入:官方 POB 2.66 新增的 API 匯入功能需要新的 sha2 模組,但 POB 內建更新不會補這個檔案,導致開啟 build 時出現 module 'sha2' not found 紅字錯誤。本版內建備援模組,缺檔時自動補位(POB 自帶的版本優先)。