- Home /
Question by
a_boy_with_hair · Feb 20, 2020 at 09:54 PM ·
mirrorflipmultiple objects
Can you mirror multiple gameobjects ?
Hi guys.
So I have this corridor here:
And I was wondering if one can mirror all of these objects so I don't have to literally create it again for the other side.
Thank you
mirror.png
(295.2 kB)
Comment
Best Answer
Answer by unity_ek98vnTRplGj8Q · Feb 20, 2020 at 11:33 PM
Make sure all of your objects are under a single parent object, then make a copy of it and set the scale of the new object to -1 for whatever axis you want to mirror it in
Your answer

Follow this Question
Related Questions
Using transform.localScale to flip object 1 Answer
Mirror flip using scale -1 3 Answers
Flip a render texture? 2 Answers
Reflection upside down? Unity 3.3.0f4 (63135) 1 Answer
How to invert culling for HDRP? 1 Answer