Code Dumper is an editor package that collects source files into a single markdown dump with a symbol index. The package supports English and Russian UI language selection, while generated dump files stay in English for consistent output.
- Open
Window > Package Manager. - Click the
+button. - Select
Add package from git URL.... - Paste the Git URL of this package repository and confirm.
Example Git URL after publishing the repository:
https://github.com/RimuruDev/CodeDumper.git
- Open the Releases page of this package repository.
- Download the published
.unitypackagefile if one is attached to the release. - Import it through
Assets > Import Package > Custom Package....
If the release contains the package source instead of a .unitypackage, copy the CodeDumper folder into:
Assets/Plugins/AbyssMoth/
- Open
AbyssMoth/Code Dumper. - Choose the UI language in the window if needed.
- Set the source folder, output directory, file name, extensions, and filters.
- Run
Dumpto generate a markdown file with statistics, a symbol index, and the full file contents. - Use
AbyssMoth/Code Dumper Quick Dumpto run the saved settings without opening the window.
You can drag a folder from the Project window or Finder into the source and output path fields.
The package currently targets Unity 6000.3.6f1.
License: MIT