Reputation: 439
So i'm a using Unity 2018.1 version and i'm trying to setup proGrids package, after i install it form package manager i get error here is
"cannot use because is it not in c# 4.0 language specification"
in Editor console log not in visual studio i'm using VS 2019 version by the way, when i changed the scripting runtime form .net 3.5 to 4 than i get a new error here is
"packages.unity.com/[email protected]/Editor/UserSettingsRepository.cs(61,16): error CS0246: The type or namespace name `SettingsScope' could not be found. Are you missing an assembly reference?"
So how i can fix this error and can use a progrid safely i need help please . Thanks for all.
Upvotes: 1
Views: 156
Reputation: 19
i recently had this issue, after long days digging then i realize that it should match with your unity version. try updating progrid preview. in my case, i update the progrid 3.0.3 preview 6 ( current ) to 3.0.3 preview 0. and boom it fixed.
Upvotes: 0
Reputation: 36
Remake your project and try again. this usually helps. if it still does not work, either uprade you're version, or uninstall and reinstall your editor.
Upvotes: 1