Table of Contents
This app is a basic VCC Listing handler to add packages from such listings to a unity project.
The aim is to provide the functionality needed to add remove and update such packages while not being encumbered by VRChat default VCC listings
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are appreciated. Please see CONTRIBUTING.md for more details.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This is an electron app so you need npm to do a build of it
To setup the environment
npm install
To cleanup before a build
npm run clean
To build the installer for the app
npm run dist
To just run the app
npm run start
To run the app with a test vcc url
npm npm start-vcc-test
GNU LGPL 2.1/ Please see LICENSE for information.
Codebase Link: https://vcc-loader.dev.novavoidhowl.uk
- VS Code, ide
- Pre-Commit, linting and error detection
- Github Copilot, Code gen + error/issue analysis