Skip to content

Instantly share code, notes, and snippets.

View AgitAngst's full-sized avatar

Nikolay Vasyukov AgitAngst

View GitHub Profile
@Madgvox
Madgvox / RandomizerWindow.cs
Last active March 17, 2022 23:08
Creates a Randomizer window for Unity 3D that allows for the modification of position, rotation, and scaling of selected objects.
/*
* Simple Attribute Randomizer
* Access via Tools/Randomizer
* @madgvox
*/
using UnityEditor;
using UnityEditor.AnimatedValues;
using UnityEngine;