Search Unity

Feedback [RELEASED] Automatt | Visual Scripting for editor automation

Discussion in 'Assets and Asset Store' started by Santennio, Jan 11, 2020.

  1. Santennio

    Santennio

    Joined:
    Jan 20, 2015
    Posts:
    7
    Hi! I'm working on Automatt, an editor automation plugin that let you visually create editor scripts to automate long or repetitive tasks.
    My company is currently using this asset in production with Jenkins to automate build, lightmaps and other tasks.

    AVAILABLE NODES:
    Integrations:
    →Send Slack Notification
    →Upload to Amazon S3
    →Git Commit and Push
    →Zip folder
    Actions:
    →Bake Scene Lightmaps
    →Switch to Scene
    →Switch Platform
    →Build Player
    →Build AssetBundle

    Sample 1: Build player, zip the output, upload the zipped folder to AWS S3 and notify team on Slack

    Sample 2: Bake Lightmaps, build player and notify team on Slack


    I'm looking for feedback and proposal before publishing the plugin.
    What kind of editor automations are you currently using?
    What automation would you like to have from this plugin?
     
  2. jGate99

    jGate99

    Joined:
    Oct 22, 2013
    Posts:
    1,945
    Awesome, looking fwd to it.
     
    Santennio likes this.
  3. Santennio

    Santennio

    Joined:
    Jan 20, 2015
    Posts:
    7
    New feature and submission!

    Hi everyone!
    After a series of tests I decided to simplifly how Automatt manages variables inside the graph.
    So I added a custom list of attributes to the Start Node.
    All attributes will also be visible from the Inspector when you select the graph.
    The idea here is to create reusable automations that are easy to customize and use also to non coders.

    VIDEO:


    My Company is currently using in production this graph here:

    Basically every day at least one of our 3D designer needs to build an asset bundle for three platforms and upload them to our servers, the Unity project may also change every day.
    With this graph they can do those tasks without waiting in front of the computer and make it run also when they're leaving the office, for each upload we receive a Slack notification so we can test the result.
    This graph is self contained into a single asset so it's super easy to share this automation between projects.

    SUBMISSION
    The package has been submitted to the Asset Store right now, the starting price of the plugin is 25$, the target price point will be around 50$ when more integrations and operators (if-then, while etc) are added to graphs.

    NEXT STEPS
    My schedule, right now is:
    - add operators (if-then, while)
    - add other integrations (Discord, email, IBM Object Storage upload, FTP)
    - create an extensive YouTube tutorial to use Automatt with Jenkins

    What do you think?
    What kind of editor automations are you currently using?
    What automation would you like to have from this plugin?
     

    Attached Files:

  4. Santennio

    Santennio

    Joined:
    Jan 20, 2015
    Posts:
    7
  5. Crossway

    Crossway

    Joined:
    May 24, 2016
    Posts:
    509
    I need to set password for some of inspector windows in my project (To avoid other group members change parameters suddenly) is that possible achieve such a thing with AutoMatt?
     
  6. Santennio

    Santennio

    Joined:
    Jan 20, 2015
    Posts:
    7
    Hi Crossway! No it is not possible to do this with AutoMatt, sorry!
     
  7. Jakub_Machowski

    Jakub_Machowski

    Joined:
    Mar 19, 2013
    Posts:
    647
    Looks great, but in my opinion few action is too smal number to encourage people that dont know how to code to buy it. I would with pleasure buy it even with double price if Only You will prepare here a much more number of action (like for example playmaker have) There is no other such as tool in unity so it for sure would be popular then.
     
  8. Santennio

    Santennio

    Joined:
    Jan 20, 2015
    Posts:
    7
    Hi! Sorry for the late reply! I'm planning to add other stuff very very soon!