Anthony - Attempting to setup a camera in a 2.5D style environment. How could I update the CameraSideScrollOrtho to allow for FOV zoom (using perspective) - either via FOV or by accessing the Z-distance. Everything else in the CameraSideScrollOrtho, when set to perspective, is Perfect for my use case. I'm just not seeing how to modify the script to allow me to use FOV zoom instead of orthographic size. Thank you.

    rswaims This is not supported at the moment, but I can look into it. What you can do for now is add a script that will handle the Fov variable as you need with a min/max value, that should work just fine if you don't require the boundaries module.

      rswaims Hi! I added a new demo scene called SideScrollPersp, with a corresponding script that does perspective 2.5D with FOV instead of Size.
      It's a first version so let me know if you have any issue with it.
      thanks

        Tested it out - That is exactly what I was after - I cannot thank you enough! I'll be sure to go leave a review for you on Unity.

          11 days later
          Write a Reply...