I have been tracking a bug for some hours now, that made Firefox crash only (Safari and IE works).
Documentation says you can write this :
Code: Select all
int age = (int)user.GetVariable("age");Code: Select all
int age = System.Convert.ToInt32 (user.GetVariable("age"));Maybe doc should be updated to avoid confusion ?
Thanks for the great work you have been doing on this port. SmartFox + Unity rocks
Sebastien