playMaker

Author Topic: Problem with switching Cameras in Board Game  (Read 601 times)

Tiwaz

  • Playmaker Newbie
  • *
  • Posts: 4
Problem with switching Cameras in Board Game
« on: October 31, 2020, 10:09:27 AM »
Hello guys, I would need some help from you due to camera in my game.
Please watch my short video and advise me how to make it correctly:


djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: Problem with switching Cameras in Board Game
« Reply #1 on: October 31, 2020, 03:07:11 PM »
Hi.
Maybe have a empty object as parent to the camera (so you can adjust the camera position.

the empty object should follow the exact position of the player.

Then also use the rotation of the player and you can get/set the rotation from player on the camera parent.

when switching player, get rotation of target player and tween to that rotation to make it smooth