0% found this document useful (0 votes)
33 views1 page

ExecuteButtonName Cs

Uploaded by

shlokpatel3469
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views1 page

ExecuteButtonName Cs

Uploaded by

shlokpatel3469
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

using System.

Collections;
using [Link];
using UnityEngine;
using [Link];
using PlayFab;
using [Link];
using [Link];

public class ExecuteButtonName : MonoBehaviour


{
public NameScript nameScript;
public string Handtag;

private void OnTriggerEnter(Collider other)


{
if ([Link] < 1)
{
[Link]("steve" + [Link](0,
1000).ToString());
}
if ([Link] == Handtag)
{
[Link]([Link]);
[Link]("username", [Link]);
[Link] = [Link];

if ([Link]())
{
[Link](new
UpdateUserTitleDisplayNameRequest
{
DisplayName = [Link]("username")
}, delegate (UpdateUserTitleDisplayNameResult result)
{
[Link]("Display Name Changed!");
}, delegate (PlayFabError error)
{
[Link]("Error");
if ([Link] == [Link])
{
[Link]();
}
});
}

}
}
}

You might also like