TMP Link Manager Pro OFFICIAL SALE

Requires TextMeshPro


TMP Link Manager Pro provides a centralized, scalable hyperlink routing system for TextMeshPro.

Instead of hardcoding URLs or scattering click handlers across multiple scripts, define link IDs directly inside TMP <link> tags and route them through a single manager.


Designed for production environments where maintainability and clean architecture matter.


Supports:

  • Web URL navigation
  • Scene-level UnityEvents
  • Custom logic execution

Key Features:


• ID-based hyperlink routing


• Centralized ScriptableObject URL registry


• Scene-specific UnityEvent routing


• Optional combined execution (URL + UnityEvent)


• Hover color effects (mesh-level modification)


• Custom inspectors


• Validation utilities


• Demo scenes included



Example Usage

Use standard TextMeshPro link tags:

<link="tos">Terms of Service</link>

Route "tos" to:

  • A web URL
  • A UnityEvent
  • Or both