You've already forked com.unity.ide.cursor
mirror of
https://github.com/boxqkrtm/com.unity.ide.cursor.git
synced 2026-05-21 02:01:36 +00:00
com.unity.ide.visualstudio@2.0.16
## [2.0.16] - 2022-06-08 Integration: - Prevent ADB Refresh while being in safe-mode with a URP project - Fixed an issue keeping the progress bar visible even after opening a script with Visual Studio.
This commit is contained in:
6
Editor/COMIntegration/COMIntegration~/howtobuild.txt
Normal file
6
Editor/COMIntegration/COMIntegration~/howtobuild.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Direct style:
|
||||
cl /EHsc /std:c++17 COMIntegration.cpp /link Shlwapi.lib /out:"..\Release\COMIntegration.exe"
|
||||
|
||||
CMake style:
|
||||
cmake ../COMIntegration~ -B ./build
|
||||
cmake --build ./build --config=release -- /p:OutDir=..
|
||||
Reference in New Issue
Block a user