Hello! I’ve added an ambient light component to my game and I bumped into an issue. It seems when an ambient light component is inside a collection loaded with a collectionproxy it doesn’t work and the models appear black:
If the collection is bootstrapped directly it works as intended (and as it looks in the editor):
Interestingly, other light components, such as the directional one does work when loaded by a collectionproxy:
BUT, it doesn’t work with both a directional and an ambient light component loaded by a collectionproxy:
Ambient and directional work, however, if bootstrapped directly:
Any ideas what can cause this behaviour?
Minimal repro project: light_proxy_bug.zip (34.2 KB)




