MixedRealityToolkit / MixedRealityToolkit-Unity

This repository holds the third generation of the Mixed Reality Toolkit for Unity. The latest version of the MRTK can be found here.
BSD 3-Clause "New" or "Revised" License
374 stars 96 forks source link

Bugs in MRTK3 BoundsControl #77

Closed IssueSyncBot closed 1 year ago

IssueSyncBot commented 1 year ago

Original issue opened by:

@Vincent-zhai-github Vincent-zhai-github


Describe the bug

After using bounds control function, deactivating the mounted gameobject and reactivating it after a while will result in two types of bugs:

  1. The bounding box and handles appear directly and cannot be operated. After clicking on the gameobject several times, it returns to normal.
  2. The bounding boxes and handles cannot be activated again.

To reproduce

Steps to reproduce the behavior:

  1. Go to a game object with BoundsControl
  2. Click on this game object until the bounding box is hidden
  3. Disable this game object
  4. Enable this game object
  5. The bounding box will be displayed and cannot be used

Your setup

Target platform

Screenshots

https://github.com/microsoft/MixedRealityToolkit-Unity/assets/51319222/3ed502ac-03df-4f9e-9b38-2c036b708d8d


ISSUE MIGRATION

Issue migrated from: https://github.com/microsoft/MixedRealityToolkit-Unity/issues/11655

IssueSyncBot commented 1 year ago

Original comment by:

@marlenaklein-msft marlenaklein-msft


@Vincent-zhai-github, thanks for reporting this! The issue should be closed with changes in #11698. The fix will be included in the next release.