LocalUnityEngine

val LocalUnityEngine: ProvidableRegistryLocal<UnityEngineFactory>

Provides access to the current UnityEngineFactory instance.

This static registry holds the UnityEngineFactory instance that is responsible for creating Unity Players within the application. It allows components to access and use the factory without the need for manual dependency injection or configuration.