originalnicodr / CinematicUnityExplorer

UnityExplorer fork focused on providing tools for creating marketing material for Unity games.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add camera paths QoL options

originalnicodr opened this issue · comments

Describe the issue

Frans has some nice QoL feature options that we could add to the camera path system if people need them:

  • Ease in and ease out of the camera path.
  • Expose the bezier curve constants α and τ for more control over the path. Source.
  • Wait 3 seconds before starting after hitting the play button.
  • Unpause the game (if paused).

Did part of this on c56cb08 and c1988eb.