我想在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为所有玩家返回相同的表面。