Releases: amelkor/Microsoft.Extensions.Hosting.Unity
Releases · amelkor/Microsoft.Extensions.Hosting.Unity
3.0.3
2.1.0-preview.6
Added
- Scoped MonoBehaviours
MonoBehaviour
prefabs registration by prefab name from ResourcesScriptableObjectConfiguration
as configuration source- hostBuilding event when the host is being built
StopManuallyAsync
method toHostManager
- Replace
Host
withUnityHost
to remove console lifetime that was preventing IL2CPP building on Windows
Updated
- make HostManager events public
2.1.0-preview.5
Added
- Scoped MonoBehaviours
MonoBehaviour
prefabs registration by prefab name from ResourcesScriptableObjectConfiguration
as configuration source- hostBuilding event when the host is being built
StopManuallyAsync
method toHostManager
Updated
- make
HostManager
events public - fix
RegisterScriptableObjectSingleton<T, TImpl>
T constraint
2.1.0-preview.4
Added
- Scoped MonoBehaviours
MonoBehaviour
prefabs registration by prefab name from ResourcesScriptableObjectConfiguration
as configuration source- hostBuilding event when the host is being built
StopManuallyAsync
method toHostManager
Updated
- make
HostManager
events public
2.1.0-preview.3
Added
- Scoped MonoBehaviours
- MonoBehaviour prefabs registration by prefab name from Resources
- ScriptableObjectConfiguration as configuration source
- hostBuilding event when the host is being built
Updated
- make HostManager events public