Lyra Project is available through the Epic launcher in the Unreal Engine section in the Samples tab.
The Lyra project uses three important things to consider:
- Enhanced Input plugin : a new system for managing inputs. Touch Interface Designer is compatible with this new system from version 2.3.3
- CommonUI : a new way to manage the user interface.
- Modular Gameplay Framework : Allows you to develop plugins quickly and easily exportable between your different projects. These plugins are “independent” in the sense that they must not refer to an engine class (Gameplay Framework) but use specific classes (Modular Gameplay class).
To correctly integrate Touch Interface Designer in this project, it is absolutely necessary to create the new files in ShooterCore for example.