sprite factory Dlls missing?
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.
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.