Event initializationFailed
Event raised when GameFoundation failed its initialization. The provided exception is the reason of the failure.
Namespace: UnityEngine.GameFoundation
Assembly: solution.dll
Syntax
public static event Action<Exception> initializationFailed
Returns
| Type | Description |
|---|---|
| Action<Exception> |