Windows Store: Profiler
You can connect Unity's profiler to running Windows Store Application.
Perform the following steps:
- Build Windows Store App Visual Studio solution from Unity.
- After opening the solution, open Package.appxmanifest->Capabilities
- Enable Internet (Client & Server)
- Enable Private Networks (Client & Sever)
- Build and run the application
- If you've checked Autoconnect Profiler checkbox, the profiler should connect automatically to Windows Store App, if not - you have to explicitly pick it in Unity (Window->Profiler->ActiverProfiler), for ex., MetroPlayerX86 (MyDevice)
Note: Due Windows Store Apps restrictions, you won't able to connect profiler if the application is running on the same machine. For ex., if you're running Unity editor and Windows Store App on the same PC, you won't able to connect. You have to run Unity editor on one machine, and Windows Store App on another machine.
Page last updated: 2013-07-03