DataConfig JSON Asset Book
DataConfig JSON Asset (DcJsonAsset
in short) is a UE plugin that does one particular thing:
Import JSON files into Unreal Engine as DataAsset
Notably features:
- Relaxed JSON parser that supports comments and trailing comma.
- Precise diagnostics on parse error.
- Batch import and reimport.
It's built on top of DataConfig, a serialization framework for Unreal Engine.
Getting Started
- Checkout our UE Marketplace page.
- See Tutorial for a quick guided tour.
- See Schema for supported JSON spec.
- See Changes for versioning history.