Skip to content
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 725 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 725 Bytes

Google Maps

A plugin for Unreal Engine 4 that enables GoogleMap objects on Android. Work in progress.

Prerequisites

The Google Play Services Java Libraries included with UE are r19. This needs to be upgraded to r29 to work with this plugin.

Download here: https://dl-ssl.google.com/android/repository/google_play_services_8487000_r29.zip

Extract to (UE Engine directory)\Engine\Build\Android\Java\JavaLibs.

Delete / move the old "google-play-services_lib_rev19" folder out of here too, or you'll get build errors.

Installation

Place everything in its own subdirectory in a Plugins directory within your UE4 project.

i.e. Clone / extract here -> (MyAwesomeProject)\Plugins\Google Maps\

Usage

Coming soon...