Dynamic on rails gameplay camera

The Gamedev Cave - 蓝图 - 2022/07/02

A camera that'll follow your player character over a spline!

  • 支持的平台
  • 支持的引擎版本
    4.27, 5.0 - 5.1
  • 下载类型
    资源包
    此产品包含各种虚幻引擎资源,可以选择性导入现有的项目。

The Camera system is easy to use for your 3rd person games!

The bottom spline will go under where your player walks to track where the player is, the camera will ten move over the top spline at a matching pace. you can add as many spline points as you want. Each spline point will function as a key point. So when the player reaches the second spline point on the tracking spline, the camera will be on the second spline point on it's spline and so on.

The camera has trouble tracking players going around corners so it's advised that you add a new system in with a trigger box to switch the active cam if you want the player to walk around a corner!

技术细节

Features:

  •  tracks the player position and matches the camera position on the rails to it.
  •  allows for fine control of camera position with the use of multiple spline points.
  • should be used in combination with the 3rd person template!

Number of Blueprints: 1

Input: WASD and arrow controls supported (for maintaining control direction, easy to add your own input keys to it)

Network Replicated: (No)

Supported Development Platforms:

Windows: (Yes)

Mac: (No)

Documentation:

Doc : https://docs.google.com/document/d/1UDHrXuTkU19itQ4ipMRHVJE6fW3irGyaMy6ZRRtXsDk/edit?usp=sharing

Video : https://youtu.be/RFjkOEOWOiY