SkillAgentSearch skills...

SimpleMinMaxSlider

Adds a simple MinMax slider attribute to Unity. Supports Vector2 and Vector2Int.

Install / Use

/learn @augustdominik/SimpleMinMaxSlider
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

SimpleMinMaxSlider for Unity

Installation

  1. Open package manager
  2. Add package from git URL
  3. Paste: https://github.com/GucioDevs/SimpleMinMaxSlider.git#upm (remember the #upm at the end)
  4. Let Unity do its thing
  5. Done.

Usage

Include namespace at the top of your script:

using GD.MinMaxSlider;

Code for the demonstration above:

[MinMaxSlider(0,10)] 
public Vector2 floatTest = new Vector2(2f, 8f);

[MinMaxSlider(0,10)]
public Vector2Int intTest;

Very simple and very handy!

View on GitHub
GitHub Stars99
CategoryCustomer
Updated13d ago
Forks25

Languages

C#

Security Score

80/100

Audited on Mar 17, 2026

No findings