This commit is contained in:
Alex Thibodeau 2024-05-16 12:47:17 -04:00 коммит произвёл GitHub
Родитель 037c0181ff
Коммит 6816e353cc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -15,7 +15,8 @@ Before:
![Before Unity Mixed Callstack](https://raw.githubusercontent.com/mderoy/UnityMixedCallstack/master/Images/csb.png)
After:
![After Unity Mixed Callstack](https://raw.githubusercontent.com/mderoy/UnityMixedCallstack/master/Images/cs.png)
![After Unity Mixed Callstack](https://raw.githubusercontent.com/mderoy/UnityMixedCallstack/master/Images/cs.png)
## Get started
@ -23,7 +24,6 @@ After:
* You must be using the 4.6 Mono Runtime.
* Only available for Unity 2018.2 and later.
* Only works with internal source builds of the Editor.
* Older versions of Visual Studio require an older version of the plugin. Version 2.6.1 was the last version with working support for Visual Studio 2019.
### Build from source