Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Introducing the uScript Visual Scripting Tool for Unity!

Discussion in 'Assets and Asset Store' started by uScript, Apr 6, 2011.

  1. Shaba1

    Shaba1

    Joined:
    Jan 21, 2010
    Posts:
    63
    is not your logic flawed in the compare int node. You have one choice that is less than or equal to and other that is greater than or equal to. In most cases this will not be a problem but in the chase that the int is EQUAL TO 3 exactly the node will not know what to do becasue two of its conditions are fulfilled.
     
  2. MoribitoMT

    MoribitoMT

    Joined:
    Jun 1, 2013
    Posts:
    301
    Hi,

    I look for an asset that I can visualize my own scripts ( my own C sharp classes and interactions ). So, I do not want to create visual scripts, I just want to keep writing my codes in monobehaviour but I want to visually see their sequences, interactions, behaviours with each others, etc..

    Can this asset do this ? or Does it for only creating brand new visual scripts and actions ?

    Regards.
     
  3. uScript

    uScript

    Joined:
    Feb 20, 2011
    Posts:
    232
    Hello MoribitoMT,

    Unfortunately, uScript can't import and view any old C# script (it actually stores the diagram/flowchat as binary data and only exports C# code).

    Let us know if this answers your question.
     
    MoribitoMT likes this.
  4. redmugstudios

    redmugstudios

    Joined:
    Dec 21, 2016
    Posts:
    60
  5. uScript

    uScript

    Joined:
    Feb 20, 2011
    Posts:
    232
    Thank you for the report. Fix available soon on that thread and then new build in the next couple of days.