Unity Mulligan Renamer Versions Save

Mulligan Renamer tool for the Unity Editor allows for quick and safe renaming of many assets and gameobjects at once

v1.6.0

5 years ago

Fixes in Version 1.6.0

Features

  • Issue #195 - Added new operation, "To Camel Case", which allows for capitalizing first letters of words
  • Issue #194 - Add checkbox to change the case of only the first letter in the "To Upper or Lowercase" (formerly "ChangeCase") operation
  • Rename "Modify/ChangeCase" to "Modify/To Upper or Lowercase" to disambiguate with "To Camel Case"

Bugfixes

  • Issue #193 - Upgraded API for 2018.3
  • Issue #191 - Removed unused field to remove warning
  • Issue #192 - Fix issue where a Mulligan label style may have infiltrated other windows

v1.6.0b3

5 years ago

Beta release candidate 3 for version 1.6.0.

This version maintains backwards compatibility with versions before 2018.3

Fixes in Version 1.6.0

Features

  • Issue #195 - Added new operation, "To Camel Case", which allows for capitalizing first letters of words
  • Issue #194 - Add checkbox to change the case of only the first letter in the "To Upper or Lowercase" (formerly "ChangeCase") operation
  • Rename "Modify/ChangeCase" to "Modify/To Upper or Lowercase" to disambiguate with "To Camel Case"

Bugfixes

  • Issue #193 - Upgraded API for 2018.3
  • Issue #191 - Removed unused field to remove warning
  • Issue #192 - Fix issue where a Mulligan label style may have infiltrated other windows

v1.6.0b2

5 years ago

Beta release candidate 2 for version 1.6.0

This simply adds the version string to the previous release.

Fixes in Version 1.6.0

Features

  • Issue #195 - Added new operation, "To Camel Case", which allows for capitalizing first letters of words
  • Issue #194 - Add checkbox to change the case of only the first letter in the "To Upper or Lowercase" (formerly "ChangeCase") operation
  • Rename "Modify/ChangeCase" to "Modify/To Upper or Lowercase" to disambiguate with "To Camel Case"

Bugfixes

  • Issue #193 - Upgraded API for 2018.3
  • Issue #191 - Removed unused field to remove warning
  • Issue #192 - Fix issue where a Mulligan label style may have infiltrated other windows

v1.6.0b1

5 years ago

Beta release candidate 1 for version 1.6.0

Fixes in Version 1.6.0

Features

  • Issue #195 - Added new operation, "To Camel Case", which allows for capitalizing first letters of words
  • Issue #194 - Add checkbox to change the case of only the first letter in the "To Upper or Lowercase" (formerly "ChangeCase") operation
  • Rename "Modify/ChangeCase" to "Modify/To Upper or Lowercase" to disambiguate with "To Camel Case"

Bugfixes

  • Issue #193 - Upgraded API for 2018.3
  • Issue #191 - Removed unused field to remove warning
  • Issue #192 - Fix issue where a Mulligan label style may have infiltrated other windows

v1.5.0

5 years ago

Beta release candidate 1 for version 1.5.0

Fixes in Version 1.5.0

Features

  • Issue #89 - Operation sequences can be saved and loaded as Presets
  • Issue #20 - Add Count By Letter operation
  • Issue #15 - Add Append String Sequence operation
  • Issue #180 - Allow prefixing on both Count operations
  • Issue #125 - Add prompt to ask for a review (sorry!)
  • Restore all fields when returning to the window

Bugfixes

  • Issue #177 - Fix width of 3rd column when using multiple rename operations
  • Issue #174, untasked - Improve behavior and appearance of the headers for the Rename Operations and Preview Panel
  • Issue #176 - Improve speed by moving game object validation out of GUI loop

v1.5.0b1

5 years ago

Beta release candidate 1 for version 1.5.0

Fixes in Version 1.5.0

Features

  • Issue #89 - Operation sequences can be saved and loaded as Presets
  • Issue #20 - Add Count By Letter operation
  • Issue #15 - Add Append String Sequence operation
  • Issue #180 - Allow prefixing on both Count operations
  • Issue #125 - Add prompt to ask for a review (sorry!)

Bugfixes

  • Issue #177 - Fix width of 3rd column when using multiple rename operations
  • Issue #174, untasked - Improve behavior and appearance of the headers for the Rename Operations and Preview Panel
  • Issue #176 - Improve speed by moving game object validation out of GUI loop

v1.4.1

6 years ago

Fixes in Version 1.4.1

Bugfixes

  • Issue #169. Fixes aesthetic issues with pro skin and Unity 2018.
  • Issue #163. Fixes issue where spritesheets with leading numbers failed to rename.
  • Issue #167. Greatly improves performance by moving rename preview calculation out of GUI loop.
  • Issue #161. Cleans up code a bit by moving Preview Panel into separate class.
  • Issue #141. Fixes issue where duplicate names failed to be calculated when duplicate was not in the rename group.
  • Issue #168. Cleans up soft crash by catching the operation failed exception when an object fails to rename.
  • Mark any SubAsset except for Sprites as invalid for rename as it will certainly fail. We will support subassets as necessary.

v1.4.0b1

6 years ago

Beta release candidate 1 for version 1.4.0

Fixes in Version 1.4.0

Bugfixes

  • Issue #169. Fixes aesthetic issues with pro skin and Unity 2018.
  • Issue #163. Fixes issue where spritesheets with leading numbers failed to rename.
  • Issue #167. Greatly improves performance by moving rename preview calculation out of GUI loop.
  • Issue #161. Cleans up code a bit by moving Preview Panel into separate class.
  • Issue #141. Fixes issue where duplicate names failed to be calculated when duplicate was not in the rename group.
  • Issue #168. Cleans up soft crash by catching the operation failed exception when an object fails to rename.

v1.3.0

6 years ago

Fixes in Version 1.3.0

Features

  • Improves performance when renaming lots of files. This was done by reworking the GUI to use manual layout functions.
  • Improves the look of the preview area. A new header scrolls independently from the contents, and dividers help visually separate the before and after columns.

Bugfixes

  • Fixes Issue #126, where renaming sprites in a spritesheet that would temporarily overlap would cause all sprites to share the same name. This happened most when changing from 0 based naming to 1 based naming.
  • Fixes Issue #159. Removing Symbols will no longer remove whitespace. Added a Remove Whitespace option.

v1.3.0b1

6 years ago

First Beta candidate release for version 1.3.0.

Fixes in Version 1.3.0

Features

  • Improves performance when renaming lots of files. This was done by reworking the GUI to use manual layout functions.
  • Improves the look of the preview area. A new header scrolls independently from the contents, and dividers help visually separate the before and after columns.

Bugfixes

  • Fixes Issue #126, where renaming sprites in a spritesheet that would temporarily overlap would cause all sprites to share the same name. This happened most when changing from 0 based naming to 1 based naming.
  • Fixes Issue #159. Removing Symbols will no longer remove whitespace. Added a Remove Whitespace option.