-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error cs0568 is making me unable to build the project #32
Comments
more details? (line code of error) |
It says here that CS0568 is only turned on for C# 9 and earlier, so it looks like the simplest solution will probably be to upgrade to C# 10 |
|
thank you i will |
Same error spot (Move.cs line 29) and can't build too. Error CS0568 |
same : warning CS8625: Cannot convert null literal to non-nullable reference type. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As i said in the title the error is making me unable to build due to the "public Move()" not allowing itself to be null or something to quote exactly its "structs cannot contain explicit parameterless constructors". im not entirely sure as im not used to developing in c# except some basics in unity so im unsure of what to do. i read that i might have to update to c# 10+ but i want to make sure first.
The text was updated successfully, but these errors were encountered: