Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be πŸ“–

Export Diff

An asset by joymaxima
The page banner background of a mountain and forest
Export Diff hero image

Quick Information

0 ratings
Export Diff icon image
joymaxima
Export Diff

Compares two export presets and visualizes which files are exclusive to each, shared between both, or present in the project but missing from either.

Supported Engine Version
4.1
Version String
1.0
License Version
MIT
Support Level
community
Modified Date
8 hours ago
Git URL
Issue URL

Export Diff

A Godot 4 editor plugin that compares two export presets and visualizes which files are exclusive to each, shared between both, or present in the project but missing from either.


Features

  • Reads export_presets.cfg and lists all preset profiles automatically
  • Compares any two presets side by side
  • Groups files into four categories:
    • Only in Profile A β€” files exclusive to the first selected preset
    • Only in Profile B β€” files exclusive to the second selected preset
    • Common in both β€” files shared by both presets
    • In neither β€” files found in the project but not included in either preset
  • Displays results as a directory tree in the editor dock

Installation

  1. Download or clone this repository into your project's addons/ folder:
your_project/
└── addons/
    └── export-diff/
        β”œβ”€β”€ plugin.cfg
        └── plugin.gd
  1. Open your project in the Godot editor.
  2. Go to Project β†’ Project Settings β†’ Plugins.
  3. Find Export Diff in the list and set it to Enabled.

Usage

  1. Open your Godot project that has an export_presets.cfg file at the project root.
  2. In the left dock, find the Export Diff panel.
  3. Use the Profile A and Profile B dropdowns to select the two export presets you want to compare.
  4. Click Compare Presets.
  5. The tree view will populate with four categories. Expand any category to browse files by their directory structure.
  6. Click a file in the tree to print its full path to the Output console.

Requirements

  • Godot 4.x
  • A project with at least one export_presets.cfg file

plugin.cfg

[plugin]
name="Export Diff"
description="Compares two export presets and shows which files are exclusive, shared, or missing."
author="Joy Maxima"
version="1.0"
script="plugin.gd"

License

MIT License. See LICENSE for details.

Compares two export presets and visualizes which files are exclusive to each, shared between both, or present in the project but missing from either.

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
Export Diff icon image
joymaxima
Export Diff

Compares two export presets and visualizes which files are exclusive to each, shared between both, or present in the project but missing from either.

Supported Engine Version
4.1
Version String
1.0
License Version
MIT
Support Level
community
Modified Date
8 hours ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers