keijiro / FFmpegOut

Video capture plugin for Unity with FFmpeg.
MIT License
932 stars 149 forks source link

CS1644: Feature `null propagating operator' #65

Closed AdmiralGhoster closed 3 years ago

AdmiralGhoster commented 3 years ago

using unity 2018.4.32f1 getting an error saying that "null" is not in the c# 4.0 language installed both normal and bianaries but it doent work, any thoughts?

Assets/FFmpegOut/Runtime/CameraCapture.cs(125,25): error CS1644: Feature `null propagating operator' cannot be used because it is not part of the C# 4.0 language specification

AdmiralGhoster commented 3 years ago

figured it out, had to set scripting runtime version to .NET 4.x Equvilent rather than having it as .NET 3.5 equvilent