We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MultiCamera
Just tested @willeastcott rope bridge: https://engine-c3vj73m56-playcanvas.vercel.app/#/physics/rope-bridge
Not related to it - but it displays the bug:
camera-controls.mjs:668 Uncaught TypeError: Cannot read properties of null (reading 'canvas') at CameraControls._look (camera-controls.mjs:668:54) at CameraControls._onPointerMove (camera-controls.mjs:540:22)
Every time you restart the example, it's collecting never-deleted events (aka destroy/detach isn't called properly).
Orbit example displays same issue.
The text was updated successfully, but these errors were encountered:
I cant repro this can you confirm if its still an issue? @kungfooman
Sorry, something went wrong.
I just took a Vercel link from 2 hours ago to test: https://engine-o685bw9d0-playcanvas.vercel.app/#/camera/orbit
Definitely still an issue:
Result:
kpal81xd
No branches or pull requests
Just tested @willeastcott rope bridge: https://engine-c3vj73m56-playcanvas.vercel.app/#/physics/rope-bridge
Not related to it - but it displays the bug:
Every time you restart the example, it's collecting never-deleted events (aka destroy/detach isn't called properly).
Orbit example displays same issue.
The text was updated successfully, but these errors were encountered: