Question by
jsy138_dragonflygame_com · Jan 26, 2018 at 02:44 AM ·
unity5bug report
Unity5.6.5p UnityEngine.iOS.DeviceGeneration.iPhoneX don't work
5.6.5p1 DeviceGeneration.cs file
public enum DeviceGeneration
{
...
iPhone8Plus = 38,
iPhoneX = 39,
iPhoneUnknown = 10001,
...
}
is bug?
if( UnityEngine.iOS.Device.generation == UnityEngine.iOS.DeviceGeneration.iPhoneX ) { ... }
above code is don't work
Comment
Your answer
Follow this Question
Related Questions
visual arterfacts when unity3d maximized from minimized state 0 Answers
Why is my C# code super slow!? 0 Answers
Undo.RecordObject doesn't record array 2 Answers
Unity playmode bug 0 Answers
Space Shooter: objects seem to be on a differnt plane 0 Answers