Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Frowen authored May 20, 2024
1 parent b51b8b6 commit c734d62
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# Mirage.Profiler

Network Profiler for [Mirage](https://github.com/MirageNet/Mirage) using the new [unity profiler package](https://docs.unity3d.com/Packages/[email protected]/manual/index.html)
Network Profiler for [Mirage](https://github.com/MirageNet/Mirage) using the new [unity profiler package](https://docs.unity3d.com/Packages/[email protected]/manual/index.html) (requires Unity 2021.3 or later)


Thanks to https://github.com/JesusLuvsYooh/MirrorNetworkProfiler for some reference code.
Expand All @@ -14,7 +14,10 @@ Thanks to https://github.com/JesusLuvsYooh/MirrorNetworkProfiler for some refere

## How to install

Add Required package: `"com.unity.profiling.core": "1.0.2"` if using package manager this will be done automatically
Add Required package: **Unity Profiling Core API**
- If Installing Mirage Profiler via package manager this prerequisite will be added automatically.

![image](https://user-images.githubusercontent.com/9826063/205904431-f371c605-4bd3-4bb5-bd44-b9d6d5a2f17e.png)

### Unity package manager (Mirage only)
use package manager to get versions easily, or replace `#v1.0.3` with the tag, branch or full hash of the commit.
Expand All @@ -26,7 +29,7 @@ use package manager to get versions easily, or replace `#v1.0.3` with the tag, b
```
#### Mirror
```
"com.james-frowen.mirage-profiler": "https://github.com/James-Frowen/Mirage.Profiler.git?path=/Assets/Mirage.Profiler#v1.1.0-mirror.5",
"com.james-frowen.mirage-profiler": "https://github.com/James-Frowen/Mirage.Profiler.git?path=/Assets/Mirage.Profiler#v1.1.0-mirror.12",
```

### Unity package
Expand Down

0 comments on commit c734d62

Please sign in to comment.