playMaker

Author Topic: Ingame scene changing?  (Read 2388 times)

SKaterSam

  • Playmaker Newbie
  • *
  • Posts: 14
Ingame scene changing?
« on: November 18, 2012, 11:14:46 PM »
I can't see to find out how to switch scenes though Playmaker. If you know how to please tell me. Thanks!
« Last Edit: November 19, 2012, 12:15:14 AM by SKaterSam »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Ingame scene changing?
« Reply #1 on: November 19, 2012, 12:22:02 AM »
Hi,

 You can use the following:

"Load level" and "Load Level Num"

bye,

 Jean

SKaterSam

  • Playmaker Newbie
  • *
  • Posts: 14
Re: Ingame scene changing?
« Reply #2 on: November 19, 2012, 01:22:23 AM »
Hi,

 You can use the following:

"Load level" and "Load Level Num"

bye,

 Jean
I don't really understand this answer, so could someone be a bit clearer?
« Last Edit: November 19, 2012, 01:40:41 AM by SKaterSam »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Ingame scene changing?
« Reply #3 on: November 19, 2012, 04:59:31 AM »
Hi,

 In Unity, each scenes you create is saved in your project folder, you then add each of the scenes you want in your publish settings.
http://docs.unity3d.com/Documentation/Manual/PublishingBuilds.html

 and in your game Logic, you use "load level" and input the name of the level you want to load or "Load Level Num" and select the index of the scene as they are listed in your publish settings.


Is this describing better where you struggling understanding how it works?

bye,

 Jean