Skip to main content

RockTomate Update 1.1.5

· One min read
warning

RockTomate no longer ships Odin Serializer DLL. Instead, it includes its source code in its own assembly definition. Because of changes with Odin Serializer, the current version of RockTomate must be removed before importing a new one.

info

There should be no conflict with other Odin-based products in your project. Your existing Jobs won't be affected, but you should always backup your project before an upgrade.

General

  • Added
    Added support for Unity 2022.3
  • Added
    [Condition Editor Control] Can now selectively enable/disable each condition statement
  • Improved
    Updated Odin Serializer library (2024.2.27 - 3d90af7a)
  • Improved
    [Condition Editor Control] String comparison improvements. Can now compare the ordering of strings. For example (e.g. "A" < "B" would resolve to true)
  • Changed
    Api compatibility level now requires .NET 4.x or higher
  • Fixed
    Fixed a bug where creating variables of UnityScene type would cause errors
  • Fixed
    Fixed a runtime error that would happen when trying to open a Job asset file after upgrading Unity versions
  • Fixed
    Fixed an exception being thrown when variable bank editor window reloads after re-compilation
  • Removed
    Removed support for Unity 2018.4

Variables

  • Added
    [Variable Manager] Can now search variables
  • Added
    [Variable Bank Window] Can now search variables
  • Improved
    Improvements to array-based formulas
  • Fixed
    Fixed an error that would occur when opening array editor
  • Fixed
    Fixed a bug when interpolated macros would resolve to System.String[] instead to an actual value. It will now interpolate the 1st item in an array instead.

Steps

  • Added
    [Run Executable] Added StandardOutput and ErrorOutput output fields to pipe process error/output back to RockTomate
  • Improved
    [Set Variable] Improved variable assignment
  • Fixed
    [Print] Fixed a bug when "Print to Console" option wasn't working properly
  • Removed
    [Build Asset Bundle] Removed Deterministic field as it's no longer being used

Macros