Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

InteractionManager using the wrong event data for IMoveHandler #20

@Zod-

Description

@Zod-

In the ManipulationUpdatedEvent the interaction manager tries to fire a OnMove event but uses the wrong event data. OnMove requires AxisEventData and not PointerEventData which leads to errors when it tries to validate the event data.

https://github.com/Microsoft/MRDesignLabs_Unity_Tools/blob/a129550db5cd215cbc819ac205c29a5e642934f8/HUX/Scripts/Interaction/InteractionManager.cs#L764

https://docs.unity3d.com/ScriptReference/EventSystems.IMoveHandler.OnMove.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions