In this tutorial, we will see the full potential of working with Google Maps in Unreal Engine 5. We will see how to import Google Earth maps directly into the Unreal Engine 3d scene, through a small installation of the Google Maps API.
In the last few days, it has been announced that we can import the entire Google Map, 3d dataset and view it directly in Unreal Engine, the first thing we need to do is configure the Cesium for the application, and the Google Maps API, all of this we will see it in the step by step video tutorial.
We won’t talk about the Google Maps API in too much detail, but if you want you can study all the documentation (here), the topic will be lightly touched, on how to avoid making certain mistakes.
Step 1, Download and install Cesium for Unreal
Step 2, Activating the Cesium plugin for Unreal
I launch Unreal Engine 5 after installing Cesium, activating the plugin, and restarting UE. Keep in mind it will take some time for your shaders to compile you may have to wait up to 15-20 minutes, wait for more shaders to compile.
Step 3, Create the initial scene in UE5 and load the API into the project
Step 4, Google API account registration
Access Google Maps Platform, and go there to manage the entire account for the management and sharing of licenses for the use of the APIs to be used.
Google recommends restricting your API, and you can restrict it by Android iOS app IP address.
Step 5, Google Maps Terrain in Unreal Engine 5
Once you have finished setting up the Maps API licenses, you can start generating the Google Maps Terrain in Unreal Engine 5.