Hi!

First of all, thanks for an awesome asset!

I'm using a setup based on the demo scene with a mode switcher, an ortho camera and a perspective camera. However, when switching modes from perspective to orthographic, the final state of the perspective camera projection during the lerp does not match the orthographic camera very well, and when the orthographic mode finally kicks in at the end of the transition, we get a big jump which does not look very nice.

Example Gif:
https://gyazo.com/ac159a3896512a4da35961ae60587c36

I understand that the switch from perspective to orthographic will never be completely seamless, but sometimes the jump is much smaller, and what you could consider pretty good, like in the demo scene when switching.

I suspected it could have something to do with world scale, our game world is about 20 000 units in each direction. and managed to reproduce the issue by scaling up everything in the demo scene by a factor 1 000 and reconfigure the camera to match the new scale somewhat. This also results in huge jumps even bigger than the one in the gif.

Example in demo scene:
https://gyazo.com/ded46003ff15f5d581f21ee028743e78

Do you have any idea where I could start looking to try fixing this problem? Are there any general guidelines for how to configure the cameras that I might miss? I read the documentation and did not find anything to put me in the right track there unfortunately.

Thanks,
Simon

    Thanks for reporting, this is strange indeed, can you send me an export of you scene as .unitypackage containing at least your camera, and the boundaries, and without the touch camera code? (to contact at exoa.fr)
    thanks!

      Thanks for the response!

      I can't send the code over as is unfortunately, but I'll try to create a reproduction and hand it over as soon as possible.

      Best regards.

        a year later

        Hi, thank you for your patience with this bug. I pushed the version 3.1.6 today that should be available soon on the store with a fix for this issue. Please let me know if you have the possibility to test it on your side. thanks!

          Write a Reply...