microsoft / MapsSDK-Unity

This repository contains samples, documentation, and supporting scripts for Maps SDK, a Microsoft Garage project.
MIT License
652 stars 127 forks source link

Hide MapIcon #161

Closed minimalisticMe closed 2 years ago

minimalisticMe commented 2 years ago

Hi,

is it possible to hide/disable the blue transparent icon MapsSDK-EditorIcon.png from path [...]\Editor\Resources\MapsSDK-EditorIcon.png? It shows up on Script and Play mode, see images below: grafik grafik

kircher1 commented 2 years ago

The visible icons in the scene view are controlled by the Unity Editor settings. I believe it's in the "Gizmos" dropdown. See here: https://docs.unity3d.com/2022.2/Documentation/Manual/GizmosMenu.html?msclkid=0c92e944baa011ecbe9414f6673b35db

minimalisticMe commented 2 years ago

@kircher1 You are correct, unselecting these two options solved my issue: grafik

Thank you very much!