Skip to content

Commit 0d16df0

Browse files
Include video for CBP
1 parent b8e6aae commit 0d16df0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/getting_started/content_pipeline/content_builder_project.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ From MonoGame `3.8.5` we are making a new `Console Project Style` solution to mo
3131

3232
---
3333

34+
If you prefer, the MonoGame Foundation recorded a short video demonstrating how to get setup with the new Content Builder Project.
35+
36+
<div class="embeddedvideo">
37+
<iframe width="560" height="315" src="https://www.youtube.com/embed/QB43LgRmdNM/" title="New Content Builder Project - Getting Started" frameborder="0" allowfullscreen></iframe>
38+
</div>
39+
40+
---
41+
3442
## What is the ContentBuilder?
3543

3644
The `ContentBuilder` is a powerful tool that allows you to build game content (like images, sounds, fonts, and models) programmatically using C# code instead of manually configuring content files. Think of it as your own personal content pipeline that you control entirely through code!

0 commit comments

Comments
 (0)