Skip to content

Instantly share code, notes, and snippets.

View gabrielamelian's full-sized avatar

Gabriela Roque-Worcel gabrielamelian

View GitHub Profile
@AndreaCatania
AndreaCatania / difftool.py
Created June 4, 2023 18:44
UnrealEngine difftool executor
#!/usr/bin/python
## DESCRIPTION:
## This script is an utility that simplifies the UE-diff-tool usage via git.
##
## HOW IT WORKS:
## Git provides the possibility to use thirdparty tools to DIFF and MERGE the files.
## Unreal provides both tools for the binary `.uasset`.
## By following the SETUP section, you will be able to use the `git difftool -t UE_Diff`