schellingb / UnityCapture

Streams Unity rendered output to other Windows applications as virtual capture device
430 stars 68 forks source link

Anyway of capturing the UI? #26

Open LauraLaureus opened 2 years ago

LauraLaureus commented 2 years ago

Hello everyone.

Thank you for developing this plugin! It is actually helpful.

I was playing with the example and I saw the "Drawing OnGUI is not captured". Did anyone find a way to add the UI layer to the capturer? The only way I found is to add the canvas mode to "World Space" but I don't want to add logic to the game to fix the position of the UI.

Additional data: I'm on Unity 2020.3 LTS on Windows.

Thank you in advantage!