Vue与UnityWebGl交互通信(vue-unity-webgl的使用)

最近项目需要在可视化界面内添加unity3D文件并进行交互展示效果,特此整理如下:

1.Vue 中自带 Unity3D的依赖包 vue-unity-webgl,进行安装

npm install vue-unity-webgl --save

//或使用 yarn add vue-unity-webgl --save

2.将unity导出文件放在vue项目本地文件static下或者是服务器上可访问资源
Vue与UnityWebGl交互通信(vue-unity-webgl的使用)_第1张图片

3.添加相应组件信息

<template>
	<div>
	
                    

你可能感兴趣的:(Unity,vue,unity,vue.js)