unity error CS0117

My game will not run because of this. I need help.

Hello @bucket_of_souls
We have noticed that some older versions of Unity 2020.3 are able to download versions of the package “PSD Importer” which actually require a newer version of Unity 2020.3.

  • Could you tell us which version of Unity you are currently using?
  • Could you try to download the latest version of Unity 2020.3 and open your project with this editor instead to see if it resolves the issue?

Thanks

2020.3.9f1

I am currently downloading 2021.2.17f1

it worked!

1 Like

Happy that you were able to resolve your issue, and thanks for confirming the fix

I wrote code for Debug.log, and it said “Debug does not contain a definition for log”, how do I fix that? (I got the same error code)

Debug.Log
C# is case sensitive.
You should also not be necroing a topic (just make your own instead because your issue is not the same as what the OP had), and you don’t even need a topic when this should be easy to type properly when using a valid IDE (Visual Studio, or VS Code, etc).

1 Like