Table of Contents

Adding Content

Learn how to add content to your game using the Content Pipeline.

A big part of your game is your content. This includes standard files like textures, sound effects, music, videos, and custom effects as well as custom content like level and enemy files.

MonoGame implements its own content pipeline for transforming your unoptimized assets into platform optimized content. This is critical in building a game which runs as fast as possible under tight resource constraints.

This section will cover the following topics: