XNAssets - Assets Management Library That Loads Raw Assets

What platforms are supported ?

All platforms that supported by MonoGame/FNA.

Can you add the option to turn off pre-multiplication of alpha?

It’s useless to me with pre-multiplied alpha :grin:

It’s already there, just not documented:

  assetManager.Settings.PremultiplyAlphaForTextures = false;
1 Like