Files
cocos/assets/scenes/场景搭建说明.txt
刘宇飞 cba5105908 Initial Cocos Creator port of main-site Unity WebGL game.
Includes core gameplay, 600 exported levels, visual assets, web bridge, and bootstrap scene.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-22 14:57:46 +08:00

9 lines
347 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
在 Cocos Creator 3.8.8 中:
1. 新建场景 → 保存为 main.scene与本目录同级
2. 创建空节点 AppRoot添加组件 AppBootstrap脚本路径 assets/scripts/AppBootstrap.ts
3. 项目设置中将 main 设为启动场景
4. 点击播放即可
无需手动创建 GameController / PlayerAppBootstrap 会自动搭建。