On Screen Keyboard for Unity’s uGUI with additional tools, Tree View, Ligature Library and Scroll Rect HelperThis is a standalone package, you do not need to purchase any other assets to use this asset.UX uGUI Extras expands on the features of Unity’s uGUI as well as Heathen's System Core and UX frameworks with tools helpers and custom controls including:Key Collection aka On-Screen KeyboardKey Collection lets you create on-screen keyboards, pin pads, alien computer consoles or really any collection of "keys" as a simple Unity UI object. The Key Collection component is a controller that manages multiple "keys" (defined as Unity uGUI buttons) and works in concert with related tools such as the Output Manager to direct the results of keystrokes to desired targets. You can let the system automatically target Input Fields or direct its output to any string field in any script.Key Collection can handle any string output that Unity understands, which means it can handle all the languages, character sets, etc. that Unity can handle. When coupled with the Ligature tool (included) it can handle complex multi-key ligatures as used by many languages including but not limited to Korean, Japanese, Western accent marks, etc.Tree ViewTree View helps you visualize a Game Object hierarchy as uGUI elements (toggles, buttons, etc.) and includes facilities for drag and drop, insert, collapse and other common tree view control features.Ligature LibraryLigature Library lets you define character combinations and the resulting character enabling Key Collection inputs for Korean, Japanese and other ligature-based character sets as well as common use extended characters such as translating (c) to ©Scroll Rect HelperScroll rect helper extends Unity’s uGUI ScrollRect features enabling you to scroll to a specific item on-demand and page navigate (scroll the width or height of the view)Documentation available on our Knowledge BaseCommunity and support are available on our Discord serverDependenciesThis asset is dependent on System Core which is available freely on GitHub. This asset can help you install System Core when imported or you can consult our Installation Documentation for more information.Suitable for all platforms and rendering pipelinesFeaturesKey Collection (On Screen Keyboard)Tree ViewLigature LibraryScroll Rect Helper