如何使用OVR在Unity中使用多个Android Surface

时间:2019-10-28 07:32:42

标签: unity3d surfaceview exoplayer

我想在Unity VR应用中玩多个播放器(ExoPlayer)。 单人游戏我已经做完了。 但是我该如何创建多个播放器(实际上是Android Surface播放器)。

我知道此功能:

OVR_Media_Surface_Init();
OVR_Media_Surface_SetEventBase(int eventBase);
OVR_Media_Surface_GetObject();
OVR_Media_Surface_GetNativeTexture();
OVR_Media_Surface_SetTextureParms(int texWidth, int texHeight);

但是OVR_Media_Surface_GetObject为所有玩家返回相同的表面。

0 个答案:

没有答案