hey, i got the free version of unity and there’s a bug. what happens is, i will make a script, test the script and it works fine. then i save my project and scene and close unity. and when i come back on all my scripts won’t work! there were no new errors, and EVERYTHING was exactly the same. the only way i fixed it was to copy and paste it into a new script, but when i exit it happens again! anyone know what’s going on? how can i fix it? i thought about reinstalling it, but i am not sure if that would delete all my work. thanks in advance.
What do you mean by “won’t work”? Please elaborate. Are the scripts still attached to your objects? Do you get compile errors? Warnings in the Console? Runtime errors? Do you have debug output in your scripts to confirm that they REALLY are no longer executed?
they are attached to my objects, no errors, nothing is different when i get back on. it’s the exact same as when i left.