📄️ Adding Third-Party Steps
Supported Plugins
📄️ Creating a Macro
In this guide, we'll create a macro that concatenates 2 strings into one.
📄️ Creating a Step
RockTomate has a flexible framework which allows you to create your own Steps and reuse them across different jobs with no hassle.
📄️ Running from CLI
You can also run RockTomate jobs from the command-line interface when you’re running Unity in batch mode.
📄️ Type Conversion
After formula resolves a value, RockTomate tries to do a conversion if target type and resolved type are not the same. It can do conversion simple as from string to int or as complicated as string[] to int.