playMaker

Author Topic: GetIOSDevice  (Read 1679 times)

klvo

  • Playmaker Newbie
  • *
  • Posts: 13
GetIOSDevice
« on: July 17, 2015, 03:38:47 AM »
This actions finds which iOS device is being used and returns a string with the name.

The name of each device can be found in Unity's Scripting documentation:
http://docs.unity3d.com/ScriptReference/iOS.DeviceGeneration.html

This action is based on the GetIPhoneGeneration action.

Cheers