# react-native-unity3d **Repository Path**: ypcool/react-native-unity3d ## Basic Information - **Project Name**: react-native-unity3d - **Description**: react-native + unity3d结合的app - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-26 - **Last Updated**: 2023-06-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RNUnity app 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. ## Running the app **Install dependencies** Enter the Unity folder and unzip the Android and iOS model packages ```shell npm install ``` **Build & run (Android or iOS)** ```shell npm run android npm run ios ``` ## Unity content The included Unity content is located in the [`unity/`](unity/) directory. Required files are automatically extracted from tarballs while running `npm install`.