Create a game objective.

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

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!

Seems this is posted twice, but luckily the answers seem similar :slight_smile: