-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hello, I tried your method with P4V, but it seems like something isn't working. So, I opened my command line and tried the following code:
[CODE]
python.exe "C:\Users\Long\Documents\uasset-diff-main\unreal_diff_uassets.py" C:\Users\Long\Documents\uasset-diff-main\foldera\BP_Patient_3.uasset C:\Users\Long\Documents\uasset-diff-main\folderb\BP_Patient_3.uasset
[/CODE].
However, nothing happened. There's no error in the Unreal logs either, just the console log below:
[CODE]
Cmd: diff C:\Users\Long\Documents\uasset-diff-main\foldera\BP_Patient_3.uasset C:\Users\Long\Documents\uasset-diff-main\folderb\BP_Patient_3.uasset
[/CODE]
(I tried it in Unreal instances 5.3 and 4.26)
If you don't mind, could you make a short video demonstrating how to make it work on your machine