Pro Reverse Exporter: ScriptableObject to CSV
Export active ScriptableObjects back to a CSV table inside the Pro package.
Technical Features
- Resolves references back to ID keys: If a ScriptableObject references another asset, the exporter writes out the referenced asset’s unique ID key rather than a useless string (such as the asset type name), allowing you to re-import it cleanly.
- Un-serializes arrays and list fields back into semicolon-separated text formats.