k

k

Help us help you.

  1. Don’t retype your code on your phone, that is impossible to debug. You have capital letters and misspellings everywhere, which I assume aren’t in your actual code. (or if they are, that’s your problem I guess.)

  2. When you do post code, use code tags. like this but without the space

  3. When you post an error, copy and paste the entire message. Don’t paraphrase it and definitely don’t strip it down to just the error code. No one here knows what “1002” is; we don’t memorize error codes, we read the error message. It has not only the entire message of what the error is, but also more information like line numbers that will help point to exactly where the problem is.

4 Likes

Nobody memorizes errors… nobody. Errors have text descriptions and line numbers. Learn to use them.

How to report your problem productively in the Unity3D forums:

http://plbm.com/?p=220

Please use code tags: https://discussions.unity.com/t/481379

1 Like