This request is kinda split into two halves as I'm not 100% sure how things work behind the scenes.
Mainly, it would be nice to have access to the non-bundle specific features of Vivify (such as "SetRenderingSettings" or "SetGlobalProperty") with out requiring the need for an included asset bundle.
Ideally, it would be even better if some of these features could get moved into Heck directly so that with only a Chroma suggestion or Noodle requirement, we can control any of global properties available in the base game assets.
Example: Using "SetGlobalProperty" to control the arc's highway clipping height would come in handy with a lot of Chroma custom environments.
{
"b": 0,
"t": "SetGlobalProperty",
"d": {
"properties": [{
"id": "_TrackLaneYPosition",
"type": "Float",
"value": 0
}]
}
},