com.unity.uiextensions
com.unity.uiextensions copied to clipboard
# Unity UI Extensions Bug Report ## Describe the bug DropdownList's Overlay GameObject should cover the whole screen so that I can Close the Dropdown when I click anywhere but...
# Unity UI Extensions Bug Report ## Describe the bug The masking is not working when using the UILineRenderer as a child of scroll view ## To Reproduce 1. Create...
# Unity UI Extensions Bug Report ## Describe the bug When using `ScrollSnap` component, the `onPageChange` C# event tends to invoke multiple times instead of once per page change. Applies...
# Unity UI Extensions - Pull Request ## Overview Lets the pivot point of the rect transform be used as reference point when drawing lines
# Unity UI Extensions - Pull Request ## Changes Lets the pivot point of the rect transform be used as reference point when drawing lines
# Unity UI Extensions Feature Request ## Is your feature request related to a problem? Please describe Hey guys. Recently I was struggling with some issues related to performance when...
# Unity UI Extensions Bug Report ## Describe the bug In the `UiParticleSystem` class the following line `pSystem.Simulate(Time.unscaledDeltaTime, false, false, true);` in the `Update` method causes freeze, if there is...
# Unity UI Extensions - Pull Request ## Overview Propose to start adding support for Unity 6. Version Compile Flags are used ## Changes in `CardPopup2D.cs`, added compile flags regarding...
# Unity UI Extensions - Pull Request ## Overview Follow-up suggestion to PR #466 ## Changes Gradient2 would only reflect changes to EffectGradient keys only at initialization (e.g. entering Play...
# Unity UI Extensions - Pull Request ## Overview In #480 the check for a change in length of transforms in a Line Connector was changed, resulting in the UILineRenderer...