ソースを参照

Clean instancing page recap

Recaps usually highlight what was learned in the previous section. Unity wasn't mentioned in the previous section. The ability to mass edit nodes was mentioned, but wasn't included in the recap.
James Reiati 6 年 前
コミット
043228f8e0
1 ファイル変更1 行追加2 行削除
  1. 1 2
      getting_started/step_by_step/instancing_continued.rst

+ 1 - 2
getting_started/step_by_step/instancing_continued.rst

@@ -9,8 +9,7 @@ Recap
 Instancing has many handy uses. At a glance, with instancing you have:
 Instancing has many handy uses. At a glance, with instancing you have:
 
 
 -  The ability to subdivide scenes and make them easier to manage.
 -  The ability to subdivide scenes and make them easier to manage.
--  A more flexible alternative to prefabs you might know from Unity (and much more powerful given that
-   instances can be nested).
+-  A tool to manage and edit multiple node instances at once.
 -  A way to organize and embed complex game flows or even UIs (in Godot, UI
 -  A way to organize and embed complex game flows or even UIs (in Godot, UI
    Elements are nodes, too).
    Elements are nodes, too).