So I’m trying to set up bounds for my 2D camera (currently set to Perspective and not Orthographic). I want to have it so as the camera approaches the bounds of the Confiner, movement increasingly slows down in that direction, basically creating a much softer stop once the camera reaches the edge. How can I do this?
Unfortunately that feature is not built into the confiner. You’ll have to write your own script.
Is there anyway to expand the current confiner to do this or not really?
You can always duplicate CinemachineConfine.cs into your assets, rename it, and modify as you please. Your new customized version will appear in the vcam Extensions dropdown automagically.
Alright sounds good. Any tips for getting the behavior I want given the base Confiner code?