RockTomate Update 1.1.4
· One min read
warning
Due to the changes in the project hierarchy, the current version of RockTomate must be removed before the new one could be imported.
Your existing jobs will be unaffected.
info
You may notice that steps in your existing jobs will have a status of "Unknown". This is completely normal and will be gone after you run jobs at least once.
General
- AddedAdded support for Unity 2021.2
- Added[Editor] Disabling a Step now shows a warning message in Step Properties window. You can disable this behaviour in
Preferences > RockTomate > Show Step Disabled Warning - Added[Editor] Can now quickly open Step's .cs file from Step Properties window. This option is turned off by default and can be found in
Preferences > RockTomate > Show Step Script Field - Added[Editor] Added a scroll when dealing with large lists in variable list editor window
- Added[Job Session Console] Added a preference option to print Job Session console messages to Unity console window as well
- AddedCan now mark Steps' input fields as "sensitive", which hides their output value in log messagesThis feature is brand new so please still check your log messages that you share with public. If you think some sensitive info is still leaking please let me know.
- Improved[Editor] Miscellaneous performance and optimization improvements
- ChangedRockTomate now stores session data in "Library/RockTomateCache" directory
- Fixed[Job Editor] Fixed a bug when editing Job or its Step properties wouldn't mark it as dirty reliably
- DocsMacros Wiki on GitHub has been deprecated and is no longer being maintained. All content has been migrated to Macro References page.
- DocsSteps Wiki on GitHub has been deprecated and is no longer being maintained. All content has been migrated to Step References page.
Variables
- FixedFixed a bug when Variable Banks did not respect "keep persistent" setting and would save values regardless
Steps
- Added[Build Asset Bundles] Added a missing compression option:
Standard LZMA, which is now a default option - Improved[Build Player] Specifying file path in the
Output Pathfield will now override theFile Nameand won't append an extension. This was done to ensure backwards compatibility with older configurations made before version1.1.3 - Improved[Upload to Asset Store] Marked
UsernameandPasswordfields as sensitive - Fixed[Run Job] No longer fails when trying to run a "Loop" step in sub-Job
- Fixed[Run Job] Fixed a bug when step is marked as successful even if sub-job failed
- Fixed[Run Job] Fixed a bug when step is marked as failed if one of the steps in sub-job has failed but is marked as "suppressed"
- Fixed[Build Asset Bundles] Now correctly applies
Chunk BasedandUncompressedoptions to asset bundles
Macros
- Added