Bootstrap

Unity打包出来的APK应用如何判断是否是运行在安卓模拟器上面或者是真实的安卓手机上面

一、先编写测试代码

using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public 
;