how to clone several game objects in a way that clone properties of one can be adjusted to match all others in scene view

后端 未结 8 869
执念已碎
执念已碎 2020-12-11 15:29

I asked How can I adjust shape/dimensions of one clone to affect all other clones in the scene view and the accepted answer was spot on. It could only clone one game object.

8条回答
  •  天涯浪人
    2020-12-11 15:58

    You should use events. Unity3d tutorials has a good, simple explanation: https://unity3d.com/learn/tutorials/topics/scripting/events

提交回复
热议问题