简体   繁体   English

如何在Android应用程序内发挥统一3d场景

[英]How to play unity 3d scene inside android application

I need to play unity 3d scene inside my android application. 我需要在我的android应用程序中播放统一3d场景。

There will be normal activity which will trigger separate activity inside application to play unity 3d scene. 将有正常的活动,将触发应用程序内的单独活动,以发挥统一的3D场景。

Anybody know how to integrate unity 3d player inside android application? 有谁知道如何在Android应用程序内集成统一3D播放器?

Option 1: 选项1:

Build your Unity project as android and then import it as a LIBRARY in the other android application 将您的Unity项目构建为android,然后将其作为LIBRARY导入其他Android应用程序中

Tutorial Here 教程在这里

Option 2: 选项2:

Use a webview in android that supports WebGL ( >v36) and embed your Unity WebGL build inside it. 在android中使用支持WebGL(> v36)的webview并在其中嵌入Unity WebGL构建。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM