language:unity:3-프로파일링
http://docs.unity3d.com/Documentation/Manual/Profiler.html
안드로이드 설정
호스트피씨와 테스트용 단말기 둘다 같은 무선에 있는게 연결하기 쉽다.
ADB 프로파일링 설정
난 가이드대로는 잘 안되고 ADB 설정까지 해야 프로파일러가 동작했다.
커맨드 상에서,
adb forward tcp:54999 localabstract:Unity-<bundle identifier here>
프로파일러에서 AndroidProfiler(ADB@127.0.0.1:54999)를 선택하면 나와줬다.
배치파일 example
set adtpath=e:\app\adt-x86-64\sdk\platform-tools set bundlename=com.arario.candybingo %adtpath%\adb.exe forward tcp:54999 localabstract:Unity-%bundlename% pause
language/unity/3-프로파일링.txt · 마지막으로 수정됨: 2024/04/23 22:44 저자 127.0.0.1