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

前端 未结 4 498
-上瘾入骨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:07

    It's basically because you deleted some script or renamed it or degraded unity version. you might have to reassign the script at the required position/component.

    Note: Make sure that class name is the same as the script name in unity.

提交回复
热议问题