Skip to content

DarkHaunt/RangeValue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RangeValue Unity

Data type that can easy handle range in Unity inspector

Demo Gif

Installation

  1. In Unity select menu Window -> Package Manager;
  2. Select "Add package from git URL";
  3. Insert https://github.com/DarkHaunt/RangeValue.git#package and wait for end;
  4. You can use Demo scene to quick try it by yourself;

Usage

This type defined in UnityRangeValue namespace:

using UnityRangeValue;

// ---

[SerializeField] private RangeValue _range;

// ---

_range.Rand();

About

Data type that can easy handle range in Unity inspector

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages