Matrix 4×4

FlowCanvas Forums Support Matrix 4×4

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1455
    kong
    Participant

    Hello, I got an error. “AmbiguousMatchException: Ambiguous matching in method resolution”

    I just added a new type Matrix4x4.

    Thank you for your kind!

    AmbiguousMatchException: Ambiguous matching in method resolution
    System.Reflection.Binder+Default.SelectProperty (BindingFlags bindingAttr, System.Reflection.PropertyInfo[] match, System.Type returnType, System.Type[] indexes, System.Reflection.ParameterModifier[] modifiers) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/Binder.cs:573)
    System.MonoType.GetPropertyImpl (System.String name, BindingFlags bindingAttr, System.Reflection.Binder binder, System.Type returnType, System.Type[] types, System.Reflection.ParameterModifier[] modifiers) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System/MonoType.cs:313)
    System.Type.GetProperty (System.String name, BindingFlags bindingAttr) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System/Type.cs:890)
    ParadoxNotion.ReflectionTools.RTGetProperty (System.Type type, System.String name) (at Assets/ParadoxNotion/FlowCanvas/Framework/_Commons/Runtime/Other/ReflectionTools.cs:436)
    ParadoxNotion.ReflectionTools.IsObsolete (System.Reflection.MemberInfo member) (at Assets/ParadoxNotion/FlowCanvas/Framework/_Commons/Runtime/Other/ReflectionTools.cs:570)
    FlowCanvas.FlowNode.DoContextPortConnectionMenu (FlowCanvas.Port clickedPort, Vector2 mousePos, Single zoomFactor) (at Assets/ParadoxNotion/FlowCanvas/Module/FlowNode.cs:790)
    FlowCanvas.FlowNode.DrawNodeConnections (Rect drawCanvas, Boolean fullDrawPass, Vector2 canvasMousePos, Single zoomFactor) (at Assets/ParadoxNotion/FlowCanvas/Module/FlowNode.cs:684)
    NodeCanvas.Framework.Node.ShowNodeGUI (Rect drawCanvas, Boolean fullDrawPass, Vector2 canvasMousePos, Single zoomFactor) (at Assets/ParadoxNotion/FlowCanvas/Framework/Design/PartialEditor/EDITOR_Node.cs:234)
    NodeCanvas.Framework.Graph.ShowNodesGUI (UnityEngine.Event e, Rect drawCanvas, Boolean fullDrawPass, Vector2 canvasMousePos, Single zoomFactor) (at Assets/ParadoxNotion/FlowCanvas/Framework/Design/PartialEditor/EDITOR_Graph.cs:127)
    NodeCanvas.Editor.GraphEditor.OnGUI () (at Assets/ParadoxNotion/FlowCanvas/Framework/Design/Editor/Windows/GraphEditor.cs:448)
    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/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:222)

    #1457
    Gavalakis
    Keymaster

    Hello,

    Thanks for the report.
    To quickly fix this until a better solution arise, please open up ReflectionTools.cs and comment out line #570.
    I will of course properly fix this in the next version.
    Let me know if that works for you.

    Thanks again for reporting the error.

    Join us on Discord: https://discord.gg/97q2Rjh

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.