Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to play unity 3d scene inside android application

I need to play unity 3d scene inside my android application.

There will be normal activity which will trigger separate activity inside application to play unity 3d scene.

Anybody know how to integrate unity 3d player inside android application?

like image 250
Sivalingaraja Avatar asked Jan 21 '16 09:01

Sivalingaraja


1 Answers

Option 1:

Build your Unity project as android and then import it as a LIBRARY in the other android application

Tutorial Here

Option 2:

Use a webview in android that supports WebGL ( >v36) and embed your Unity WebGL build inside it.

like image 164
Kashif Siddiqui Avatar answered Nov 15 '22 00:11

Kashif Siddiqui