public void ChangeOctomapTopic(string topicName) { PlayerPrefs.SetString("OctomapTopic", topicName); droneController.ChangeOctomapTopic(topicName); }