SDK相关的整理

This commit is contained in:
chen wei bo
2025-09-26 17:34:07 +08:00
parent ed525d9ed2
commit 361afaacf2
40 changed files with 713 additions and 4379 deletions
-1
View File
@@ -10,7 +10,6 @@ const { ccclass, property } = _decorator;
export class GameEntry extends Component {
start() {
game.frameRate = 30; //游戏帧率
SDKManager.I.initEmpty()
PlayerDataManager.I.initEmpty()
assetManager.downloader.maxConcurrency = 20;