摘要:
今天build项目的时候突然发现寄了,有点小慌…… 弹出了一堆报错,其中有 emcc2: error: Invalid command line option -s BINARYEN_TRAP_MODE=clamp: The wasm backend does not support a trap 阅读全文
摘要:
1 using System.Collections; 2 using System.Collections.Generic; 3 using UnityEngine; 4 5 [RequireComponent(typeof(Controller2D))] 6 public class Playe 阅读全文