An example embedding Unity 3D content inside a React Native app.
Prebuilt artifacts of the Unity content is included in the repo so it is possible to work on the app without having Unity installed on the developer machine. Unity is required only if you want to build new artifacts.
Install dependencies
npm install
Build & run (Android or iOS)
npm run android
npm run ios
Unity artifacts are located in the unity/
directory.
iOS frameworks are automatically extracted when running npm install
.
This document contains information about updating the artifacts.