Class EditorActivateFromUrl
This class exposes an Activation Url field in the Unity Editor inspector. Use it to inject an activation url that will be used at start up in PlayMode.
Inherited Members
UnityEngine.Component.GetComponentInParent<T>(System.Boolean)
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: Unity.DigitalTwins.Identity.Runtime
Assembly: solution.dll
Syntax
public class EditorActivateFromUrl : MonoBehaviour
Remarks
The Activation Url will only be used in PlayMode.
Fields
ActivationUrl
Declaration
[SerializeField]
public string ActivationUrl
Field Value
Type | Description |
---|---|
String |