X3M I found a rather catastrophic bug (brings down the C2 app).
How to reproduce:
1. Open the "Laser or Raycast.capx" file (the one you did initially)
2. Add action --> NewCamera --> (Babylon Camera) "Zoom on mesh", select "Box" and hit "Done" button.
I got:
Hit "Abort" and then I get "Construct 2 game creator has stopped working". And quits to desktop.
Yep thats the way C2 tells us not to mess with the Object param <b></b>, ITS MINE !!!11!!
In a serious note, I will stop using those bold brackets or whatever they're called. They only cause trouble.
Fix:
Step 1-search line : Zoom on mesh <b>{0}</b> in the common.js file on the camera plugin.
Step 2- turn it into : Zoom on mesh {0}
Well turns out that the zoom on mesh function is not available anymore in the library, I'll PING the devs about it.
For now avoid using zoom functions.