Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: gregmax17 on September 19, 2012, 11:50:29 AM

Title: How do you determine the Platform
Post by: gregmax17 on September 19, 2012, 11:50:29 AM
How do I determine the platform my game is running on? I would like to know this so I can setup different controls/effects, etc depending if the user is on mobile or desktop.
Title: Re: How do you determine the Platform
Post by: Damian on September 19, 2012, 04:11:11 PM
How do I determine the platform my game is running on? I would like to know this so I can setup different controls/effects, etc depending if the user is on mobile or desktop.

Well its easy.
You do not use an mobile app on the desktop and other way around.
They are to different and also Unity 3D has an easy way to compile for different platform.
Title: Re: How do you determine the Platform
Post by: Sjones on September 19, 2012, 06:58:47 PM
its in the publishing options, you publish your game under 1 type at a time, as Damian said systems are too different to run each other on so you build for each system.