RockTomate Update 1.1.0
· One min read
General
- AddedAdded Event Manager - allows you to configure RockTomate to automatically run jobs if certain events happen (e.g. new asset gets imported into project)
- Added[Variable Manager] Persistent variables - persist variable values between job executions
- Added[Variable Manager] Added new variable type: "Version"
- AddedAdded support for Unity 2019.4
- AddedAdded support for Unity 2020.1
- AddedCan now run Job from the Inspector Window when it's selected
- Added[Job Editor Window] Can now quickly open previous Job files
- Added[Formula] Can now run multiple macros in a single formula (not just nested) using String Interpolation
- ImprovedRockTomate Jobs progress is now visible in the "Background Tasks" window (Unity 2020.1 or newer)
- Improved[Condition Editor Control] Minor GUI tweaks
- FixedFixed a bug when Unity would freeze when running a Job at random times
- Fixed[Step Browser Window] Fixed an error when double-clicking on a Step while Job Editor is not visible
- Fixed[Variable Bank Window] Fixed a bug when variables wouldn't be created correctly when Job Editor didn't have any Jobs to edit
- Fixed[Variable Manager Window] Fixed a bug when you couldn't drag first variable bank into "External" tab
Root Variables
- Added
%LibraryDir%
Macros
- Added
if() - Added
envar() - Added
asset_type() - Added
incr() - Added
decr()