Godot Version
4.3.dev6
Question
Is there a way to retrieve the current path of a node in the scene tree?
class_name Player
extends CharacterBody2D
func _ready() -> void:
# get the path of this node in the scene tree
#var tree_path := "root/World/Player"