When creating games or apps using Unity’s UI (uGUI), have you ever thought, “Making stylish buttons and sliders from scratch is such a hassle…”?
That’s where the “Modern UI Pack” comes in handy, offering a collection of simple yet beautiful UI components. This article explains everything from usage and features to installation methods in an easy-to-understand way for beginners!

Its simple design makes it highly versatile for use in various games, making it a recommended asset!
What is the Modern UI Pack?
The Modern UI Pack is a popular UI asset pack on the Unity Asset Store. Its simple yet sophisticated design suits a wide range of game genres.
- Includes a rich variety of UI components (buttons, sliders, modal windows, etc.)
- Features a UI Manager: Enables bulk changes to theme colors and designs, eliminating the need for individual adjustments
- Based on Unity’s native UI (uGUI), ensuring seamless integration with existing UI structures
- Wide compatibility: Supports Built-in, URP, and HDRP, with platform support for PC, mobile, web, and VR
- Latest version released August 8, 2025: Version 5.5.28

Compared to the default slider provided by Unity, this one looks much better.

A wide variety of icon assets are also available, expanding the range of possible uses.

Asset Import
First, we will purchase the assets from here.
Open the window from Window > Package Manager at the top of the Unity screen.
Set Packages to My Assets and import the Modern UI Pack.

When this screen appears, simply press Import.

How to Use It: Let’s Make a Button!
Once the import is complete, you can add the Modern UI Pack from the Hierarchy.
This time, let’s try creating a button.

A button appeared.

The Button Manager is attached to the inspector of the created button, allowing various settings.
- Icon image
- Text content
- Spacing between icon and text

Of course, you can also hide icons, text, and other elements using the switch.


You can configure everything in the Inspector, so it’s easy to use!
Batch Update Your UI Design! How to Use UI Manager
The core feature of the asset, “UI Manager,” is a powerful tool that allows you to update the design of multiple UI elements at once. Place the Button using the Standard style.

- Tools > Modern UI Pack > Open UI Manager
- You can change theme colors, fonts, Alpha sliders, and more all at once.

This allows you to instantly unify the overall look of the game without having to individually edit each small UI component.
Summary: The Modern UI Pack is recommended for people like this
- I want to efficiently create stylish UI designs.
- I want to easily achieve a unified look across multiple UIs.
- I’m looking for assets that are easy for beginners to implement.
- The Modern UI Pack offers an excellent balance of usability, aesthetics, and customizability, making it especially perfect for beginner to intermediate Unity users. Give it a try in your project!
参考:公式資料