hi, i am new in Unity, and i have been searching for this answer but i can´t find how.
I have 2 monitors connected to my computer, and I want to show my MainCamera in one of them and in the other monitor i want another camera.
Is this possible? i search for something transform.screenplacement, but I don´t know if this is why i need, besides this propoerty doesn´t appear in the camera´s properties.
I programmed with C# .Net and in there, i made a Form and I tell it to move 1024 pixels to the left so it appears in my other monitor, is the same what i want to do with Unity.
Thanks =)
I don't know, but this might be a good place to start: http://docs.unity3d.com/Documentation/Components/gui-ExtendingEditor.html
– Ludeme_GamesStep 1 : read this page : http://answers.unity3d.com/page/newuser.html Please don't post comments as answers. Post comments by clicking the [add new comment] button, a window then open for you to type in. Answer fields are for answers only, as this is a knowledge base. Here at Unity Answers, Answer means Solution, not Response. Please watch : http://video.unity3d.com/video/7720450/tutorials-using-unity-answers
– AlucardJay