Clarify difference between Godot's scene instancing and hardware instancing

- Link to tutorial about instancing scenes by code in Creating instances
  (and link the other way around too).
This commit is contained in:
Hugo Locurcio
2025-02-05 11:23:25 +01:00
parent 3e61c1026b
commit 7d34e4e42e
2 changed files with 13 additions and 0 deletions
@@ -6,6 +6,10 @@ Nodes and scene instances
This guide explains how to get nodes, create nodes, add them as a child, and
instantiate scenes from code.
.. seealso::
Check the :ref:`doc_instancing` tutorial to learn about Godot's approach to scene instancing.
Getting nodes
-------------