Lachee / discord-rpc-unity

C# custom implementation for Discord Rich Presence. Unity package to easy add to your own games.
MIT License
39 stars 2 forks source link

[BUG] Subheaders overlap with variable title in Unity #5

Closed youknowedo closed 1 year ago

youknowedo commented 3 years ago

Describe the bug Subheaders overlap with variable titles for the DiscordManager.cs script in the Inspector in Unity.

To Reproduce Steps to reproduce the behavior:

  1. Download the UnityPackage from Artifacts
  2. Import it to Unity
  3. Open the example scene
  4. See overlapping text

Expected behavior The subheaders should be above the text. (Not necessary but would make the Inspector look a lot better)

Desktop (please complete the following information):

Additional context Add any other context about the problem here. image

Lachee commented 3 years ago

Unity why must you break my shit. >:C

Lachee commented 1 year ago

This has been fixed. Seems that Unity 2020 and above vertically centres labels now.