Topic: Online Maps for a "massive" multiplayer MMORPG ?

Hey there !

Im currently looking for a good "Google Maps" like plugin for Unity because im currently developing a "massive" online multiplayer MMORPG which should be a bit like Pokemon GO, so ist based on the real world. Players should move to a Position, by clicking onto the map. They also should be able to wear gear and stuff like that. There will be trees, rocks and other Terrain on the map and the Player also should interact with them. Futhermore i Need to make somekind of chunk System. Maybe that could depend on the "Map Chunks". Is something like that possible with "Online Maps" ? And is "Online Maps" compatible with the newest Unity versions ?

Have a great day,
genar smile

Re: Online Maps for a "massive" multiplayer MMORPG ?

Hello.

Theoretically, it is possible to make such a game using Online Maps.

You can generate trees based on Open Street Map data.
Chunk System can be implemented based on tile index.

Yes, Online Maps supports the latest versions of Unity (including Unity 2017).

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: Online Maps for a "massive" multiplayer MMORPG ?

Great big_smile than im gonna take a look at it. Thanks for your fast answer !