- Home /
How can I have the player place waypoints instead of me in the editor?( Not Using NavMesh)
Okay so I am making a game where the player will be placing waypoints to make the playercharacter move to each point with just tapping the screen. I have it currently to where I can place the waypoints in the editor and have them referenced in the script to tell the playercharacter where to move to. But I have no idea how to implement it to where the person playing would be able to place the waypoints then in another screen (?) be able to just tap the phone screen to get the playercharacter to dash through the waypoints.
My only ideas are:
1) Have a UI interface over the initial level screen to place markers where you want your character to go. With this method though I am not sure how to fetch these waypoints and insert them in script.
2) Have the game go into a different GameState to place waypoints then go back to play the scene and tap to travel through. With this I cannot find enough information on GameStates to figure out if this is even possible.
I'm not looking for anything code specific I just need to know if this is even possible and if so what method was used to achieve it. Because I'm kinda stuck now and not sure where to look to get this. (Also I am not using NavMesh)
Thank you for reading,
-Ketsukimi
Your answer

Follow this Question
Related Questions
Cant Sync UI over UNET 0 Answers
Having an issue blocking UI taps from passing through the UI into a gameobject. 3 Answers
Player doesn't reach waypoint location 2 Answers
button to select what player shoots 0 Answers
Why isn't my health script working ? 3 Answers