Start point and Goals for Maze Game

Hello Everyone
i am beginner for using the unity.
may i ask about how make a start point and and a goal point for a maze game?
the start point just simple, for the player enter the start point, there will show out a screen: " Ready! 3 2 1!"
the goal point also simple, after the player complete playing the maze, the player will enter the goal point, and there will has a screen show out: " Congratulation!"
Thank you for your guys seeing my question.

Hello, and welcome to the forums. I suggest downloading one of the many free projects ( Unity Store ) that has some of the basic features you need. Then post some of that code so we can help ya adjust it and talk about it. Collecting scripts and looking over the code is a fast way to learn scripting.

Also give some more details about your game.

  • Is it 2Dor 3D ?
  • Is it all on one scene or do you need a scene change to player spawn thingy ?

Case your just needing some quick code examples, search in the doc’s or forum for Instantiate for spawning, and OnTriggerEnter() for the end point trigger.

My game is a 3D Maze game. And i need a scene to player spawn thingy