React Unity渲染器 这个项目的灵感来自Jeffrey Lanters制作的 。 这是对他的思想的现代化,基于FunctionComponent的解释。 介绍 去做 安装 NPM npm install --save react-unity-renderer 纱 yarn add react-unity-renderer 版本兼容性 Unity版本 NPM版本 2020和2021 2020.* 用法示例 打字稿 import { VFC , useState } from 'react' ; import { UnityContext , UnityRenderer , UnityLoaderConfig , } from 'react-unity-webgl' ; // get those URLs from your Unity WebGL build. //