Search Unity

Bug Bolt event with incorrect arguments gives ambiguous error

Discussion in 'Visual Scripting' started by ulyssesp, Nov 11, 2020.

  1. ulyssesp

    ulyssesp

    Joined:
    Feb 4, 2013
    Posts:
    10
    If the incorrect number of arguments are sent to a custom trigger, this is the error that occurs. While it is the correct code error, the Bolt graph editor doesn't show any errors, and clicking the line number in the editor does nothing.

    Latest version of bolt, 2020.1.11

    upload_2020-11-11_0-3-3.png
     
  2. ulyssesp

    ulyssesp

    Joined:
    Feb 4, 2013
    Posts:
    10
    Also this one happens when it's a Vector 3 and a float connected to a Multiply. It'd be really handy to auto-convert from float to vector in the same way VFX graph does.

    upload_2020-11-11_0-27-11.png