Tweening Orthogonal projection to/from Perspective projection has inconsistent behavior? #455
-
I'm having trouble understanding how to tween between Orthogonal and Perspective cameras with consistent behavior. Please see: Screen.Recording.2025-01-28.at.22.32.13.movFor some reason, the transition only works once. Additionally, I need to enable "Priority Override" on the Orthogonal camera first to even get the behavior I'm looking for (the first transition in the video). Every subsequent transition zooms in/out instead of staying overhead. Here are the reproduction steps:
If Priority Override is not enabled, then all transitions behave like the "subsequent" ones in the video. Is there something I'm missing here to get the tween to behave like the first one consistently? Please let me know if there's anything more I can clarify, finding the words for this question was surprisingly difficult 😅 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There isn't currently support to tween between an I did consider looking into that when I initially added the Camera3D Resource, however it's not the most trivial thing to properly support. But feel free to submit an issue with a feature request for this. |
Beta Was this translation helpful? Give feedback.
Got it, I've opened a feature request in #456. Thanks!