- Home /
Question by
viperion · Jun 04, 2015 at 02:06 PM ·
scripting problem
Many move and rotate objects.
What many effective methods exist (30-80) for moving,rotating objects simultaneously? I've got a script which is an array. This array will contain many objects references. Transform [] array.
Void update() Foreach (g in array) g.translate() This code is syntactically invalid. This was my goal to have any idea how it is implemented it for me. In addition to the cycle method is more effective for this problem?
Comment
Your answer

Follow this Question
Related Questions
orienting player in one direction 1 Answer
Passing variables' values between two or more scripts 1 Answer
Need help with dialogue system script 0 Answers
Code not properly setting value to singleton C# Unity 4.6 0 Answers
After exporting my project from my PC to my laptop the physics of my game work differently. 1 Answer