Sounds cool! making adaptive UI for so many aspect ratio is sometimes hard. I’ve made UIs for games in Godot, Unreal and Unity. It’s mostly easy if the UI is just anchored to any corner, side, or center. it’ll mostly work for any aspect ratio above certain resolution.
But I’ve never made apps in game engine myself. The most complex UI I’ve made is inventory UI in Unity. But I didn’t make it to be adaptive to the aspect ratio. It only have fixed width & height.
Sounds cool! making adaptive UI for so many aspect ratio is sometimes hard. I’ve made UIs for games in Godot, Unreal and Unity. It’s mostly easy if the UI is just anchored to any corner, side, or center. it’ll mostly work for any aspect ratio above certain resolution.
But I’ve never made apps in game engine myself. The most complex UI I’ve made is inventory UI in Unity. But I didn’t make it to be adaptive to the aspect ratio. It only have fixed width & height.