Skip to content

Updated to correctly build in 2023. Adds a simple MinMax slider attribute to Unity. Supports Vector2 and Vector2Int.

Notifications You must be signed in to change notification settings

anthonyraudino/SimpleMinMaxSlider2023

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleMinMaxSlider for Unity

Updated for 2023 to correctly compile builds.

Installation

  1. Open package manager
  2. Add package from git URL
  3. Paste: https://github.com/anthonyraudino/SimpleMinMaxSlider2023.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!

About

Updated to correctly build in 2023. Adds a simple MinMax slider attribute to Unity. Supports Vector2 and Vector2Int.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%