Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marwie authored Jun 18, 2022
1 parent faa2837 commit 95f2e74
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,35 +7,12 @@ With selective profiler you can choose individual methods to profile from Unity

## Features 🧬
- ### Select methods in the Unity Profiler to start or stop deep profiling, at any time! No domain reload or restart needed.

https://user-images.githubusercontent.com/5083203/174031025-ebc94e6c-f8fc-4589-a945-67e0a4574bae.mp4

- ### Mark methods or classes in your project to be always deep profiled without having to turn on Deep Profiling for your whole project.

https://user-images.githubusercontent.com/5083203/174031025-ebc94e6c-f8fc-4589-a945-67e0a4574bae.mp4

---


## Installation 💾
1)
<details>
<summary>Clone this repository and add OpenUPM to your project</em></summary>

To add OpenUPM to your project:

- open `Edit/Project Settings/Package Manager`
- add a new Scoped Registry:
```
Name: OpenUPM
URL: https://package.openupm.com/
Scope(s): com.needle
```
- click <kbd>Save</kbd>
</details>
2) Add the folder named "package" to your project in Package Manager via local file path ``"com.needle.selective-profiling": "file:path/to/cloned/repo/package"``).
3) That's it. Now you should be able to right click methods in profiler to add samples. You can find settings under ``Project Settings/Needle/Selective Profiler``
## How To Use 💡
Please open the <a href="https://github.com/needle-tools/selective-profiling/blob/main/package/Readme.md">Package Readme</a> for more information.

Expand Down

0 comments on commit 95f2e74

Please sign in to comment.