protocolName
A URI scheme to register the application as a default handler for.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Property
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public static string protocolName { get; set; }
Remarks
Windows uses URI schemes to launch the application when the user clicks hyperlinks that match the URI scheme. If you register the application as a URI scheme handler, then it also handles URI activation events. In the Editor, Unity displays this under File and Protocol Associations in UWP Player Settings. For information on Windows URI activation, see Microsoft's documentation.