RE-SS3D / SS3D-Art

Art repository for Space Station 3D.
https://ss3d.space/
3 stars 9 forks source link

Discuss: Routine Art Transfer Method #20

Open cosmiccoincidence opened 1 year ago

cosmiccoincidence commented 1 year ago

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.

joaoburatto commented 1 year ago

https://github.com/RE-SS3D/SS3D/issues/1174 Created this issue to discuss that.