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

MapPin hides the transform gizmo and the gizmo remains hidden #117

Closed MMitty closed 3 years ago

MMitty commented 3 years ago

Describe the bug Clicking in the Hierarchy on a MapPin object captures and hides the transform gizmo and it will keep it hidden while choosing other objects until a MapRenderer object is selected again.

To Reproduce Steps to reproduce the behavior:

  1. In the Hierarchy panel click on a MapPin object which is a child of a MapRenderer. The transform Gizmo becomes invisible.
  2. Click on any other non-MapRednerer object, and the transform gizmo will be still hidden.
  3. Click on a MapRenderer object, then the transform gizmo will again become visible.

Expected behavior The MapPin hiding the transform gizmo is fine, but then clicking any other object should give the transform gizmo back.

Screenshots None.

Environment (please complete the following information):

kircher1 commented 3 years ago

@MMitty, I tried repro'ing on 2018.4.34 but wasn't able to. Maybe this is fixed in newer Unity versions. Would you be able to upgrade your project to a newer version of 2018.4?

MMitty commented 3 years ago

Thanks for the suggestion. I am not going to upgrade engine version yet, but when I'll do, I'll pay attention to this issue. This isn't a breaking bug, fortunately.

On Sat, Apr 24, 2021 at 5:01 AM kircher1 @.***> wrote:

@MMitty https://github.com/MMitty, I tried repro'ing on 2018.4.34 but wasn't able to. Maybe this is fixed in newer Unity versions. Would you be able to upgrade your project to a newer version of 2018.4?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/microsoft/MapsSDK-Unity/issues/117#issuecomment-826024031, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATNMO5M5MDDBW6TNOVFANU3TKIYAPANCNFSM422DQSIQ .

kircher1 commented 3 years ago

Please reopen if you see this in newer Unity versions.