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

Support VCS from project generator #5

Open
robojumper opened this issue Apr 25, 2020 · 0 comments
Open

Support VCS from project generator #5

robojumper opened this issue Apr 25, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@robojumper
Copy link
Member

robojumper commented Apr 25, 2020

The project generator should:

  • Create a .gitignore file containing

    • the Script/ folder (contains successfully compiled scripts, output files)
    • the ModShaderCache (contains processed shaders, output files)
    • the .code-workspace file (contains machine-dependent absolute paths to SDK)
  • There should be additional tasks to

    • (XCom-SDK-GenerateWorkspace) Create a .code-workspace file locally with the correct paths
    • (XCom-SDK-UpdateContent) Update the local Content folder with up-to-date contents (perhaps as part of other tasks too)
  • There should be a way to install a git pre-commit hook that automatically invokes XCom-SDK-UpdateContent in order to avoid forgetting to commit changes to .upks

@robojumper robojumper added the enhancement New feature or request label Apr 25, 2020
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

1 participant