basically the scene is a character acessing a computer, he interacts with the pc and then changes the scene for the desktop screen, but when it returns to the original scene the character goes to its original position and not close to the pc thar he acess to. how do i save his last position so when it returns he’s sided with the pc?
Hello Best,
Maybe you can store the X and Y position in a global variables before to change the scene and change the position at the beginning of the scene. Something like this:
1 Like
Instead of changing the scene, you can use the “Pause and start a new scene
” to start the second scene. When you’ve finished in the second scene, use the “Stop and go back to previous scene
” action:
If you use these, then the first scene will resume from where it was paused. There are no reset of variables or objects.
1 Like
that was the solution that chatgpt gave me, i’ve really tried but it didnt work out, probably because i did something wrong
it works ! thanks a lot