..
BezierPath.cs
Spell-checking and docs update
2020-07-08 20:38:28 +01:00
BezierPath.cs.meta
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
CLFZ2-CompressionHelper-ReadME.md
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
CLFZ2-CompressionHelper-ReadME.md.meta
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
CLZF2.cs
Spell-checking and docs update
2020-07-08 20:38:28 +01:00
CLZF2.cs.meta
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
CableCurve.cs
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
CableCurve.cs.meta
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
Circle.cs
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
Circle.cs.meta
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
DragCorrector.cs
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
DragCorrector.cs.meta
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
ExtensionsToggle.cs
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
ExtensionsToggle.cs.meta
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
ExtensionsToggleGroup.cs
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
ExtensionsToggleGroup.cs.meta
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
ExtentionMethods.cs
Refactored and extended the ContentScrollSnap control
2020-10-23 12:04:11 +01:00
ExtentionMethods.cs.meta
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
InputFieldEnterSubmit.cs
Following reports that certain UI Extensions controls do not work with the new input system, working on a small refactor to manage and handle dependencies on the old input system.
2020-10-08 17:07:39 +01:00
InputFieldEnterSubmit.cs.meta
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
NonDrawingGraphic.cs
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
NonDrawingGraphic.cs.meta
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
PPIViewer.cs
Spell-checking and docs update
2020-07-08 20:38:28 +01:00
PPIViewer.cs.meta
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
PaginationManager.cs
Merged in development (pull request #122 )
2021-05-10 17:38:31 +00:00
PaginationManager.cs.meta
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
ReadOnlyAttribute.cs
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
ReadOnlyAttribute.cs.meta
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
ReturnKeyTriggersButton.cs
Spell-checking and docs update
2020-07-08 20:38:28 +01:00
ReturnKeyTriggersButton.cs.meta
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
ScrollConflictManager.cs
Added the programmatic capability to change the parent scroll rect on the ScrollConflictManager at runtime.
2020-10-22 01:38:49 +01:00
ScrollConflictManager.cs.meta
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
ScrollRectEx.cs
Spell-checking and docs update
2020-07-08 20:38:28 +01:00
ScrollRectEx.cs.meta
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
ScrollRectExtensions.cs
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
ScrollRectExtensions.cs.meta
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
ScrollRectLinker.cs
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
ScrollRectLinker.cs.meta
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
ScrollRectTweener.cs
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
ScrollRectTweener.cs.meta
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
SelectableScaler.cs
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
SelectableScaler.cs.meta
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
SetPropertyUtility.cs
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
SetPropertyUtility.cs.meta
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
ShaderLibrary.cs
Late Build issue, resolved.
2020-10-31 16:47:44 +00:00
ShaderLibrary.cs.meta
Initial check-in of a static library to collate shaders on first use.
2020-10-23 19:10:51 +01:00
TestCompression.cs
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
TestCompression.cs.meta
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
UIExtensionMethods.cs
Spell-checking and docs update
2020-07-08 20:38:28 +01:00
UIExtensionMethods.cs.meta
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
UIExtensionsInputManager.cs
Merged in development (pull request #122 )
2021-05-10 17:38:31 +00:00
UIExtensionsInputManager.cs.meta
Following reports that certain UI Extensions controls do not work with the new input system, working on a small refactor to manage and handle dependencies on the old input system.
2020-10-08 17:07:39 +01:00
UIHighlightable.cs
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
UIHighlightable.cs.meta
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
UILineConnector.cs
Merged in development (pull request #122 )
2021-05-10 17:38:31 +00:00
UILineConnector.cs.meta
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
UIScrollToSelection.cs
Merged in development (pull request #122 )
2021-05-10 17:38:31 +00:00
UIScrollToSelection.cs.meta
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
UIScrollToSelectionXY.cs
Spell-checking and docs update
2020-07-08 20:38:28 +01:00
UIScrollToSelectionXY.cs.meta
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
UISelectableExtension.cs
Spell-checking and docs update
2020-07-08 20:38:28 +01:00
UISelectableExtension.cs.meta
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
UI_InfiniteScroll.cs
Refined magnetic scroll and dependencies while documenting
2020-10-20 15:48:07 +01:00
UI_InfiniteScroll.cs.meta
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
UI_MagneticInfiniteScroll.cs
Minor update to MagneticInfinite Scroll
2020-10-21 23:27:47 +01:00
UI_MagneticInfiniteScroll.cs.meta
Adding new magnetic scroll control
2020-10-14 18:03:49 +01:00
UI_ScrollRectOcclusion.cs
Merged in development (pull request #122 )
2021-05-10 17:38:31 +00:00
UI_ScrollRectOcclusion.cs.meta
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
UI_TweenScale.cs
Spell-checking and docs update
2020-07-08 20:38:28 +01:00
UI_TweenScale.cs.meta
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
switchToRectTransform.cs
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00
switchToRectTransform.cs.meta
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00