Optimize WebGL build and video loading

This commit is contained in:
yangbear
2026-07-14 00:16:34 +08:00
parent ecfc382b03
commit 53f856e44e
20 changed files with 203 additions and 33 deletions
@@ -138,7 +138,7 @@ public class ShoseClickHandler : MonoBehaviour
var uiMgr = FindObjectOfType<UIManager>();
if (uiMgr != null)
{
uiMgr.ShowVideo("tuoXieZi.mp4");
uiMgr.ShowVideo("bandage_demo.mp4");
}
}