Crash when tweening between cameras rapidly #446
-
Trying to follow the 3D Third Person example scene to create a third person camera and a close up "aiming" camera view. When switching between cameras rapidly the scene crashes. (i.e. when spamming right-click.)
Code largely follows the 3d Third Person example scene:
Would appreciate any help debugging this! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
I should clarify the 4 errors in screenshot are warnings regarding unused variables. Should be irrelevant but will add a screenshot just in case: |
Beta Was this translation helpful? Give feedback.
-
Example video. Initial clicks are slow, then a double/triple click of RMB causes the error |
Beta Was this translation helpful? Give feedback.
-
Solved! AimCamera did not have a Camera 3D Resource out of the box, and it needs to be created if I want tweening to work properly. |
Beta Was this translation helpful? Give feedback.
Solved! AimCamera did not have a Camera 3D Resource out of the box, and it needs to be created if I want tweening to work properly.