godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
91.55k stars 21.26k forks source link

Renaming functions in VisualScript doesn't work. (3.0) #8045

Closed novemberist closed 7 years ago

novemberist commented 7 years ago

Right now you can not rename user created functions in Visual Script through the UI. Renaming them in the "Members:" dialog makes them uneditable in the graph editor and trying to rename them in the resource tab in the inspector doesn't really seem to do anything.

steps to reproduce:

  1. create a visual script
  2. hit "+" to create a new function
  3. try to rename "new_function"
reduz commented 7 years ago

this is fixed now