Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: colpolstudios on May 04, 2019, 11:40:10 AM

Title: help with asset store submission
Post by: colpolstudios on May 04, 2019, 11:40:10 AM
Hello, I am doing up my asset store product description and want to be able to add a link to "playmaker" on the asset store.

 https://assetstore.unity.com/packages/tools/visual-scripting/playmaker-368

However, I would like to use a hyperlink instead of the full url.

Could someone please give an example of how I do this?

Thankyou
Title: Re: help with asset store submission
Post by: PlaymakerNOOB on May 04, 2019, 12:45:44 PM
Something like below should work.  Just copy it whole


<a href="https://assetstore.unity.com/packages/tools/visual-scripting/playmaker-368">Playmaker</a>
Title: Re: help with asset store submission (SOLVED)
Post by: colpolstudios on May 04, 2019, 04:41:46 PM
Thank you worked very well