Hello Everyone,
I am trying to make clickable meshes which will cause scenes to change when clicking on them, however I came across these two problems:
-
Click issues: after switching scenes, the meshes from the previous scene are not visible, but the user can still click on them as if they are invisible. Occasionally the mouse pointer also doesn’t change when hovering over objects which are visible and clickable.
-
The camera jumps after changing scenes. It is not a clean “cut” but some motion or momentum from the previous scene carries over to the next scene?
Is there any way to fix these problems? Or am I handling this incorrectly?
Here is the playground:
(WASD + mouse)
The objects seem to work correctly and are always clickable, but you may need to walk around and click at a different angle before the scene change triggers. Perhaps this is because the invisible shape from the previous scene interferes.