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
- AddedAdded support for Unity 2022.3
- Added[Condition Editor Control] Can now selectively enable/disable each condition statement
- ImprovedUpdated 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 totrue) - ChangedApi compatibility level now requires
.NET 4.xor higher - FixedFixed a bug where creating variables of
UnityScenetype would cause errors - FixedFixed a runtime error that would happen when trying to open a Job asset file after upgrading Unity versions
- FixedFixed an exception being thrown when variable bank editor window reloads after re-compilation
- RemovedRemoved support for Unity 2018.4
Variables
- Added[Variable Manager] Can now search variables
- Added[Variable Bank Window] Can now search variables
- ImprovedImprovements to array-based formulas
- FixedFixed an error that would occur when opening array editor
- FixedFixed 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
StandardOutputandErrorOutputoutput 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
Deterministicfield as it's no longer being used
Macros
- Added
- Added