【发布时间】:2021-02-27 01:34:57
【问题描述】:
所以我是使用 Unity 2018.1 版本,我正在尝试设置 proGrids 包,在我从包管理器中安装它之后,我得到了错误
"cannot use because is it not in c# 4.0 language specification"
顺便说一句,在编辑器控制台日志中,我使用的是 VS 2019 版本,而不是在 Visual Studio 中,当我将脚本运行时表单 .net 3.5 更改为 4 时,这里出现了一个新错误
"packages.unity.com/com.unity.settings-manager@1.0.2/Editor/UserSettingsRepository.cs(61,16): error CS0246: The type or namespace name `SettingsScope' could not be found. Are you missing an assembly reference?"
那么我该如何解决这个错误并可以安全地使用 progrid 我需要帮助。谢谢大家。
【问题讨论】:
标签: unity3d