summaryrefslogtreecommitdiff
path: root/editor/icons/SceneUniqueName.svg
AgeCommit message (Collapse)Author
2022-09-05Optimize and fix the scene unique name iconJummit
This also makes it display correctly when using a light theme.
2022-04-25Implement Scene Unique Nodesreduz
Implements https://github.com/godotengine/godot-proposals/issues/4096 * Nodes can be marked unique to the scene in the editor (or via code). * Unique nodes can be accessed via the **%** prefix at any point in the path. From that point in the path (depending on whether the scene of the path is), the unique node will be fetched. * Implementation is very optimal, as these nodes are cached.