I am developing an ios application where i will give models to application using unity, and i want to run camera of idevices in background, so i want to know how to make skybox transparent, so that i can run camera in background, only model will be visible on top of camera.
Actually you don’t need to make the skybox transparent. What I think you really need is THIS. It will allow you to display only specific elements from a camera.
Personally I use this trick when I want to display some elements at the same place of the screen at anyh time for a first person shooter for example : a camera follows the player, and another displays only ammo, used weapon, … The second camera displays only a specific layer and nothing else.
Hey i know thats an old one, but did you find a solution? i need the exact same thing…
Thanks