Hello Guest

Author Topic: Camera following character  (Read 3678 times)

Bridgeman

  • Newbie
  • *
  • Posts: 24
    • View Profile
Camera following character
« on: August 21, 2014, 08:17:15 pm »
Hello,

I'm trying to make a platformer and have begun creating a basic level. I threw in the Unity 2D character from the Sample Assets as a placeholder. However, now I want the camera to follow the player character. Unity's Sample Assets come with a script that does that, but it only works with the Unity 2D camera, and doesn't seem to work with the 2D Toolkit camera. Is there any way to make this work, or do I have to write a script from scratch?