How to integrate unity game in React native app without WebGL?

不想你离开。 提交于 2021-01-29 07:39:08

问题


I want to build a React Native App with a sub-feature of my Unity Game.

Is there any way of integrating Unity Game in RN without WebGL?

Or is there any way I can launch the Unity Game App from the RN App?

If the WebGL is the only option then, what could be the speed of my TCG Game? How can I improve it?


回答1:


In Unity2018.3, they release a new function call Tiny Mode. It support you to build html5 projects with a very small file size and memory footprint. Maybe you can give it a try.

Official document:

https://docs.unity3d.com/Packages/com.unity.tiny@0.13/manual/intro-for-unity-developers.html



来源:https://stackoverflow.com/questions/53917229/how-to-integrate-unity-game-in-react-native-app-without-webgl

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!