rodrigodzf / Jack-Audio-For-Unity

Jack Audio support for Unity3d
MIT License
30 stars 7 forks source link

Fix issues with version control #3

Closed Schroedingers-Cat closed 6 years ago

Schroedingers-Cat commented 6 years ago

This PR fixes two issues causing versioning control errors.

Unignore Unity's meta files

The Unity sample project is missing essential meta-files. That means, if anybody clones this project, all asset references will be broken (scripts, audio files, mixer channels ...). When the user tries to recreate the references, values stored in referenced scripts are reset. This means the user cannot simply start the project and see how it works but is forced to first repair it. When you accept this PR, git should show you a lot of new meta-files. Just commit them and the project should work for everybody.

Serialize assets as text-file

Activating this option means Unity saves scene and config files as txt-files. These can be better merged, and diffed by git and humans, so setting this true has benefits.