Search Unity

Help Needed MissingMethodException: UnityEngine.Quaternion.Eulur

Discussion in 'Scripting' started by p_r1710, Apr 17, 2015.

  1. p_r1710

    p_r1710

    Joined:
    Apr 17, 2015
    Posts:
    5
    Can someone please help me out. I am learning Unity as a 7th grader. I am getting the error message below when I try to run the game. Any help would really be appreciated. thanks




    MissingMethodException: UnityEngine.Quaternion.Eulur
    Boo.Lang.Runtime.DynamicDispatching.MethodDispatcherFactory.ProduceExtensionDispatcher ()
    Boo.Lang.Runtime.DynamicDispatching.MethodDispatcherFactory.Create ()
    Boo.Lang.Runtime.RuntimeServices.DoCreateMethodDispatcher (System.Object target, System.Type targetType, System.String name, System.Object[] args)
    Boo.Lang.Runtime.RuntimeServices.CreateMethodDispatcher (System.Object target, System.String name, System.Object[] args)
    Boo.Lang.Runtime.RuntimeServices+<Invoke>c__AnonStorey15.<>m__9 ()
    Boo.Lang.Runtime.DynamicDispatching.DispatcherCache.Get (Boo.Lang.Runtime.DynamicDispatching.DispatcherKey key, Boo.Lang.Runtime.DynamicDispatching.DispatcherFactory factory)
    Boo.Lang.Runtime.RuntimeServices.GetDispatcher (System.Object target, System.String cacheKeyName, System.Type[] cacheKeyTypes, Boo.Lang.Runtime.DynamicDispatching.DispatcherFactory factory)
    Boo.Lang.Runtime.RuntimeServices.GetDispatcher (System.Object target, System.Object[] args, System.String cacheKeyName, Boo.Lang.Runtime.DynamicDispatching.DispatcherFactory factory)
    Boo.Lang.Runtime.RuntimeServices.Invoke (System.Object target, System.String name, System.Object[] args)
    UnityScript.Lang.UnityRuntimeServices.Invoke (System.Object target, System.String name, System.Object[] args, System.Type scriptBaseType)
    Mouse Look.Update () (at Assets/Mouse Look.js:17)
     
  2. KelsoMRK

    KelsoMRK

    Joined:
    Jul 18, 2010
    Posts:
    5,539
  3. p_r1710

    p_r1710

    Joined:
    Apr 17, 2015
    Posts:
    5
    Thanks so much. That was a dumb error.