I’m sorry, but I need your help.
I made a game in Unity3d.
Scene 1 - UI
Scene 2 - Video component video playback on the camera
Scene 3 - Gameplay (Monster Camera 1, Background Camera 1) You need two cameras.
Scene 4 - Video component video playback on the camera
The camera scene changes 4 times, and the 3rd scene has two cameras installed at the same time. Since the video is output as one video with 4 beam projectors, I want to Sender Spout the game view. However, all the methods I found were using rendertextures.
Some experienced person said that he solved the game view by coding SenderSpout, but he doesn’t tell me how.
As a render texture, each of the right two is spouted separately.
As shown in the picture below, it should be combined into one image and sent to Madmapper.
So sending the camera’s game view solves it, but the camera’s game view is not being sent to the spout. I need a coding script. If anyone knows how, please help.