Skip to content

1.31.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Aug 19:08
· 75 commits to master since this release

1.31.0 (2021-08-22)

Bug Fixes

  • Moved StackTraceHelper to the Editor assembly (e2292ca)

Features

  • Added EditorGUILayoutHelper.DrawErrorMessage() (ff8c94e)
  • Added ICollection.AddIfMissing() extension method (6e8b360)
  • Added ListHelper.Empty() method (b8d29c0)
  • Added PlayModeSaver - utility that allows saving select component fields into edit mode (ac9b1fd)
  • Added StackTraceHelper.EnvironmentToUnityStyle() and AddLinks() methods (38d11e9)
  • Added string.IndexOfNth() extension method (741fbbe)
  • Refactored DrawHelpers and moved their methods to classes with more familiar names (262d982)