G
Guest
I am developing a small game in my spare time using .NET. I am curious about using assembly resources as the storage location for my game assets. It seems natural to embed models, textures, sounds, and other assets into the same assembly as the class that governs them. Would this be efficent? Where can I find information on how .NET utilizies assembly resources (not just how to access them from code, but how they work)?