MonoGame.Extended icon indicating copy to clipboard operation
MonoGame.Extended copied to clipboard

sprite factory Dlls missing?

Open RamiMorrar opened this issue 3 years ago • 1 comments

I can't seem to find the sprite factory importer and processor the pipeline tool. does anybody know where they are?

I'm also missing the Extended.Content.Pipeline dll even though I have it installed through nuget package.

RamiMorrar avatar May 04 '21 08:05 RamiMorrar

I think you're running into the same issue I did.

You can see that the nuget package MonoGame.Extended.Animations is version 3.7.0 (nuget.org), while the MonoGame.Extended package (and the rest of the packages in the MonoGame.Extended family) are all version 3.8.0 (nuget.org)

I'm not sure what happened, but it appears as if the MonoGame.Extended.Animations package has been deprecated (3.7.0 being the final version), and its functionality has been rolled up into the main package (MonoGame.Extended). If this is the case, I wish they'd make a notice somewhere? @lithiumtoast @dylanwilson80 ?

I was getting errors when loading .sf files, probably the same as yours. Once I realized that I was referencing MonoGame.Extended.Animations 3.7.0, and 3.8.0 on the rest of the packages, and there wasn't a 3.8.0 version available - I uninstalled MonoGame.Extended.Animations entirely. My problems went away - everything works great now.

binarycow avatar Jul 16 '22 14:07 binarycow