从 Bitbucket 下载时出现编译器错误

发布于 2025-01-19 16:54:16 字数 593 浏览 0 评论 0原文

由于某种原因,每当通过Sourcetree将代码拉到我的工作PC并以Unity打开项目时,我会遇到这样的错误:

Assets \ Scripts \ Interactivemapitem.cs(7,14):错误CS0246:找不到类型或名称空间名称'apploader'(您是否缺少使用指令或汇编引用?)

)当我从服务器拉出时,它们并未显示为C#文件。没有能力像其他C#文件那样右键单击文件的打开属性。

我已经检查了每个文件“元数据”,并且服务器与我拥有的本地代码之间没有任何不一致之处。

这也只影响我在办公室中拥有的计算机(这是新的,只有Unity,Visual Studio 2019和一些开发所需的VR相关应用程序。

修复程序上的任何想法?

这是C#文件的图片在“脚本”文件夹中:

”图像“

For some reason whenever pull code to my work PC via SourceTree and open the project up in unity I am getting errors like this:

Assets\Scripts\InteractiveMapItem.cs(7,14): error CS0246: The type or namespace name 'AppLoader' could not be found (are you missing a using directive or an assembly reference?)

This is occurring with 2 of my scripts, they are not showing as C# files when I pull from the server. There is no ability to right-click open properties of the file like other C# files would allow me to.

I've checked each files "Metadata" and there are no inconsistencies between the server and the local code I have.

This also is only affecting the computer I have in the office (which is new and only has Unity, Visual Studio 2019, and a few select VR related applications needed for development.

Any ideas on a fix?

Here is a picture of the C# files in the "Scripts" folder:

image

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文