- Home /
Script Compilation Question...
When I try to add the "PlayerWeapons" Script to an empty game object, a dialogbox appears. It says.... "Script Playerweapons has not finished compilation yet. Please wait until compilation of the script has finished and try again."
I wait for like 10 minutes and the script still hasn't finished compiling. I don't even know how to tell if it's done compiling. Anyone know whats wrong with it?
Answer by qJake · Sep 10, 2010 at 07:33 PM
Try any of the following:
- Close and reopen Unity.
- Reimport the script file.
- Change the script file's name.
- Make sure there aren't any errors in the console (Ctrl+Shift+C).
- Try a "Reimport All".
For others that run into this, really check "$$anonymous$$ake sure there aren't any errors in the console (Ctrl+Shift+C)." because your current script or another one of your scripts might not be compiling because of an error and therefore holding up the compiling of your scripts i.e. it might not be the specific script you are working on.
Your answer

Follow this Question
Related Questions
Error BCE0044 plz help 0 Answers
Need some helps 2 Answers
WeaponScript not working 0 Answers
Weapon Switching 2 Answers
Can't export game 3 Answers