Hey, everyone. My teammate and I have been trying to wrap our heads around what’s going wrong during the build process, but we can’t figure it out. We’re just testing a proof of concept, so there aren’t many moving pieces:
We attached 18 different cameras to the player. Each one draws to a different render texture that is situated at a different 18th of the screen. We’re using the built in Character Motor script and FPS Controller script. On the Player Controller script, we have our variables for the 18 cameras.
When we test the game in unity, everything works perfectly, but, when we try building it, we get a black screen.
Not sure why that would happen on export.
Any advice?
thanks!