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

Discuss: Routine Art Transfer Method #20

Open
cosmiccoincidence opened this issue Apr 10, 2023 · 1 comment
Open

Discuss: Routine Art Transfer Method #20

cosmiccoincidence opened this issue Apr 10, 2023 · 1 comment

Comments

@cosmiccoincidence
Copy link
Member

Summary

Discussion for how we're going to handle updating assets in the game repo (ss3d).

Problem

Currently with no method, if a contributor wanted to update a model in the game repo they would need to update it on this repo first then copy the file to the game repo.

This would essentially double the amount of work for art contributors and maintainers, which in the long run is not acceptable.

Solutions

  1. Automate the above process so that when a file gets updated here, GitHub Actions opens a PR on the have repo with the asset and auto merges it.

  2. Link the art repo to the game repo so that assets will only be stored here. (I think it may only allow linking the full repo, but should look into a way to blacklist certain files like duplicate assets, source files, documents, artwork)

Context

#11 should be completed before a solution for this is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants