Skip to content

Home

logo

Download from the Unity Asset Store | Download Pro Version from the Unity Asset Store

Discord Support | Mail Contact

ImaginationOverflow Universal Deep Linking plugin enables your games to use Deep Linking and Domain Association in iOS, Android, Windows (UWP), Standalone (Linux, Mac, and Windows), tvOS.

Deep Linking consists of using a uniform resource identifier (URI) that links to a specific location within a mobile app rather than simply launching the app." (Mobile deep linking @ Wikipedia)

Domain Association is a similar feature but instead of using custom URIs (mycustomuri://somecontent) it utilizes Web URIs (www.mydomain/somecontent) to directly open your games on a specific location

Each mobile platform has a specific name for this feature, iOS/tvOS calls it Universal Links, Android has its App links and Windows named it Uri handling, throughout this documentation we will refer the ability to associate a web URI with your game as Domain Association.

We will be using our game Sudoku Zenkai (iOS, Android, Windows and Steam) as a use case throughout this documentation. Anyone that purchases the plugin in entitled to a free Steam key to check a live example of this plugin usage, to get it just contact us on our Discord channel or via mail

Universal Deep Linking plugin enables your games to use Deep Linking on iOS, Android, Windows (UWP), tvOS, Windows, Mac, Linux and Steam (Linux, Mac, and Windows).

Currently, the plugin supports Domain Association to iOS, Android, Windows UWP (Mobile, Tablet, and Desktop) and tvOS.

Getting Started

  • How to Use
  • Configuring the Plugin
  • Testing

Domain Association

  • iOS
  • Android
  • Windows UWP (Windows Store Apps)

Steam Integration

  • Configuring the Plugin
  • Mac integration details

Inside the Plugin

  • Overview
  • Details on all supported platforms

Showcase

  • Games using the Plugin