Unity “The associated script can not be loaded” and “Win32Exception: The system cannot find the file specified”

前端 未结 4 480
-上瘾入骨i
-上瘾入骨i 2021-01-07 08:29

so I\'m new to Unity and I\'ve been trying to test the scene with the script attatched to a character. However, it keeps saying \"The associated script cannot be loaded. Ple

4条回答
  •  终归单人心
    2021-01-07 09:24

    Unity apparently can't handle apostrophes (single-quote ') in the directory name of the editor. You need to get rid of the apostrophe in your directory name. Once you make that change, Unity should be able to build the scripts as intended.

提交回复
热议问题