Created
January 28, 2020 12:18
-
-
Save qapquiz/5ec288baf83676a760a80ec10d5dfc19 to your computer and use it in GitHub Desktop.
Unity Git Hooks -> There are three files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
ASSETS_DIR="$(git config --get unity3d.assets-dir || echo "Assets")" | |
# Remove empty assets directory | |
find "$ASSETS_DIR" -depth -type d -empty -delete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment