Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-05 | Optimize and fix the scene unique name icon | Jummit | |
This also makes it display correctly when using a light theme. | |||
2022-04-25 | Implement Scene Unique Nodes | reduz | |
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. |