Hi,
I am making a demo of archery game, in which i want to give option of left & right side view , default is left, i have completed for left-side view ( i have attached screenshot), now i want to make right-side view, for that what changes i need to do?, i have tried by setting camera’s size as negative , but it didn’t work. I have implemented trajectory simulation, so please also consider it, because i think it will be affected.
Thank you.
Hi,
What you are trying to achieve is fairly simple.
There are two ways of dong that
**1.**All you got to do is make the camera child of an empty gameobject positioning the object at centre and moving the camera to left.Now you can make it righ tfaced by rotating full 180 deg o xaxis.
2.
Or you can use trignometry to do so. Say Yaxis = Radius * Sin(Angle to be rotated from origin)
Xaxis = Radius * Cos(Angle to be rotated from origin)
if you have any more boubts just ask