react unity renderer:React Unity Renderer允许以交互方式将Unity WebGL构建嵌入到React驱动的项目中 源码
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. //
文件列表
react-unity-renderer-dev.zip
(预估有个25文件)
react-unity-renderer-dev
.gitignore
101B
tsconfig.json
689B
README.md
8KB
typings
unity.d.ts
2KB
jest.d.ts
112B
.github
workflows
release-npmjs.yaml
816B
暂无评论