Skip to content

Instantly share code, notes, and snippets.

View NoahZuo's full-sized avatar

Noah Zuo NoahZuo

View GitHub Profile
@androidzhibinw
androidzhibinw / Unity-Profiler-Android.md
Last active November 8, 2023 01:43
Unity profiler for Android
  1. First you select development build for Android.(Build Settings-> Android -> check Develop Build box)

  2. Here is the guide from Unity doc: https://docs.unity3d.com/Manual/ProfilerWindow.html

  3. Before the 'adb forward' you should check the port(34999) first using: netstat -a -o -n | find "34999"

  4. Kill the process that alreay take the port "34999" using: taskkill /F /PID process_id

  5. adb forward --remove-all