-
Notifications
You must be signed in to change notification settings - Fork 9
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
FormatException: Input string was not in the correct format System.Int32.Parse (System.String s) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System/Int32.cs:629) AddAtoms.Awake () (at Assets/Scripts/AddAtoms.cs:172) #1
Comments
It doesn't run on Mac. The README lists the requirements. 2016-07-06 16:43 GMT-04:00 Eric So [email protected]:
|
Alright. Thanks. |
I just setup the project and ran in a Windows machine. I am still getting the same error. This issue may not be platform specific issue. |
What was your input? Skickat från min iPhone
|
What input do you use?
|
I did not put any input. Can you please guide me where to put the input? What will be a good sample? Thanks. |
MolecularRiftv2/Assets/Scripts/AddAtoms.cs Line 172 in 4b0f6a8
Your labelFontSize can't be parsed as a number. Try set it to something like 12 (it's one of the options in the launcher) |
Check if the length of your string matches. For some reason I had to delete the last char of my string with a substring function. It was not a empty space that Trim() could have get rid of. |
I tried to run this project in Unity on a Mac OSX platform. I tried to switch the project wth Android and PC & standalone platform. However, the project runs with the following error:
I am unable to use the keyboard keys to move the camera. Do you know if I am doing something wrong.
Thanks,
The text was updated successfully, but these errors were encountered: