Camera control

Hi, I’m new to Defold and I’m trying to create a video game where the camera zooms in and out at certain times and in a specific position relative to the character or a particular area. My problem is that I don’t understand how to do it. I’ve been looking at the britzl/defold-orthographic repository, but I haven’t been able to figure it out yet. I would appreciate any help or ideas. Thanks, everyone.

1 Like

If you’re using Defold Orthographic then there is zoom property for this:

How are you trying to set the zoom? Maybe there are some errors in console? What is the actual problem? Is the doc not clear how to use it? There is also an example inside:

Did you look at it?