playMaker

Author Topic: Change images based on device/resolution  (Read 3341 times)

jasperPT

  • Full Member
  • ***
  • Posts: 115
  • I am a VFX Animator teaching myself to make games
Change images based on device/resolution
« on: March 21, 2015, 05:46:35 AM »
So I am getting really close to finishing my game, but I am wondering what the best way to change things based on the device would be.

For instance on higher resolution devices like iphone 6 I need the camera to be in a slightly different position to the iphone 5 or ipad.
Or I also need certain ui elements to be smaller or larger based on the resolution.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Change images based on device/resolution
« Reply #1 on: April 21, 2015, 02:36:12 AM »
Hi,

You'll have to do this in your logic. you'll have several ways, one would be to use the GetIphoneGeneration custom action available on the Ecosystem.

 Bye,

 Jean