This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
how would i make the cam center on 1 unit after its been creadted and teleported to a random spot? i have got no idea bout this one
after your "Move unit to" action, use pan camera to position of unit, or lock camera following unit if you want the camera keep following it.
so like this? btw this is my trigger
Camera - Pan the camera for player (Triggering player) to (Position of (Triggering unit)) over 1.0 seconds with Existing Velocity% initial velocity, 10% deceleration, and Do Not use smart panning
i did that and got a trigger error
@godakuma: Go
Probably Triggering Player or Triggering Unit doesn't exist. What kind of Event do you use? Paste the code please.
If the unit is created a few lines above, just change Triggering unit to Last Created Unit. Change Triggering Player to Owner of (Last Created Unit).
how would i make the cam center on 1 unit after its been creadted and teleported to a random spot? i have got no idea bout this one
after your "Move unit to" action, use pan camera to position of unit, or lock camera following unit if you want the camera keep following it.
so like this? btw this is my trigger
Camera - Pan the camera for player (Triggering player) to (Position of (Triggering unit)) over 1.0 seconds with Existing Velocity% initial velocity, 10% deceleration, and Do Not use smart panning
i did that and got a trigger error
@godakuma: Go
Probably Triggering Player or Triggering Unit doesn't exist. What kind of Event do you use? Paste the code please.
If the unit is created a few lines above, just change Triggering unit to Last Created Unit. Change Triggering Player to Owner of (Last Created Unit).