Hi, I have a problem with simple login (from here https://github.com/bdodroid/SimpleScripts-LoginSystem) Everything works fine but when i want to log in it says:
ArgumentNullException: Argument cannot be null. Parameter name: s System.Int32.Parse (System.String s) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System/Int32.cs:629) Login+c__Iterator13.MoveNext () (at Assets/xxx/Demo/Login.cs:118)
Row 118 in my Login.cs is:
userID = int.Parse(parsedData[1]["ID"]);
Please help me, i have the same code as here so you can check https://github.com/bdodroid/SimpleScripts-LoginSystem
Thank You!