Merge branch 'stable' into dev

This commit is contained in:
Jordon Brooks 2023-06-10 23:14:53 +01:00
commit 3853615201

View file

@ -22,7 +22,12 @@ This repository contains the Unreal Engine client plugin for the HarmonyLink API
## Usage ## Usage
1. Use the HarmonyLink API functions provided by this plugin in your game's code to access device metrics and docking status. 1. Use the HarmonyLink API functions provided by this plugin in your game's code to access device metrics and docking status.
2. Adjust your game's settings based on these metrics to optimize the gaming experience on handheld devices. 2. Add the included `DataRefreshActor` to your levels for automatic api updates or request data manually from the functions (does not update on tick)
3. Adjust your game's settings based on these metrics to optimize the gaming experience on handheld devices.
If you have not yet made the jump to Unreal Engine 5 you will need to edit the `HarmonyLinkUE.uplugin` and change the engine version to the desired engine.
⚠️ HarmonyLinkUE will only work if you run [HarmonyLinkServer](https://github.com/Jordonbc/HarmonyLinkServer)
## Contributing ## Contributing