Skip to content

Instantly share code, notes, and snippets.

@Buckminsterfullerene02
Created October 18, 2022 16:08
Show Gist options
  • Save Buckminsterfullerene02/aebbbc6cde0456a852197260656314c0 to your computer and use it in GitHub Desktop.
Save Buckminsterfullerene02/aebbbc6cde0456a852197260656314c0 to your computer and use it in GitHub Desktop.
Written by Spuds
cd %~1
del /s *.uexp, *.ubulk
for /r %%g in (*.uasset) do (
type NUL>%%~dpng.uasset
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment