You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to send a string of data on clicking the link. This is what I have written
public void onDeeplink(string deeplink) {
string[] deeper = deeplink.Split("/".ToCharArray());
Debug.Log("onDeeplink " + deeplink);
}
How do I get the debug log on my phone?
The text was updated successfully, but these errors were encountered:
I am trying to send a string of data on clicking the link. This is what I have written
public void onDeeplink(string deeplink) {
string[] deeper = deeplink.Split("/".ToCharArray());
Debug.Log("onDeeplink " + deeplink);
}
How do I get the debug log on my phone?
The text was updated successfully, but these errors were encountered: