Playmaker Forum

PlayMaker News => General Discussion => Topic started by: mohvisuals on April 27, 2012, 03:50:20 PM

Title: Click driven slide show for ios
Post by: mohvisuals on April 27, 2012, 03:50:20 PM
I need to create a click-able slide show for ios with a previous and next button. I need to jump from an augmented reality scene into a normal scene. I've achieved this through a level load action.

Once I cut to the orthographic camera my approach is to cut to different scenes and essentially call up levels of static images. Another idea was to cut to a different camera. Are these reasonable approaches?




Title: Re: Click driven slide show for ios
Post by: Alex Chouls on April 30, 2012, 12:43:14 AM
Seems fine to me. Cutting to different cameras, or showing/hiding objects might be easier to implement since you can keep the GUI FSM around the whole time. Control flow can get tricky when loading scenes since Unity resets all objects in the scene (including PlayMakerFSMs) even if they use DontDestroyOnLoad. But it shouldn't be too bad for 2 scenes (AR Scene + Slideshow Scene).