I update plugins and nothing change like here.

Make 3D games in Construct 2 powered by Babylon.js · By
Hey, I haven't looked at the capx yet but the issue last time was the use of camera behaviors instead of cameras created by the main plugin.
The behavior camera is bound to a layout object and therefore destroyed on layout change/restart which can lead to unintended glitches and errors. Therefore I have to strongly recommend for most cases adding cameras via the main plugin.
Here is your edited capx: https://www.dropbox.com/scl/fi/lwujjl1kgp83pk6nucwet/horrorEdit.capx?rlkey=45rt5...
I basically just removed the camera behavior, added a camera via the main plugin and set its position and angle every tick like the behavior would've done automatically. Comments are at the two relevant spots in the event sheet.