Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uhkayla/unityutils
Utilities I use for silly Unity things. Will add things as I create more.
https://github.com/uhkayla/unityutils
Last synced: about 1 month ago
JSON representation
Utilities I use for silly Unity things. Will add things as I create more.
- Host: GitHub
- URL: https://github.com/uhkayla/unityutils
- Owner: uhKayla
- License: mit
- Created: 2023-08-06T23:51:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-29T17:11:34.000Z (over 1 year ago)
- Last Synced: 2024-11-01T05:42:09.962Z (3 months ago)
- Language: Batchfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kayla's Unity Utils
Just a set of utility scripts I use for Unity things. Keeping them in this repo for convinience and like, being good about backup sort of things idk.
## UnityBackup.bat
Need to run this as admin to copy Unity directories that include .git folders for repos.
A robocopy script that excludes Unity-Specific directories and files for backups. Pretty much just a .gitignore for unity in a robocopy script for speed. It should show progress, and create a log file in the source dir, it should also dump the output of skipped files in the UI.