RockTomate Update 1.1.2
· One min read
info
This version introduces a new dependency: LibGit2Sharp
General
- AddedCan now run Jobs via shortcuts (Unity 2019.1 or newer)
- ImprovedMemory management improvements
- FixedFixed a bug when RockTomate's preferences could not be edited and
SerializedObject target has been destroyederror being printed all the time - FixedFixed a bug when formula icons wouldn't render properly (Unity 2020.1 or newer)
Job Editor Window
- AddedCan now open recent jobs when no job has been selected
- ChangedDisabled "Run This" option for Comment steps
- FixedFixed a bug when opening a Job wouldn't focus the window if it's already been opened before
Step Browser Window
- ImprovedImproved search algorithm
- FixedFixed a bug when step list items wouldn't render properly (Unity 2020.1 or newer)
Step Properties Window
- ImprovedField types that have generics (e.g.
List<string>) are now displayed correctly in tooltips
Variable Manager Window
- AddedCan now reorder variables
Variable Bank Editor Window
- AddedCan now reorder variables
Steps
- AddedRun Unit Tests (requires
com.unity.test-framework) - Added[Run Job] Added "Auto Run" option
- Added[Build Player] Added "Manual Cancel Fails Step" option (enabled by default). Cancelling building process manually will no longer mark Step as successful by default.
- Fixed[Print List] Fixed an issue when trying to print with an empty list would fail this Step
Macros
- Added
peel() - Added
is_git_repo() - Added
get_git_last_commit_hash() - Added
get_git_current_branch()
Root Variables
- Added
%ScriptableRuntimeVersion% - Added
%IsGitRepo% - Added
%GitLastCommitHash% - Added
%GitCurrentBranch%