Search Unity

Video Unity Recorder won't install

Discussion in 'Audio & Video' started by dsantamonica, Mar 25, 2021.

  1. dsantamonica

    dsantamonica

    Joined:
    Jan 24, 2019
    Posts:
    22
    I have Cinemachine v 2.2.9 installed in Unity 2018.3.11.f1, but no Unity Recorder. When I tried to install Recorder version 2.2.0, I got this error message:
    2018/Library/PackageCache/com.unity.recorder@2.2.0-preview.4/Editor/Sources/Recorders/_Inputs/Camera360/Camera360InputSettings.cs(25,17): error CS1644: Feature `expression bodied members' cannot be used because it is not part of the C# 4.0 language specification

    Help would be appreciated!
     
  2. cguertin

    cguertin

    Unity Technologies

    Joined:
    Aug 20, 2019
    Posts:
    83
    Hey @dsantamonica! Based on the error, it looks like your project is using an older version of .NET that is unfortunately not compatible with the Recorder package.

    You can validate this by going to
    Edit -> Project Settings -> Player -> Other Settings -> Scripting Runtime Version
    . It needs to be
    .NET 4.x Equivalent
    for the Recorder to work.

    scripting_runtime_version.png