playMaker

Author Topic: How do you determine the Platform  (Read 2189 times)

gregmax17

  • Playmaker Newbie
  • *
  • Posts: 11
How do you determine the Platform
« 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.

Damian

  • 1.2 Beta
  • Full Member
  • *
  • Posts: 188
    • Permaximum Betty
Re: How do you determine the Platform
« Reply #1 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.

Sjones

  • Full Member
  • ***
  • Posts: 203
Re: How do you determine the Platform
« Reply #2 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.