Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Discussion Making a dialogue system in Visual Scripting

Discussion in 'Visual Scripting' started by longwinter25, Mar 8, 2023.

  1. longwinter25

    longwinter25

    Joined:
    Apr 7, 2020
    Posts:
    1
    Hello everyone! Current I am working on my graduation project and trying to make a game using Unity Visual Scripting. However, some things are clearly beyond me and I need some help. Now trying to trigger c# script events within Sript Graph, but I have no clue how to do it.
     
  2. PanthenEye

    PanthenEye

    Joined:
    Oct 14, 2013
    Posts:
    1,270
    Afaik, Visual Scripting does not support C# events. You either invoke a C# event in a C# method, then call that method in graph or write a custom C# node that does it.