Publisher | Heathen Engineering |
---|---|
File size | 544.50kB |
Number of files | 57 |
Latest version | 2020.2.18.1 |
Latest release date | 2022-04-26 01:33:15 |
First release date | 2021-08-30 09:54:12 |
Supported Unity versions | 2018.4.2 or higher |
This 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:
aka On Screen Keyboard
Key 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 key strokes to desired targets.
Key Collection can handle any string output that Unity understands, that 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 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 Library lets you define character combinations and the result 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 Helper
Scroll 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 Base
Community and support available on our Discord server
Dependencies
This 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.