有时,当我开始游戏时,我会收到毫无意义的警告。我不知道它们来自哪里,我没有任何对象来处理不存在的脚本。如何删除或修复这些消息?
当我在检查器中右键单击文件的图标时,我得到两个可能的选项。它们都不起作用,或者当我尝试单击它们时,没有任何反应。
5
It happens when the file and the name class has not the same name.
Example:
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.
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
从预制中移除缺少的脚本,重新挂载脚本。
本文发布于:2024-02-02 07:22:16,感谢您对本站的认可!
本文链接:https://www.4u4v.net/it/170682973742244.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
留言与评论(共有 0 条评论) |