Hi,
Is it possible to rename a variable in a visual script without going through every instance and changing its name?
Thanks
Hi,
Is it possible to rename a variable in a visual script without going through every instance and changing its name?
Thanks
At the moment it is not possible.
You will need to find all variable occurrences in a graph and rename those by hand. You could use unofficial tool to help you find the variables like Node finder for unity visual scripting | Visual Scripting | Unity Asset Store.
Or use more risky ways(Strongly not suggested), by manually editing the graphs assets.
Thank you for the link, this tools is really useful!
You can double click on the variable and press F2 or Ctrl+F2