playMaker

Author Topic: How to go a scene ?  (Read 4718 times)

plenoal152

  • Playmaker Newbie
  • *
  • Posts: 10
How to go a scene ?
« 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?

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7618
    • jinxtergames
Re: How to go a scene ?
« Reply #1 on: October 17, 2023, 02:19:56 PM »
Hi.
You can use Load Scene

plenoal152

  • Playmaker Newbie
  • *
  • Posts: 10
Re: How to go a scene ?
« Reply #2 on: October 17, 2023, 08:14:43 PM »
Thank you

plenoal152

  • Playmaker Newbie
  • *
  • Posts: 10
Re: How to go a scene ?
« Reply #3 on: October 19, 2023, 12:38:38 AM »
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.
« Last Edit: October 19, 2023, 12:40:42 AM by plenoal152 »

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7618
    • jinxtergames
Re: How to go a scene ?
« Reply #4 on: October 19, 2023, 07:48:24 AM »
Hi.
Are you loading additive or single.
its hard to say without more info (images / video)

plenoal152

  • Playmaker Newbie
  • *
  • Posts: 10
Re: How to go a scene ?
« Reply #5 on: October 19, 2023, 10:27:25 PM »
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
« Last Edit: October 19, 2023, 10:32:39 PM by plenoal152 »

plenoal152

  • Playmaker Newbie
  • *
  • Posts: 10
Re: How to go a scene ?
« Reply #6 on: October 19, 2023, 11:55:15 PM »
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

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7618
    • jinxtergames
Re: How to go a scene ?
« Reply #7 on: October 20, 2023, 04:34:17 AM »
Hi.
You might have something in don't destroy on load, but not as singleton and get 2 of those object

plenoal152

  • Playmaker Newbie
  • *
  • Posts: 10
Re: How to go a scene ?
« Reply #8 on: November 05, 2023, 12:20:23 AM »
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
« Last Edit: November 05, 2023, 01:00:28 AM by plenoal152 »

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7618
    • jinxtergames
Re: How to go a scene ?
« Reply #9 on: November 06, 2023, 07:45:24 AM »
why are you creating player on each scene, or is it code from an asset that does this?