playMaker

Author Topic: Camera follows a player  (Read 1860 times)

FINFINFIN

  • Playmaker Newbie
  • *
  • Posts: 3
Camera follows a player
« on: May 04, 2016, 07:42:52 PM »
Is it possible to have an invisible object/player that the camera follows, but the object moves randomly, or do I need to designate a path for the object/player to follow?

ransomink

  • Playmaker Newbie
  • *
  • Posts: 44
Re: Camera follows a player
« Reply #1 on: May 04, 2016, 08:25:09 PM »
Yes, if it's an 3d object you can disable the MeshRenderer component and it will be invisible or disable the SpriteRenderer component for an 2d object...

It's fine if the object moves randomly, just be sure to use smooth follow for the camera so it transitions smoothly to and from each random position...