Godot Version
4.5
Question
Does anyone have further recommendations for allowing a Character to walk on-top of real world map locations? I’d like the user to be able to select the center coordinates and size of the map. Afterwards they could then move around “little sphere images” of photos they’ve taken at these locations, or place new ones at specific locations.
I’m currently planning on getting the map data from MapBox and then using Terrain3D (Terrain3D (GD 4.3) - Godot Asset Library) to make it automatically look as ‘nice’ as possible.
Thank you for any help you can offer!