made a fully featured custom level chunk editor using only default plugins and events. creating and reading JSON strings for creating levels chunks, all done using the default JSON plugin that was introduced quite recently.
it was all done to create procedurally generated levels by stringing together prefab/pre-designed chunks, and since there isn't a C3 feature for creating prefabs in a similar fashion to Unity.