Skip to content

Commit 578b12f

Browse files
committed
Merged main into live
2 parents 1c3599c + 5a6d314 commit 578b12f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/designers/model-editor.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ This document describes how to work with the Visual Studio **Model Editor** to v
1717

1818
You can use **Model Editor** to create basic 3D models from scratch, or to view and modify more-complex 3D models that were created by using full-featured 3D modeling tools.
1919

20+
> [!NOTE]
21+
> Visual Studio 2022 17.9.3 removed support for the Model Editor and MeshContentTask due to security concerns in the Autodesk FBX SDK. See [CVE-2023-27911](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2023-27911).
22+
2023
## Supported formats
2124

2225
The **Model Editor** supports several 3D model formats that are used in DirectX app development:

docs/designers/using-3-d-assets-in-your-game-or-app.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ Before you can deploy your 3D assets as part of your build, Visual Studio has to
3939
|3D Models|**MeshContentTask(.targets, .props)**|
4040
|Shaders|**ShaderGraphContentTask(.targets, .props)**|
4141

42+
> [!NOTE]
43+
> Visual Studio 2022 17.9.3 removed support for the Model Editor and MeshContentTask due to security concerns in the Autodesk FBX SDK. See [CVE-2023-27911](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2023-27911).
44+
4245
3. Choose the **OK** button.
4346

4447
## Include assets in your build

0 commit comments

Comments
 (0)