Browse Source

Merge pull request #1923 from janvanhoudt/master

Prefabs are a Unity concept.
Rémi Verschelde 6 years ago
parent
commit
8be61231b9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      getting_started/step_by_step/instancing_continued.rst

+ 1 - 1
getting_started/step_by_step/instancing_continued.rst

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