How to make Unity3D as an activity in Android Studio?
问题 I recently developed an AR program using Unity3D and built it as a mobile application program. Right now, I am planning to import the Unity program into Android Studio so that I can make it as an activity class. For example, I create a button called 'Start' and when the user taps the 'Start' button, the app opens the Unity program where the camera is activated. Is this possible? If so, what should I do to make this possible? Thanks in advance. 回答1: There is no direct way to do this, when you