
This plugin works in Unreal Engine 5 and supports both Windows and Mac platforms.
Description: Supports importing and exporting DataAssets to and from JSON files.
Usage: Right-click one or more DataAsset files in the Content Browser and select the plugin function from the context menu.
Plugin Features:
• Batch export DataAsset as JSON
• Batch import JSON from DataAsset
The plugin was created to address a practical workflow need: while version control (for example, SVN or Git) can roll back asset files, it is often cumbersome and not very intuitive.
This plugin allows DataAsset data to be backed up locally in JSON format, so that if a DataAsset in Unreal Engine is accidentally modified, the original data can be quickly restored by importing the JSON file.
It streamlines the process, enhancing efficiency in data management and protection.


