In the Edit menu of the Unity Editor you can see the single last action and single last undone action. Most of the time that spot will be taken by “Undo Selection Change”.
In Adobe software such as Photoshop there is History Panel that lists the last several actions. You can jump back and forth multiple steps and save snapshots.
I was on my way to create my own History Panel. Unfortunately after digging through the Unity Editor API I can’t find any suitable callbacks or a method that lists the undo stack.
Is it possible to create such a History Panel with the current API? Or should I file a feature request at the Feedback site? I’m not sure what such a feature request should contain, whether I should suggest the History Panel or API changes so we can make our own.