Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

[Solved!] Adding a link to a single word

A topic by mtm created May 21, 2017 Views: 436 Replies: 2
Viewing posts 1 to 3
(1 edit)

Hi, I want to make a full word clickable but I'm not seeing a simple way to do that. Events on a per-letter basis won't be enough.


Thank you! Great Unity package, by the way.

Developer

Hey!


You can have events go over multiple letters with the tag <e2=string> instead of <e=string>, and then use the tag </e2> to stop it. The sample code for links should work with this!

Great, thank you! I misunderstood the documentation for that tag.