Is it possible to use multiple cameras?

I want to make a local multiplayer splitscreen game. Is this possible?

The docs says “Several cameras can be active at the same time, but only the camera that was last activated will be used for rendering.”

See

http://britzl.github.io/publicexamples/camera/index.html

2 Likes

Yes, that is with the default render script. But you can alter the render script and render your game in 26 different views and projections if you like. See the example @pkeod linked.

3 Likes