Back to Blog
April 3, 2024

DualSlider【unity】

DualSlider【unity】

In this article, I will explain how to use dual sliders in Unity.

Dual sliders are a type of user interface element that allows users to select a value between two extremes. They are often used to adjust the volume of sound or the brightness of an image.

To use dual sliders in Unity, you can use the following steps:

1. **Add the Dual Slider asset to your project.** You can find this asset in the Unity Asset Store.

2. **Create a new GameObject and attach the Dual Slider component to it.**

3. **Configure the properties of the Dual Slider component.** You can set the minimum and maximum values of the slider, as well as the starting value.

4. **Add the Dual Slider to your scene.** You can do this by dragging the GameObject from the Hierarchy window to the Scene view.

5. **Use the Dual Slider in your code.** You can get the current value of the slider by calling the `GetValue()` method, and you can set the value of the slider by calling the `SetValue()` method.

Here is an example of how to use dual sliders in Unity:

```

// Create a new GameObject and attach the Dual Slider component to it.

GameObject slider = new GameObject();

slider.AddComponent();

// Configure the properties of the Dual Slider component.

slider.MinValue = 0;

slider.MaxValue = 100;

slider.Value = 50;

// Add the Dual Slider to your scene.

transform.position = Vector3.zero;

// Use the Dual Slider in your code.

float value = slider.GetValue();

slider.SetValue(value);

```

I hope this article has been helpful. If you have any questions, please leave a comment below.

Related Articles

Voice-of-customer
7 Best Amazon Product Research Tools 2026: Stop Guessing, Start Selling

Let’s be honest: The "Golden Era" of throwing a random product on Amazon and becoming a millionaire is over. In 2026, the market is saturated, and competition is fierce.Most sellers fail not because they can't sell, but because they choose the wrong product. They rely on "gut feeling" or outdated li

Feb 25, 2026
Read more
Voice-of-customer
6 Best Amazon Listing Optimization Tools 2026 : Actually Fix Low Conversions

Getting traffic to your Amazon listing is only half the battle. The real frustration comes when you see thousands of impressions but a conversion rate that sits flat at 2%.Most sellers fail not because their product is bad, but because their listing fails to "speak" to the buyer's specific needs or

Feb 13, 2026
Read more
Voice-of-customer
7 Best Amazon Competitor Analysis Tools 2026: Outsmart the Digital Shelf

Most Amazon sellers fail not because they have a bad product, but because they are "blind" to their competition. In 2026, the marketplace has evolved; simply tracking a few keywords isn't enough. You need to understand your competitor’s sales psychology, their supply chain gaps, and—most importantly

Feb 11, 2026
Read more
VOC AI Inc. 160 E Tasman Drive Suite 202 San Jose, CA, 95134 Copyright © 2026 VOC AI Inc.All Rights Reserved. Terms & Conditions Privacy Policy
This website uses cookies
VOC AI uses cookies to ensure the website works properly, to store some information about your preferences, devices, and past actions. This data is aggregated or statistical, which means that we will not be able to identify you individually. You can find more details about the cookies we use and how to withdraw consent in our Privacy Policy.
We use Google Analytics to improve user experience on our website. By continuing to use our site, you consent to the use of cookies and data collection by Google Analytics.
Are you happy to accept these cookies?
Accept all cookies
Reject all cookies