Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hi i have problem with gameaasembly.dll #3210

Open
nemiskr opened this issue May 15, 2024 · 0 comments
Open

hi i have problem with gameaasembly.dll #3210

nemiskr opened this issue May 15, 2024 · 0 comments
Labels

Comments

@nemiskr
Copy link

nemiskr commented May 15, 2024

example script

private static void addAchievement(string key, bool generateToken)
{
if (!generateToken)
{
SaveManager.AddInt(key, 1);
}
int num = 0;
int num2 = UnityEngine.Random.Range(0, generateToken ? 1 : 0);
string str;
string text = "" + str;
num++;
AchievementManager achievementManager = AchievementManager.instance;
int <>int v = 1__; state;
AchievementManager.d__22 d__ = new AchievementManager.d__22(<>1__state);
<>1__state = 0;
d__.key = key;
d__.token = text;
Coroutine coroutine = achievementManager.StartCoroutine(d__);
SaveManager.AddString(key, text);
SaveManager.SaveFileAsync();
}

have this error

error CS1519: Invalid token '<' in class, struct, or interface member declaration

what do you mean?

@nemiskr nemiskr added the Bug label May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant