RockTomate Update 1.0.2
· One min read
General
- AddedCan now rename variables by double-clicking on them or through the context menu
- AddedCan now enable formulas for new fields by default
- AddedCan now disable system sound when Job finishes execution
- ImprovedError message shown if illegal characters are present in variable creation pop-up
- ImprovedInput field names is now auto-capitalized
- ImprovedMacro arguments now support single quotes
- ChangedMinimum version raised to 2018.4.0f1
- ChangedRockTomate's temp directory has been moved to Unity's "Temp" directory
- FixedFixed a bug when existing scripting define symbols would be overwritten
- FixedFixed a bug when a part of the macro argument would get removed if it either starts or ends with a quote
- FixedMoving RockTomate to a different directory no longer causes UI-related problems
- FixedCreating a directory named "RockTomate" no longer causes UI-related problems
- Fixed[Job Editor Window] Fixed an issue when toolbar buttons were clipping in Unity 2019.3 (new UI)
- Fixed[Job Editor Window] Fixed an issue when "Suppressed" column label was clipping in Unity 2019.3 (new UI)
- Fixed[Variable Manager Window] Fixed an issue when adding an empty variable bank would spam Job Session Log Window with errors
- Fixed[Variable Bank Window] Fixed a bug when the variable list wouldn't get updated if different variable bank is selected
- FixedExceptions are no longer thrown when trying to access "Run Job" step properties window
Root Variables
- Added
%CompileSymbols% - Added
%IsOnline%
Macros
- Added
contains(%array%, %item%)- checks if array contains an item - Added
pretty(%string%)- prettifies a string (adds space between capital letters) - Added
invert(%boolean%)- inverts a boolean - AddedOutput macro:
invert(%boolean%)- inverts a resultant boolean and saves it to a variable
Steps
- AddedNew Steps integration: Turbo Builder PRO
- AddedNew Steps integration: Turbo Switch PRO
- AddedNew Steps integration: Turbo Backup PRO
- AddedNew Steps integration: Maintainer
- Improved[Compile DLL] Now auto-creates a missing directory instead of throwing an arbitrary error
- Fixed[Upload to Asset Store] Fixed a bug when package would be corrupted