- Home /
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 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.
why exactly do you want to render the image to another unity exe?
Answer by IT_Criminal · Nov 22, 2012 at 01:48 PM
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 ...
Answer by BiG · Nov 22, 2012 at 03:41 PM
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.
Your answer
Follow this Question
Related Questions
Any way to get an accurate Renderer.bounds immediately after modification? 1 Answer
Changing two different objects renderer colour 1 Answer
Call a function once from OnGUI 2 Answers
how to make my gameobjects disable and enable? 2 Answers
make Update display/animate iterations of While(i<20)loop? 2 Answers