Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I have made a ContentPipeline for your SpriteFactory. #10

Open
shmellyorc opened this issue Aug 28, 2021 · 3 comments
Open

I have made a ContentPipeline for your SpriteFactory. #10

shmellyorc opened this issue Aug 28, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@shmellyorc
Copy link

Hello, I have made a custom pipeline for your sprite factory. You may have to change the namespace BUT it is working. For this to work make sure to use https://www.nuget.org/packages/MonoGame.Framework.Content.Pipeline/ that uses monogame 3.8.0.1641.

IF you are using .net core, make use to make a class library of netstandard 2.0 and had these files inside it. Make sure to add your dll AND newtonsoft json dll to the content pipeline app. Reason json.net because it converts your json to spritefactory.

Important Info: you will have to edit SpriteFactoryWriter "GetRuntimeReader" and "GetRuntimeType" to your own namespace.

here are the files:
SpriteFactoryPipeline.zip

No need to credit me, pretty much is a CC0 1.0 License.

@shmellyorc shmellyorc added the enhancement New feature or request label Aug 28, 2021
@RamiMorrar
Copy link

Damn it. Was looking for something with 3.8.

@seclerp
Copy link

seclerp commented Dec 29, 2021

Hey @shmellyorc, why not make a pull request? It will be much simpler to review and follow some conversations regarding your implementation. That's a preferred OSS way, not sharing zip files.

@ghost

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants