microsoft / MixedRealityToolkit-Unity

This repository is for the legacy Mixed Reality Toolkit (MRTK) v2. For the latest version of the MRTK please visit https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity
https://aka.ms/mrtkdocs
MIT License
6k stars 2.12k forks source link

Wrong font size in UGUI Dropdown #8556

Closed MaxWang-MS closed 8 months ago

MaxWang-MS commented 4 years ago

Describe the bug

The font size in UGUI Dropdown in the HandInteractionExamples scene is wrong when MRTK is consumed via UPM.

To reproduce

  1. Open HandInteractionExamples.unity
  2. Press play
  3. Look at the UGUI Dropdown on the right hand side
  4. See error

Expected behavior

The UGUI dropdown should have the correct font size.

Screenshots

When consumed via UPM image

When consumed otherwise image

Your setup

wiwei commented 4 years ago

I think that we need to understand what the delta is here for what's going on - I think that this is a weirdness that maybe would be okay to go with, but since it's in a new area that we want to beef up support for (UPM) and since this is something that should ideally just work correctly in both .unitypackage and UPM, let's get to the bottom of what's going on here.

wiwei commented 4 years ago

@vaoliva I know you've done some investigations into our UnityUI areas before - can you take a peek at this here?

vaoliva commented 3 years ago

Issue is actually related to TMPro package version. Unity 2019.4 has TMPRo 2.1.1 as default package. Issue can also be replicated with .unitypackages or from stabilization branch if TMPRo 2.1.1 is the installed package. Getting feedback from Build Call & QA channel to choose approach.

cre8ivepark commented 3 years ago

I also see a problem with the sample text paragraphs in the right column. (overlapping issue) It seems like the character spacing is different on the title and makes it wrapped. 2020-09-18 00_12_47-Wrong font size in UGUI Dropdown · Issue #8556 · microsoft_MixedRealityToolkit-U

polar-kev commented 3 years ago

image I'm seeing overlapping text in the Standard Shader Gallery Scene as well.

stale[bot] commented 2 years ago

This issue has been marked as stale by an automated process because it has not had any recent activity. It will be automatically closed in 30 days if no further activity occurs. If this is still an issue please add a new comment with more recent details and repro steps.

IssueSyncBot commented 8 months ago

We appreciate your feedback and thank you for reporting this issue.

Microsoft Mixed Reality Toolkit version 2 (MRTK2) is currently in limited support. This means that Microsoft is only fixing high priority security issues. Unfortunately, this issue does not meet the necessary priority and will be closed. If you strongly feel that this issue deserves more attention, please open a new issue and explain why it is important.

Microsoft recommends that all new HoloLens 2 Unity applications use MRTK3 instead of MRTK2.

Please note that MRTK3 was released in August 2023. It features an all-new architecture for developing rich mixed reality experiences and has a minimum requirement of Unity 2021.3 LTS. For more information about MRTK3, please visit https://www.mixedrealitytoolkit.org.

Thank you for your continued support of the Mixed Reality Toolkit!