当前位置:网站首页>Unity: the referenced script (unknown) on this behavior is missing“
Unity: the referenced script (unknown) on this behavior is missing“
2022-06-26 21:56:00 【Peter_ Gao_】
Sometimes , When I started the game , I will receive a meaningless warning . I don't know where they come from , I don't have any objects to handle scripts that don't exist . How to delete or repair these messages ?
When I right-click the file icon in the inspector , I got two possible options . They don't work , Or when I try to click on them , No reaction .
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
When files and name The names of classes are different , That's what happens . Example : The file is called SingleCube.cs Class is defined as a public class Cube : MonoBehavior under these circumstances ,Unity Cannot link file and class . Both must have the same name . The document should be SingleCube.cs And classes define public classes SingleCube: MonoBehaviour
unity3d - Unity: "The referenced script (Unknown) on this Behaviour is missing!" - Stack Overflow
Remove the missing script from the prefab , Remount the script .
边栏推荐
- Common configuration of jupyterlab
- AI智能抠图工具--头发丝都可见
- 【题解】剑指 Offer 15. 二进制中1的个数(C语言)
- 在线协作文档综合评测 :Notion、FlowUs、Wolai、飞书、语雀、微软 Office、谷歌文档、金山文档、腾讯文档、石墨文档、Dropbox Paper、坚果云文档、百度网盘在线文档
- leetcode:1567. 乘积为正数的最长子数组长度【dp[i]表示以i结尾的最大长度】
- LabVIEW Arduino tcp/ip remote smart home system (project part-5)
- The importance of using fonts correctly in DataWindow
- 如何用 SAP BTP 平台上的图形建模器创建一个 OData 服务
- Introduction to dependency injection in SAP Spartacus
- The network connection is disconnected. Please refresh and try again
猜你喜欢
leetcode:710. 黑名单中的随机数【映射思维】
Unity: 脚本缺失 “The referenced script (Unknown) on this Behaviour is missing!“
2022年,中轻度游戏出海路在何方?
In 2022, where will the medium and light-weight games go?
Chapter 2 construction of self defined corpus
What are the accounting elements
Application and Optimization Practice of 100 million level monthly live national karaoke feed service in Tencent cloud mongodb
Parsing complex JSON in fluent
[LeetCode]-链表-2
KDD2022 | 基于知识增强提示学习的统一会话推荐系统
随机推荐
DAST 黑盒漏洞扫描器 第五篇:漏洞扫描引擎与服务能力
Comprehensive evaluation of online collaboration documents: note, flowus, WOLAI, Feishu, YuQue, Microsoft office, Google Docs, Jinshan docs, Tencent docs, graphite docs, Dropbox paper, nutcloud docs,
中金证券经理给的开户二维码办理股票开户安全吗?我想开个户
What is the “ How to remove a custom form list?
Yolov6: un cadre de détection de cibles rapide et précis est Open Source
在哪个平台买股票开户最安全?求分享
leetcode:710. 黑名单中的随机数【映射思维】
Homebrew installation in MacOS environment [email protected]
SAP Spartacus 默认路由配置的工作原理
Sword finger offer 12 Path in matrix
Application and Optimization Practice of 100 million level monthly live national karaoke feed service in Tencent cloud mongodb
Y48. Chapter III kubernetes from introduction to mastery -- pod status and probe (21)
The importance of using fonts correctly in DataWindow
数据治理啥都干
网络连接断开请刷新重试
Which securities company is the most convenient, safe and reliable for opening an account
【图像处理基础】基于matlab GUI图像直方图均衡化系统【含Matlab源码 1924期】
大龄程序员的一些出路
Web crawler 2: crawl the user ID and home page address of Netease cloud music reviews
Centos7编译安装Redis