godot
godot copied to clipboard
Show custom class name in the remote inspector
Now, if a selected remote object has a script that sets the class_name, that will be used instead of the original name.
Tackles one of the points (
) from https://github.com/godotengine/godot-proposals/issues/11736 and also https://github.com/godotengine/godot-proposals/issues/10616.
Changes made.