Hello,
Today Unity made all my Scripts buggy. There are no Compilation errors and the Class name match with the Script name. It worked yesterday the Problem just occured. I made some things blurry because of cc.
Hi,
Try to reimport folder with mentioned scripts.
Hello,
Have you recently renamed/moved your scripts from outside Unity Editor? Script references are based on GUIDs which are stored in .meta files associated with the scripts.
If you rename/move the scripts without renaming/moving the meta files the references will be lost. If you have version control you can try to get an older revision and compare the GUIDs from the old meta files with the current GUIDs and if they are different you can try to manually restore them.




