Version: 2018.3 (switch to 2019.1)
LanguageEnglish
  • C#

Undo.IncrementCurrentGroup

public static void IncrementCurrentGroup();

Description

Unity automatically groups undo operations by the current group index.

The current group is automatically incremented based on events eg. mouse down events, executing a menu item increments the current group. But sometimes it is necessary to manually group undo operations.

Did you find this page useful? Please give it a rating: