Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: plenoal152 on October 17, 2023, 12:57:48 AM
-
The question is very simple, I have 10 scenes. In scene 1 there is a menu to go to any scene. How do you make it so that when you press a menu button you go to a scene?
-
Hi.
You can use Load Scene
-
Thank you
-
Hello, the LOAD SCENE works fine, but the problem is : when load scene the "TELEPORTING" ( VR Virtual Reality ) stops working. If the scene is open manually, it works. But if the scene is load by clicking the MENU, the TELEPORTING ( VR ) doesn´t works.
-
Hi.
Are you loading additive or single.
its hard to say without more info (images / video)
-
Hello, add an image where I show how I create the action.
When a person presses the menu button ( trigger action in a space ), they go to another scene. But the problem is that TELEPORTING VR stops working.
Don´t works ADITIVE and SINGLE
thank you
-
I add something important to the message I wrote a few minutes ago. I have realized that TELEPORTING does work but when another scene loads it changes to the left joystick (in the image you can see how the Joistick appears on the ground executing TELEPORTING). If you load the scene manually everything works fine. Thank you
-
Hi.
You might have something in don't destroy on load, but not as singleton and get 2 of those object
-
I found the problem. When another scene loads I have 2 players. I have tried destroying the first player but that makes nothing work. What I need is that when loading another scene, the player (primary of that new scene) take the control, and the old player disappears. Thanks
-
why are you creating player on each scene, or is it code from an asset that does this?