Hi,
I am having trouble scripting an Object to stop at the First Person Controllers location, stay there for around ~ 10 seconds, and then perform other actions.
I believe that it would be something along the lines of :
if (Object.position.x || Object.position.y == Player.position.x) {
Translate.transform??
}
I’m rather new to Unity and Scripting so any help would be appreciated.
Thank you.