Hi,
I am trying to get feed from OBS virtual camera in Unity3D game engine.
This piece of code works in Mac but does not work in windows. I am using unity2021.1.7
WebCamTexture tex = new WebCamTexture("OBS Virtual Camera");
tex.Play();
I have Windows 10 Home Single Language
Version 20H2
OS Build 19042.1052
OBS studio version 27.0.1 64bit
Any suggestion or feedback is welcome.
Thanks.
I am trying to get feed from OBS virtual camera in Unity3D game engine.
This piece of code works in Mac but does not work in windows. I am using unity2021.1.7
WebCamTexture tex = new WebCamTexture("OBS Virtual Camera");
tex.Play();
I have Windows 10 Home Single Language
Version 20H2
OS Build 19042.1052
OBS studio version 27.0.1 64bit
Any suggestion or feedback is welcome.
Thanks.