Slow-Blad Camera Experiment
This is the latest build of my experiments with developing the camera controller. I just jumped in and coded it in a way that made sense to me. My goal was to make the camera do two things:- Keep the Slow Blade and the Play visible onscreen at all times. (Use "T" to enable or disable this feature.)
- Lead the player in the direction they're moving, so they always see what they're moving towards.
The script being used is "ZoomController.cs"
For this experiment, I'm using Prime31's sample character controller available HERE. I'll develop my own as my next experiment.