Unity: 脚本缺失 “The referenced script (Unknown) on this Behaviour is missing!“

当Unity游戏中出现'引用的脚本(未知)在此行为上丢失!'警告时,通常是因为文件名和类名不匹配。确保文件名与包含的类名相同,例如SingleCube.cs文件内的类应定义为public class SingleCube: MonoBehaviour。如果从预制体中移除了缺失的脚本,记得重新挂载。此外,检查并修复所有此类错误以消除警告。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

 

 有时,当我开始游戏时,我会收到毫无意义的警告。我不知道它们来自哪里,我没有任何对象来处理不存在的脚本。如何删除或修复这些消息?

当我在检查器中右键单击文件的图标时,我得到两个可能的选项。它们都不起作用,或者当我尝试单击它们时,没有任何反应。

5

It happens when the file and the name class has not the same name.

Example:

  • The file is named SingleCube.cs
  • The class definition is public class Cube : MonoBehaviour

In this case, Unity is not able to link the file and the class. Both have to have the same name.

  • The file should be SingleCube.cs
  • And the class definition public class SingleCube : MonoBehaviour

 当文件和 name 类的名称不同时,就会发生这种情况。 示例:该文件名为 SingleCube.cs类定义为公共类 Cube : MonoBehavior 在这种情况下,Unity 无法链接文件和类。两者必须具有相同的名称。 该文件应为 SingleCube.cs和类定义公共类 SingleCube: MonoBehaviour

 unity3d - Unity: "The referenced script (Unknown) on this Behaviour is missing!" - Stack Overflow

 

从预制中移除缺少的脚本,重新挂载脚本。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值