UnityTK icon indicating copy to clipboard operation
UnityTK copied to clipboard

Camera module

Open kennux opened this issue 7 years ago • 0 comments

Implement a UnityTK module with helpful stuff for setting up generic game cameras:

  • [x] Static cameras
  • [x] Top down cameras
  • [x] Isometric camera
  • [ ] "Fake" Isometric camera (Perspective low FoV, far away)
  • [x] (Investigate) 3rd Person Camera
  • [x] (Investigate) 1st Person Camera

Generic features:

  • [x] Shaking (Spring physics?)
  • [ ] Waypoint movement (Scripted and static in scene)
  • [ ] API for modifying camera properties (FoV, projection matrix, ...)
  • [ ] Focus object (constantly look at and limit user input)

kennux avatar Sep 06 '18 13:09 kennux