From c734d6263e0a805325296a2eb49b4de27b6ceb95 Mon Sep 17 00:00:00 2001 From: James Frowen Date: Mon, 20 May 2024 16:05:09 +0100 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 95e97e1..f16ee46 100644 --- a/README.md +++ b/README.md @@ -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/com.unity.profiling.core@1.0/manual/index.html) +Network Profiler for [Mirage](https://github.com/MirageNet/Mirage) using the new [unity profiler package](https://docs.unity3d.com/Packages/com.unity.profiling.core@1.0/manual/index.html) (requires Unity 2021.3 or later) Thanks to https://github.com/JesusLuvsYooh/MirrorNetworkProfiler for some reference code. @@ -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. @@ -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