Thank you for contributing! There's a lot that you can do to improve this project.
If you have an issue or suggestion, open an issue in Issues. Please try to use the templates provided for bugs and feature requests.
Use K&R
style when possible. For indentation, use tabs for indenting a line and spaces for indenting inside of a line.
Use PascalCase
for classes and methods, camelCase
for variables, and prefix an _
for private member variables.
Make sure your code compiles and runs correctly. Test out extracting and replacing assets within an asset bundle to make sure that it works.
When submitting a pull request, please try to follow the pull request template when creating a pull request.