Topic: Temporarely stopping map interaction.

Hi, I'd like to temporarily freeze the map from a script. I've tried: GameObject.Find("TheMap").GetComponent<OnlineMapsRawImageTouchForwarder>().enabled = false; But this does not work. Is there another solution?

Re: Temporarely stopping map interaction.

Hello.

OnlineMapsControlBase.allowUserControl
https://infinity-code.com/doxygen/onlin … dffb462252

Kind Regards,
Infinity Code Team.

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

Re: Temporarely stopping map interaction.

Thanks