Merge pull request #2552 from regakakobigman/patch-1

Clarify that resources must be made unique
This commit is contained in:
Nathan Lovato
2019-06-25 09:56:49 +09:00
committed by GitHub
+3 -1
View File
@@ -105,7 +105,9 @@ much more bouncy. Because the instanced balls are based on the saved scene,
changes to that scene will affect all instances.
You can also adjust individual instances. Set the bounce value back to ``0``
and then in the ``Main`` scene, select one of the instanced balls. Set its
and then in the ``Main`` scene, select one of the instanced balls. Resources
like ``PhysicsMaterial`` are shared between instances by default, so we need
to make it unique. Click on the down arrow and select "Make Unique". Set its
``Bounce`` to ``1`` and press "Play".
.. image:: img/instancing_property.png