Search Unity

Help plees

Discussion in 'Animation' started by ask80me, Feb 8, 2016.

  1. ask80me

    ask80me

    Joined:
    Sep 17, 2015
    Posts:
    43
    InvalidOperationException: Operation is not valid due to the current state of the object
    System.Collections.Stack.Peek () (at /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.Collections/Stack.cs:321)
    UnityEngine.GUILayoutUtility.EndLayoutGroup ()
    UnityEngine.GUILayout.EndVertical ()
    UnityEditor.AnimEditor.OnBreadcrumbGUI (UnityEditor.EditorWindow parent, Rect position) (at /Users/builduser/buildslave/unity/build/Editor/Mono/Animation/AnimationWindow/AnimEditor.cs:114)
    UnityEditor.AnimationWindow.OnGUI () (at /Users/builduser/buildslave/unity/build/Editor/Mono/Animation/AnimationWindow/AnimationWindow.cs:47)
    System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:222)
     
  2. Dantus

    Dantus

    Joined:
    Oct 21, 2009
    Posts:
    5,667
    There are a few things you can improve to help others understand the issue you are having.

    First of all, a meaningful thread title helps. There are several forum members who skip topics without a meaningful title.
    You are also not sharing any information when this error happens. Is it in the editor when you perform certain actions, when you enter play mode, when you switch scenes or something completely different?
     
  3. ask80me

    ask80me

    Joined:
    Sep 17, 2015
    Posts:
    43
    This error occurs when selecting an object, create an animation.
     
  4. Dantus

    Dantus

    Joined:
    Oct 21, 2009
    Posts:
    5,667
    Can't reproduce it.
     
  5. ask80me

    ask80me

    Joined:
    Sep 17, 2015
    Posts:
    43
    Animation reproduced but only in Unity and in the emulator. On the device, no animation, no object
     
  6. Dantus

    Dantus

    Joined:
    Oct 21, 2009
    Posts:
    5,667
    It might be useful to have a precise reproduction that is very detailed.
     
  7. ask80me

    ask80me

    Joined:
    Sep 17, 2015
    Posts:
    43
    I create an object. Then when you create the animation for this object flies error in the console. Unity latest release. All updated.