Skip to content

Mouse input in scene does not work #169

Open
@lukreh

Description

@lukreh

When using UXF a bug can occur that causes the mouse input to stop working in the scene window. This can be solved in the ReorderableArrayInspector script, by changing == in line 65 to +=

Script path: UXF\Scripts\Etc\ReorderableInspector\Editor\ReorderableArrayInspector

Line 65: EditorApplication.delayCall == () => { EditorApplication.delayCall = () => { FORCE_INIT = false; }; };

Solution: EditorApplication.delayCall += () => { EditorApplication.delayCall = () => { FORCE_INIT = false; }; };

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