I am Making a driving simulation.i want ti display main camera rendered in to another exe of unity3d its possible?pl z give reply any one.
i assume you want to do a split-screen game … well … you can’t make two unity windows with just one process as far as i know … for splitscreen however … you can use rendertextures …
I agree with IT_Criminal, an EXE refers to a specific process of the operating system, and you cannot make two EXEs regarding the same “world” in the same time. Put two cameras in the scene, implementing a split-screen approach.