hey im new to triggers i need help i have a trigger
Events:Game-map initialization
Actions:Camera-Make the camera look at and follow changeling (marine) [6.40,60.61]for player 1
Camera-apply camera 001 for player 1 over 0.0 seconds with existing velocity% initial velocity,0% deceleration,and Dont include target
my problem is the camera roates but follows the unit how do i get the camera to follow the unit facing the same way it started(the camera not unit)
you probably want "follow unit group with camera"
when you select it, it should say "follow for player 1 (Last Created Units) with the camera and clear current target"
change "Last Created units" to "Convert unit to unit group"
and then put your unit in there
then change "clear current target" to "Keep current target"
hey im new to triggers i need help i have a trigger
Events:Game-map initialization Actions:Camera-Make the camera look at and follow changeling (marine) [6.40,60.61]for player 1 Camera-apply camera 001 for player 1 over 0.0 seconds with existing velocity% initial velocity,0% deceleration,and Dont include target
my problem is the camera roates but follows the unit how do i get the camera to follow the unit facing the same way it started(the camera not unit)
bump
you probably want "follow unit group with camera" when you select it, it should say "follow for player 1 (Last Created Units) with the camera and clear current target" change "Last Created units" to "Convert unit to unit group" and then put your unit in there then change "clear current target" to "Keep current target"
Try running a periodic trigger that sets the rotation on the camera = to the facing angle of the unit
not sure if that will do the trick but you can try it.