K
K
KraGen.Developer2021-12-25 13:05:00
Unity
KraGen.Developer, 2021-12-25 13:05:00

How to make a social media button in Unity?

In general, how to make a button by clicking on which will open insta / tiktok or something else and not just open, but open the developer page. How to do? in the internet I found only how to make a "share" button, but not a transition to the off account of the developer.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
KraGen.Developer, 2021-12-25
@KraGenDeveloper

found a solution

public void Instagram(){
        Application.OpenURL("ваша ссылка на инсту ");
    }
    public void TikTok(){
        Application.OpenURL("http://tiktok.com/ваш тикток");
    }

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question