Skip to content

Fails to Compile when Input System is "Both" #5

@JF47

Description

@JF47

In "InputFieldEngine.cs" and "TextInputHandler.cs", please change all references of:
#if ENABLE_INPUT_SYSTEM

to:
#if ENABLE_INPUT_SYSTEM && !ENABLE_LEGACY_INPUT_MANAGER

When "Both" is used as the input system, this needs to use the legacy input manager or it will not compile.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions