Search Unity

Animation Rigging Cloud Build Error: 'AnimationWindow' is inaccessible due to its protection level

Discussion in 'Animation Rigging' started by backwheelbates, Nov 1, 2020.

  1. backwheelbates

    backwheelbates

    Joined:
    Jan 14, 2014
    Posts:
    232
    Hi,
    I'm getting this cloud build error. Has anyone else seen this error before?
    Thanks!
    Eric


    Code (CSharp):
    1. 25562: [Unity] Library/PackageCache/com.unity.animation.rigging@1.0.3/Editor/Utils/AnimationWindowUtils.cs(10,23): error CS0122: 'AnimationWindow' is inaccessible due to its protection level
    2. 25563: [Unity] Library/PackageCache/com.unity.animation.rigging@1.0.3/Editor/Utils/AnimationWindowUtils.cs(72,16): error CS0122: 'AnimationWindow' is inaccessible due to its protection level
    3. 25564: [Unity] Library/PackageCache/com.unity.animation.rigging@1.0.3/Editor/Utils/AnimationWindowUtils.cs(8,16): error CS0122: 'AnimationWindow' is inaccessible due to its protection level
     
  2. simonbz

    simonbz

    Unity Technologies

    Joined:
    Sep 28, 2015
    Posts:
    295
    Version 1.0.3 of Animation Rigging is only compatible with Unity 2020.2 and higher.
    Are you using the right Unity version for your project on cloud build?

    Otherwise, I would suggest downgrading to package version to 0.3.4 which will be compatible with Unity 2020.1 and higher.
     
  3. backwheelbates

    backwheelbates

    Joined:
    Jan 14, 2014
    Posts:
    232
    Last edited: Nov 2, 2020
  4. simonbz

    simonbz

    Unity Technologies

    Joined:
    Sep 28, 2015
    Posts:
    295
  5. backwheelbates

    backwheelbates

    Joined:
    Jan 14, 2014
    Posts:
    232
    Thanks @simonbz , Ive made a request there.