This commit is contained in:
Cameron 2023-11-30 14:28:45 -08:00 коммит произвёл GitHub
Родитель 74316cb0a2
Коммит 47b74bf574
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -32,7 +32,7 @@ The Visual Profiler is normally ingested as a Unity [package](https://docs.unity
![Package Manager Add](README/Images/PackageManagerAdd.png)
3. Paste *https://github.com/microsoft/VisualProfiler-Unity.git?path=/com.microsoft.mixedreality.visualprofiler#v3.3.0* into the text field and click `"Add"`
3. Paste *https://github.com/microsoft/VisualProfiler-Unity.git?path=/com.microsoft.mixedreality.visualprofiler#v3.4.0* into the text field and click `"Add"`
![Package Manager Paste](README/Images/PackageManagerPaste.png)
@ -40,7 +40,7 @@ The Visual Profiler is normally ingested as a Unity [package](https://docs.unity
5. Finally, add the VisualProfiler component to any GameObject in the Unity scene you wish to profile. The profiler is initially active and visible (toggle-able via the IsVisible property), but can be toggled via the enabled/disable voice command keywords (on Windows/UWP platforms only).
It is advised you use a specific release of the Visual Profiler package to ensure your project is locked to a stable release. Release version 3.0.0 is suggested in step three above. You can also pull another version, specific branch, or git commit hash by altering the URL as demonstrated below:
It is advised you use a specific release of the Visual Profiler package to ensure your project is locked to a stable release. Release version 3.4.0 is suggested in step three above. You can also pull another version, specific branch, or git commit hash by altering the URL as demonstrated below:
| Syntax | URL example |
|------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------|