- Home /
Camera loses its rotation in game mode
Hi, I have an issue with camera. I have game, which has to work for standalone and for andriod. It works in virtual reality when the game is built for android. ( I use google cardboard sdk ). So i have two cameras in the scenne. Main camera is active when game is built for standalone and other camera is active when the game is build for android. The problem is, that other camera loses all its transform settings (position and rotation), when i run the game in game mode. It resets. Can anybody help me with that please? :)
Thank you very much for your help :)
P.S. position of that camera I solved. It just take player's position.
P.S.2 : I figure out, that I can't use script to fix camera to player (the reticle doesn't work in this case). So do anybody know, how to add to camera player's rotation and position without script? ($$anonymous$$ake camera as child of player doen't work. Camera loses it's position and rotation).