Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
hi, i was wondering if i can rotate a unit? cuz if i want to make a cinematic, one guy looks at a tree, and the other one looks at the blacksmith, so, is there any way to rotate them? cuz rotating ALL of them with triggers is hard work
hi, i was wondering if i can rotate a unit? cuz if i want to make a cinematic, one guy looks at a tree, and the other one looks at the blacksmith, so, is there any way to rotate them? cuz rotating ALL of them with triggers is hard work
If it is a pre-placed unit you go to the man view (where you see the map and place units and stuff) then double click the unit, a box named "Unit Properties" will appear, then you will see a property saying "Facing(deg)". With that you can adjust each unit accordingly.
Otherwise, if the unit is created during runtime or it moves or does anything which involves changing rotation, you have to do it with triggers.
You can also select all units that you want to rotate, then hold "ctrl" and left-click somewhere on the map.
All units that you have selected will now look at that point.
(You can also hold the left mouse button and move your mouse over the map.)
That is the easiest option.
If you want to change their facing in-game, you can use the trigger "Unit - Make <unit> Face ..."
You can also select all units that you want to rotate, then hold "ctrl" and left-click somewhere on the map.
All units that you have selected will now look at that point.
(You can also hold the left mouse button and move your mouse over the map.)
That is the easiest option.
If you want to change their facing in-game, you can use the trigger "Unit - Make <unit> Face ..."
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.