Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: SKaterSam on November 18, 2012, 11:14:46 PM

Title: Ingame scene changing?
Post by: SKaterSam 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!
Title: Re: Ingame scene changing?
Post by: jeanfabre on November 19, 2012, 12:22:02 AM
Hi,

 You can use the following:

"Load level" and "Load Level Num"

bye,

 Jean
Title: Re: Ingame scene changing?
Post by: SKaterSam 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?
Title: Re: Ingame scene changing?
Post by: jeanfabre 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 (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