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.
  2. Dismiss Notice

Question Tools to convert visual scripting scripts into c#?

Discussion in 'Visual Scripting' started by TheKrazyDev, Nov 27, 2022.

  1. TheKrazyDev

    TheKrazyDev

    Joined:
    Sep 8, 2021
    Posts:
    107
    I really love programming with visual scripting but it would be really handy if I had tool that could convert it to to c#. So I was wondering if there is like a asset store item or maybe some thing else? I know I could type it out my self but at that point why not just usec# from beginning.
     
  2. PanthenEye

    PanthenEye

    Joined:
    Oct 14, 2013
    Posts:
    1,763
    No such tool exists, but you can swap default naming scheme (in Preferences or Project Settings, I don't recall which one) to closer match the C# terms. Node names will look a lot like C# code alternatives, which makes it easier to translate to C# manually.
     
  3. vacantknight5

    vacantknight5

    Joined:
    Apr 2, 2019
    Posts:
    4
    uNode is probably what your looking for it can convert UVS to uNode scripts and then i can also convert VS graphs to c# scripts, so any visual scripting you do can be converted to c# script
     
    dleight, DryreL and TheKrazyDev like this.