I'm currently making Location-based game with Unity3d. But Google Maps SDK for Unity didn't work on my location.
I imported 'GoogleMaps.unitypackage' on my project and opened example scene '02_Fundamentals/MapsService101'. When I push a start button on a editor, 'Base Map Loader' Components will create buildings and road objects via 'Lat Lng' parameters. The problem is, only I entered a South Korea location, These components creates no object at all. I tried a different location on USA, Japan, Europe, China... All of location was rendered so well, even if there was a backcountry. But Google Maps SDK didn't render on South Korea location, even the Center of Seoul! [I entered the location of Seoul station but none of objects created.] 1
Is Google Maps API restrict specific country? Any information about this would be helpful.