Topic: Can't click on map with UI present

Another newbie question. I'm trying to make a scene using your Demo scene as a guide. I set the camera, canvas, lighting and map parameters to be the same as your Demo. But, when I play the scene (on my laptop unity editor), I can't move the map around. When I disable the canvas for the UI, then I can move the map. I can't figure out what setting I'm missing.

Thanks.

Re: Can't click on map with UI present

Hello.

Most likely you have some UI element above the map that has a Raycast Target - ON.
Disable Raycast Target, or Online Maps / Troubleshooting / Not Interact Under GUI - OFF.

Kind Regards,
Infinity Code Team.

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

Re: Can't click on map with UI present

Turning off the "Not interact under GUI" worked. I'll keep looking for the source of the problem with the raycaster issue as you suggested. Thanks for the quick response.