Enable CelestialVault + DaySequence plugins (night sky / star rendering)

Pairs with ralpha f18a7095d: the night-sky handlers control a
CelestialVaultDaySequenceActor via reflection, which only exists when the
CelestialVault plugin is loaded. Without these enabled, set_night_sky rendered
a black frame. DaySequence is CelestialVault's time-of-day dependency.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
jamestagg 2026-06-08 04:34:28 -07:00
parent 6195588a71
commit 244d20e67e
1 changed files with 8 additions and 0 deletions

View File

@ -89,6 +89,14 @@
{
"Name": "MetaHumanCharacter",
"Enabled": true
},
{
"Name": "DaySequence",
"Enabled": true
},
{
"Name": "CelestialVault",
"Enabled": true
}
]
}