Vue与Unity 网页插件Embedded Browser交互通信
在运用中,需要将web导入到unity中使用(大屏端交互需求),此篇文章以unity网页插件Embedded Browser监听Web方法获取数据为例进行阐述。
Web端:
vue中新建需要导入渲染的界面,监听方法统一为getButtonClick,设定需求为web通过点击事件clickButton触发
<button type="primary" style="margin: 20px auto;" @click="clickButton">点击按钮</button>
点
原创
2021-01-21 14:07:09 ·
2308 阅读 ·
1 评论