Andidy / engine-v2

1 stars 0 forks source link

Determine Solution for Binary Assets #25

Closed Andidy closed 2 years ago

Andidy commented 2 years ago

I need to figure out a solution for binary assets because my understanding is that GitHub by default is unreliable with binary assets and that they pollute the version history because Git doesn't diff binary files. Once this is determined, art assets and other binary assets can be moved into that system and integrated into the workflow.

Initial thoughts:

Andidy commented 2 years ago

closes #25 I determined the best solution right now is to have a separate private GitHub repo with git-lfs tracking for the asset files. This will be automatically cloned by setup.bat and updated with some other .bat file that hasn't been created yet.