hi everyone its real to create this in unity? what3words /// The simplest way to talk about location (grid in real map)
there are map plugins available,
https://assetstore.unity.com/?q=street%20map&orderBy=1
but i dont think they have grids like that (at least the ones i’ve tested).
so you’d have to build that yourself… should be possible.
At least one google map plugin works by displaying java widget on top of unity 3d view, obscuring unity window (meaning you can’t paint over it ).
You can do that in theory. In practice implementing this sort of thing can be prohibitively expensive, depending on map api you’re trying to use. Basically you’d need to find or write a map plugin that draws map using unity. Then it can be done.
Anything map related I’d use (have used) Mapbox. It does create a 3d map with 3d buildings on the fly and you can filter for different things like show me all the subway sandwich shops or whatever business, and it can calculate directions given 2 locations, and it can visualize current traffic levels and do some neat stuff.