Hi,
I’m using the orthographic camera.
Currently my game consist of only one scene with one camera. I made sure I’m using the orthographic render script in the bootstrap.
When I send a shake message to the camera nothing happens.
msg.post("camera", "shake", { intensity = 0.07, duration = 0.25, direction = hash("both") })
I also noticed than when I change the projection in the camera’s configuration script from DEFAULT to FIXED_AUTO or FIXED_ZOOM nothing happens.
Am I missing any configurations for the camera to work properly?
I made a game with the orthographic camera 2 years ago and the shake message worked like a charm. I’m pretty much using the same code. I also notice that when I opened this old project the shake stop working in that one too.
Thanks