shiena / Unity-PythonNet

https://zenn.dev/shiena/articles/unity-python
MIT License
20 stars 1 forks source link

Error CS0656 #6

Closed Taryma-Zense closed 5 months ago

Taryma-Zense commented 5 months ago

Hi, i'm facing a dependency problem Assets\RandomPlot.cs(87,50): error CS0656: Missing compiler required member 'Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create' I did everything as described in the article on zenn.dev and at the startup stage of the project i got this error, can you help?

shiena commented 5 months ago

Please select .NET Framework in Api Compatibility Level. NET Standard 2.1 will not work. image

Taryma-Zense commented 5 months ago

omg thank you very much!