You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Manually copying a node's path by right-clicking it in the editor and selecting "Copy Node Path" will correctly copy the node's relative path to the clipboard. However, using the shortcut Ctrl + Shift + C will set the clipboard to a property path ("display/window/stretch/aspect", in my case). It appears to be the last modified property, or the last focused property.
Steps to reproduce
Modify a project settings property.
Close the project settings.
Use Ctrl + Shift + C on a node within a scene's tree.
OS Clipboard will contain the property path, rather than the node's path.
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered:
Godot version
3.5 RC6
System information
Windows 10
Issue description
Manually copying a node's path by right-clicking it in the editor and selecting "Copy Node Path" will correctly copy the node's relative path to the clipboard. However, using the shortcut Ctrl + Shift + C will set the clipboard to a property path ("display/window/stretch/aspect", in my case). It appears to be the last modified property, or the last focused property.
Steps to reproduce
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: