Skip to main content

RockTomate Update 1.0.1

· One min read

General

  • Added
    Now plays a system sound when Job has finished the execution when Unity isn't in focus
  • Added
    [Variables Window] Can now copy root variable values to the clipboard (both dynamic and non-dynamic)
  • Added
    [Variables Window] Root variables that resolve to array/list now show the first 20 items on the list. Copying to the clipboard will return all array items separated by a line.
  • Added
    [Job Editor Window] Now shows elapsed time while and after running a job
  • Added
    Added %WorkDir% root variable - resolves a current working directory of Unity
  • Improved
    Step property fields now properly updated when Step class is modified (e.g. adding or removing a new field etc.)
  • Fixed
    Included Job asset files no longer appear corrupted
  • Fixed
    Adjusted visuals to make UI more readable for dark theme users
  • Fixed
    Fixed a bug when OR Joining operator would always return true
  • Fixed
    Fixed an issue when RockTomate prevented Unity from compiling the game
  • Fixed
    Fixed a minor issue where the name of the Job would have "(clone)" appended to it when running through a dialog window
  • Fixed
    Fixed a bug when child step would get deselected after job changes are saved
  • Fixed
    Fixed a bug when it was possible to create new variables while the job was running
  • Fixed
    Fixed an exception being thrown when trying to update job metadata when no job is being edited
  • Fixed
    Fixed an exception being thrown when trying to start a job with an empty variable bank
  • Fixed
    Fixed a bug when maximizing any window would throw errors for other editor windows
  • Removed
    Removed unused DLL

Steps

  • Added
    New Step: WHILE Loop
  • Added
    New Step: Upload to Asset Store
  • Improved
    [Move File] Now asks for destination file path, allowing you to rename a file while moving it