I found a awesome example of camera adaptive zoom

defold/sample-adaptive-zoom: This sample project shows how to apply an adaptive zoom to your camera component to make content look good regardless of screen resolution

Before I found this awesome example in the cameras manual, I always wrote camera adaptation scripts by myself, but they didn’t work very well and had many problems. Luckily, with this awesome example, I will never be bothered by this problem again.

6 Likes

Did not knew this exists. This is exactly what I needed. :folded_hands:

1 Like

I actually just discovered it today too. Glad it was helpful for you!

1 Like