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 Aug 16, 2022
1 parent 6405be5 commit 969360f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,16 @@ Thanks to https://github.com/JesusLuvsYooh/MirrorNetworkProfiler for some refere
Add Required package: `"com.unity.profiling.core": "1.0.2"` if using package manager this will be done automatically

### Unity package manager (Mirage only)
use package manager to get the latest version, or replace `#master` with the full hash of the commit.
use package manager to get versions easily, or replace `#v1.0.3` with the tag, branch or full hash of the commit.

branch:
**IMPORTANT: update `v1.0.3` with latest version on release page**
#### Mirage
```
"com.james-frowen.mirage-profiler": "https://github.com/James-Frowen/Mirage.Profiler.git?path=/Assets/Mirage.Profiler#master",
"com.james-frowen.mirage-profiler": "https://github.com/James-Frowen/Mirage.Profiler.git?path=/Assets/Mirage.Profiler#v1.0.3",
```
commit hash:
#### Mirror
```
"com.james-frowen.mirage-profiler": "https://github.com/James-Frowen/Mirage.Profiler.git?path=/Assets/Mirage.Profiler#bfb3edbf5b70cc91700ddcb434e8883019282b3e",
"com.james-frowen.mirage-profiler": "https://github.com/James-Frowen/Mirage.Profiler.git?path=/Assets/Mirage.Profiler#v1.1.0-mirror.5",
```

### Unity package
Expand All @@ -44,4 +45,4 @@ Download unity package from [release page](https://github.com/James-Frowen/Mirag
- [ ] Fix frames sometimes not lining up
- [ ] Add option to show message from multiple frames at same time
- [ ] Flexable width of table
- [ ] Multi-instance support for mirage (give option to pick which server/client NetworkDiagnostics uses)
- [ ] Multi-instance support for mirage (give option to pick which server/client NetworkDiagnostics uses)

0 comments on commit 969360f

Please sign in to comment.