I imported a Final Fantasy style map to Unity, using Tiled2Unity, and as you know, in FF maps, once you go through one of the edges you come out on the other, kind of like Pac-Man but it’s a seamless transition, despite being a flat map, it feels like a globe. I’m just playing around trying to make an RPG (I’m more interested in figuring out what kinda scripts an RPG takes, than to actually build something to share with others), so my map is an island and I’m gonna cheat it by adding some more water so the camera never sees the edges, but I would ove to know if there’s a way to implement what I have in mind.
I found this as a possible answer
But it won’t fix my problem that right now if the player goes to one of the peninsuals he will just see the map end, I don’t want him just to go to the other side, he must see the other side (even if in the case of my map, it’s just more water, cause it’s an island)
Notice the blue background to the right?
Thanks for the help!