|
Hello everyone, I have a question. I am completely finished creating a simple FPS game in Unity. I have a small issue, I don't know how to add a game objective. All I want to do is start at point "A" and get to point "B" and it's over. Does anyone know how I can do this? Thanks, Ethan
(comments are locked)
|
The question has been closed Jan 01 '12 at 08:23 PM by Statement for the following reason:
http://answers.unity3d.com/questions/200809/create-a-game-objective.html
|
Thats simple. Have a trigger colliders. When the player enters the trigger at the point A, tell the player ' go to point B'. Have a trigger at point B, where the player has got to go and when he enters the trigger over there, say that objective is complete. Use a sort of map or something to tell the player where to go. You can get the info about the OnTriggerFunction in the manual itself. Hope this helps!
(comments are locked)
|
|
Seems this is posted twice, but luckily the answers seem similar :-) http://answers.unity3d.com/questions/200809/create-a-game-objective.html
(comments are locked)
|
