Hi there, I just purchased this plugin and as someone who has been fussing with making my own, it’s really great! Thanks! I’m working on a 2.5D sidescroller. I’m having a bit of trouble getting the minimap to work. I can’t seem to get the map to follow the player in the Z axis. I had to do some tweaking to get the MM to work…nothing major, but here it is.
MapBackground: Rotate in Y by -90 degrees. using render target for now, but I plan on drawing a simplified overlay.
Mapview: parented to spring arm that drives the camera. Set the base yaw to -90 to rotate the map in the correct direction. Also had to move the mapview box to around 4500 in the X(Along with the icon for them to show as centered in the minimap.
MapIcon: Also Parented to the Spring Arm and moved as stated above.
I turned off rotation in everything because the background need not rotate. It would be cool if the player Icon did. Not sure how to achieve that without the map rotating.
My character reavels along the Y axis and jumps along the Z.
Right now, it seems that my only issue is the minimap not working in the Z axis.
Any help on this would be appreciated!!!