your device does not match the hardware requirements of this application 遇到上面那个warning 跟了下 是vulkan create instance的时候 返回了VK_ERROR_LAYER_NOT_PRESENT 就是layer.so没找到 我就很confusing 奇怪的是 挂了snapdragon profiler launch的能跑 华为手机能跑 小米8 pro sanpdragon 845 跑不了 粉红色的…
Profiler在Editor模式就可以观看性能消耗,但是毕竟电脑配置高,跟手机真机环境还是有区别.实际开发中的优化还是推荐用真机测试. 因为IOS一般比Android手机的配置高,在Android平台做好优化一般在IOS也没太大问题,下面介绍Profiler连接Android真机调试. 一 Profiler监测Unity打出包来直接运行到手机上的程序 1 Android设备设置: 手机开启开发者模式和USB调试 2 Building Settings设置 ① 切换为Android平台 ② B…