-
Notifications
You must be signed in to change notification settings - Fork 256
Visual Diff
Krzysiek Justyński edited this page Oct 13, 2022
·
12 revisions
Visual Diff on Flow Asset is available since version 1.3.
It requires trivial changes in the engine code, so it's not available in launcher engine builds yet.
You can easily unlock this feature if you're compiling the engine from the source.
- Merge the aforementioned pull request.
- Open the
SFlowDiff
class, and uncomment its content. - Open the
FlowDiffControl
class, and uncomment its content. - Open the
AssetTypeActions_FlowAsset
class and uncommentPerformAssetDiff
method.
Got any questions? Discuss things related to the plugin on the dedicated Discord server.
- Overview
- Guides
- Legacy
- API
- Releases