Skip to content

Instantly share code, notes, and snippets.

View DigitalMachinist's full-sized avatar
💫

Jeff Rose DigitalMachinist

💫
View GitHub Profile
@DigitalMachinist
DigitalMachinist / find_useless_resources_unity.sh
Last active February 18, 2018 00:14 — forked from ProGM/find_useless_resources_unity.sh
A useful script to identify Unity resource that are not referenced in the project
#!/bin/bash
GREEN='\033[0;32m'
RED='\033[0;31m'
YELLOW='\033[0;33m'
NC='\033[0m'
if [ -z "o1" ]
then
root="./"