Undo.RevertAllInCurrentGroup

매뉴얼로 전환
public static void RevertAllInCurrentGroup ();

설명

Performs the last undo operation but does not record a redo operation.

This is useful when you want to simply revert the last performed action. In Unity the escape is commonly used to execute this function.