NGUI: Next-Gen UI Free Download Latest Version | Download NGUI: Next-Gen UI Free | Next Gen UI Free Download | Next Gen UI Latest Download | Here at dLunity you can download the Latest Version of NGUI: Next-Gen UI totally for Free.
Next-Gen UI is a powerful UI system and event notification framework for Unity
(both Pro and Free) written in C# that closely follows the KISS
principle. It features clean code and simple, minimalist approach to
everything. Many behavior classes are kept under 200 lines of code. For
a programmer this means a much easier time when it comes to working
with the kit - from extending its functionality to tweaking the existing
one. For everyone else this means better performance, less frustration,
and more fun.
Features of NGUI: Next-Gen UI
- Full Inspector integration
- No need to hit Play to see the results
- What you see in the Scene view is what you get in the Game view (fully WYSIWYG)
- Component-based, modular nature: attach the behaviours you want to make your widgets do what you want without having to code.
- Full support for iOS/Android, Blackberry, Win8, WP8, Flash
- Flexible event system
- Make complex UIs that take only 1 draw call
- Create your atlases right in the editor, update/modify them at will, or import an atlas from the Texture Packer.
- Support for lighting, normal mapping, refraction, and more — unleash your creativity!
- Support for clipped panels with hard or soft edges.
- Support for a flexible size table, letting your widgets automatically push others out of the way.
- Support for eastern languages with IME input
- Built-in Localization system
- Built-in keyboard and controller support
- An assortment of useful scripts to help you — from changing a button color to dragging an object
- Simple built-in tweening system.
- Clean, short, simple and extensively optimized C# code
- No DLLs or external resources
Workflow NGUI: Next-Gen UI:
Working with NGUI is just like working with Unity. Drag & drop ready-made controls such as button, checkbox, scroll bar and many others right into the Scene View or make your own using a Lego-like approach — want the button to scale as you hover over it? Attach the UIButtonScale component. Attach the scripts you need and nothing else. Save controls as prefabs and re-use them anywhere. It’s the Unity-like approach to UI creation.NGUI: Next-Gen UI Free Download Latest Version
NGUI: Next-Gen UI Version 2021.11.30
Released: Nov 30, 2021- NEW: NGUI will now automatically save kerning information when creating a TTF-referencing NGUI Font, since this information is still missing in Unity. NGUI pulls this data directly from the FreeType library.
- NEW: It's now possible to edit kerning data on fonts via inspector.
- NEW: UIGrid now has a new expansion style parameter that alters how children are positioned, allowing rows to be positioned above, columns to the left, and centered, all based on the chosen pivot point.
- NEW: Added a new flag to widgets that allow them to be ignored for bounds calculations.
- FIX: UIGrid now keeps calling its OnReposition callback while children are springing into place.
- FIX: Made TypewriterEffect behave better when it comes to resetting it to the beginning.
- FIX: Removed some questionable code that was breaking ellipsis functionality in labels when symbols were used.
- FIX: If no valid widgets were found, CalculateRelativeWidgetBounds will now use the specified transform's position in its bounds calculations rather than returning zeroed out position bounds.