DarkHaunt / RangeValue

Data type that can easy handle range in Unity inspector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:C# 100.0%