From cb698566e8fc0aa83bea0f5c9238a8a6fd23023e Mon Sep 17 00:00:00 2001 From: Oli Date: Wed, 9 Apr 2025 15:17:42 +0100 Subject: [PATCH] Projucer: (MSVC) Add missing Unity binary location property --- .../Projucer/Source/ProjectSaving/jucer_ProjectExport_MSVC.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_MSVC.h b/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_MSVC.h index bf07daf77b..18ce0b809c 100644 --- a/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_MSVC.h +++ b/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_MSVC.h @@ -803,7 +803,8 @@ public: std::pair { Ids::vstBinaryLocation, &t.vstBinaryLocation }, std::pair { Ids::vst3BinaryLocation, &t.vst3BinaryLocation }, std::pair { Ids::aaxBinaryLocation, &t.aaxBinaryLocation }, - std::pair { Ids::lv2BinaryLocation, &t.lv2BinaryLocation } + std::pair { Ids::lv2BinaryLocation, &t.lv2BinaryLocation }, + std::pair { Ids::unityPluginBinaryLocation, &t.unityPluginBinaryLocation } }; const auto iter = std::find_if (properties.begin(),