Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 2.38 KB

File metadata and controls

43 lines (24 loc) · 2.38 KB
title What are custom content types?
description Content Builders and Processors can be customized to handle almost any content type.
requireMSLicense true

The game asset build process is controlled by Content Pipeline importers and content processors. When you press F5 (or dotnet build) to build a game created with MonoGame, the appropriate Content Pipeline importer and processor for each asset is invoked. Each asset then is automatically built into your game.

The flexibility of this process enables you to create and update game assets using a variety of digital content creation (DCC) tools. MonoGame supplies importers for several popular export formats supported by DCC tools, and also lets you develop custom importers for other formats.

In This Section