The Unity WebGL Platform Extension Kis.
https://psygames.github.io/WebGLKits/
- 弹窗 (alert)
- 日志 (console.log)
- 设置窗口分辨率
- 执行JS代码 (eval),能实现80%的JS交互功能,以上三种功能均可使用此功能实现。
- 打开本地文件 (input:file)
- 监听 复制粘贴 功能
- 打开/关闭 窗口(可通过eval实现)
- 设置/获取 Cookies(可通过eval实现)
- 输入法支持
The Unity WebGL Platform Extension Kis.
https://psygames.github.io/WebGLKits/