https://github.com/mitay-walle/randomextensions
Allow to get random item from Unity-Serialized Collections ( Array / List ), and random value from Vector2 ( as x = min, y = max ) and from Vector4 (as pair x = min1, y = max1, z = min2,w = max2)
https://github.com/mitay-walle/randomextensions
Last synced: 8 months ago
JSON representation
Allow to get random item from Unity-Serialized Collections ( Array / List ), and random value from Vector2 ( as x = min, y = max ) and from Vector4 (as pair x = min1, y = max1, z = min2,w = max2)
- Host: GitHub
- URL: https://github.com/mitay-walle/randomextensions
- Owner: mitay-walle
- Created: 2021-08-23T02:39:15.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-06T13:32:32.000Z (over 3 years ago)
- Last Synced: 2025-01-10T17:52:35.394Z (9 months ago)
- Language: C#
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RandomExtensions
Allow to get random item from Unity-Serialized Collections ( Array / List ), and random value from Vector2 ( as x = min, y = max ) and from Vector4 (as pair x = min1, y = max1, z = min2,w = max2)