当前位置:   article > 正文

VSCode中找不到UnityEngine.UI命名空间_using unityengine.ui;找不到

using unityengine.ui;找不到

Unity版本2020.2.1,使用VSCode开发的时候,总是突然的莫名其妙提示UnityEngine.UI找不到

解决方案

记事本打开 Assembly-CSharp.csproj,找到

<ReferenceOutputAssembly>false</ReferenceOutputAssembly> 注释掉 变为  
<ProjectReference Include="UnityEngine.UI.csproj">
	<Project>{101636ca-2475-2a53-90cf-9813b22fa3dd}</Project>
		<Name>UnityEngine.UI</Name>
	<!-- <ReferenceOutputAssembly>false</ReferenceOutputAssembly> -->
</ProjectReference>
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6

问题解决了。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/繁依Fanyi0/article/detail/140767
推荐阅读
相关标签
  

闽ICP备14008679号