mastodon.gamedev.place is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server focused on game development and related topics.

Server stats:

5.1K
active users

JP Stringham 🇨🇦

Okay, so - a solution that works well for us in with Orthographic cameras, since we generally design for 1080p and scale + letter/pillarbox as required: pastebin.com/S51zTP3C

Basically force `scaling_mode` to `Fixed {width: 1920, height: 1080}` and `scale` to `1.0`

above solution is incomplete, will not play nice on ratios wider than 16:9 or resolutions smaller than 1080p, but works okay on various systems/displays my coworkers and I tested on.

...left as an exercise for the reader 🙃

Pastebina way to scale a bevy ortho cam - Pastebin.comPastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.