Cocos預設會在App打開時展示logo splash
於是研究了一下怎麼把它關掉,紀錄一下
版本:3.4.2
方法一 替換預設logo:
Project->Build
將Replace Splash screen 打勾, 並點擊右方編輯框
替換自己的logo
設置顯示秒數,比例及背景色
方法二 修改Cocos腳本:
路徑: resources\resources\3d\engine\cocos\core
檔案名稱: splash-screen.ts
const animate = (time: number) => {
this.splashFinish = true;
return;
...
沒有留言:
張貼留言