ディープリンクとは、アプリケーションの外にあって、ユーザーをアプリケーション内の特定の場所に遷移させる URL リンクです。ユーザーがアプリケーションのディープリンクをクリックすると、オペレーティングシステムが、指定された場所 (例えば、特定のシーン) で Unity アプリケーションを開きます。ディープリンクに関する詳細とその使用方法については、ディープリンク を参照してください。
Before you can process deep links, you need to configure your application to react to them. This section contains instructions on how set up deep links for Universal Windows Platform.
To enable deep linking for a Universal Windows Platform (UWP) application, add a custom URI scheme. To do this:
unitydl
.これで、unitydl://
で始まるリンクをデバイスが処理するたびに、UWP アプリケーションが開かれるようになりました。
After you enable deep links for Universal Windows Platform, the way that you use them is platform-agnostic. For information on how to handle deep links when your application opens, see Using deep links.