UndoPro icon indicating copy to clipboard operation
UndoPro copied to clipboard

UndoPro is a command-based undo system integrated into Unity's default system. This allows devs to use actions for their undo/redo operations without forcing the user into a new undo-workflow!

Results 2 UndoPro issues
Sort by recently updated
recently updated
newest added

My usage is like this: ![image](https://user-images.githubusercontent.com/8108912/106710513-03e98b80-6631-11eb-9247-43160fd476c0.png) then it gives me an error on here: ![image](https://user-images.githubusercontent.com/8108912/106710604-29769500-6631-11eb-8cdc-21b40068732b.png) error is: **ArgumentException: The number of generic arguments provided doesn't equal the arity of the...

UnityEditor.Undo.GetRecordsInternal change to ,pls fix