Windows
Latest downloads¶
Release Date | Download | Compatible SDK Version |
---|---|---|
2025-08-04 | Unreal Remote Play 1.01.00 | Hive SDK v4 UE4 Windows 25.5.0 or higher Hive SDK v4 UE5 Windows 25.5.0 or higher |
2025-08-04 | Unity Remote Play 1.01.00 | Hive SDK v4 Unity Windows 25.5.0 or higher |
Release notes¶
v1.01.00 (2025-08-04)¶
- Compatible SDK Version: SDK v4 Windows 25.5.0 or higher
※ The versioning scheme for the Remote Play plugin has changed from 'release date included' to 'Semantic Versioning'.
New features¶
- None
Changed features¶
- Integrated Hive authentication JWT into Remote Play user authentication.
- Changed to exclude unnecessary user PC information collection.
Bug fixes¶
- Fixed an issue where Remote Play would stop if connection to the relay server failed.
- Fixed Remote Play connection errors when the screensaver is running.
v1.0.2506.1 (2025-07-02)¶
- Compatible SDK Version: SDK v4 Unity Windows 24.4.1 or higher
New features¶
- None
Changed features¶
- Added the ability to receive Remote Play status events via registered callback functions at start and end of Remote Play.
- When running Remote Play on a remote device, blind screen settings are automatically excluded.
Bug fixes¶
- Fixed intermittent bug where sound would not play after account switching during Remote Play connection.
- Fixed intermittent bug where the game would exit if the game screen size changed during Remote Play connection.
- Improved quality and stability of blind screen.
- Fixed bug where virtual joystick input was not processed correctly.
Developer guide updates¶
- Added details on receiving Remote Play status events to Registering Callback Functions for Event Reception.
v1.0.2506.0 (2025-06-04)¶
- Compatible SDK Version: SDK v4 Unity Windows 24.4.1 or higher
New features¶
- Added a software codec that uses CPU encoding when hardware codec is not supported by the graphics card.
- Previously, Remote Play would not work if hardware codec was unavailable, but now, with the software codec, video is forcibly compressed by the CPU and streamed over the network, allowing Remote Play to function regardless of the graphics card.
Changed features¶
- When using Remote Play in lock screen state, it now runs by unlocking the Windows lock screen.
- Previously, a separate lock screen had to be unlocked, but now only the Windows lock screen needs to be unlocked.
- Changed the directory for applying the Remote Play plugin from Plugins/ to a subfolder under Plugins/.
- Enhanced security by applying re-authentication logic when JWT expires.
Bug fixes¶
- Added exception handling code for blind image setting errors.
Developer guide updates¶
- None
v1.0.2504.0 (2025-04-10)¶
- Compatible SDK Version: SDK v4 Unity Windows 24.4.1 or higher
Changed features¶
- N/A
Bug fixes¶
- Applied Unreal build script improvements
Developer guide updates¶
- Updated Download and Import Remote Play Plugin.
- Updated Registering Callback Functions.
v1.0.2503.0 (2025-03-18)¶
- Compatible SDK Version: SDK v4 Unity Windows 24.4.1 or higher
Changed features¶
- Added user settings to individually configure Blind On/Off.
- Changed so that only a single Remote Play connection is possible when running games with multiple accounts on the host PC.
- Added control to automatically correct window position if the game window moves outside the monitor area.
- Partially improved P2P connection probability.
- Changed x86, x64 options to be unchecked by default in Unity Package Platform Default Setting.
Bug fixes¶
- N/A
Developer guide updates¶
- Updated Using Remote Play in the SDK guide.
v1.0.2501.0 (2025-01-21)¶
- Compatible SDK Version: SDK v4 Unity Windows 24.4.1 or higher
Changed features¶
- Changed to generate authentication tokens based on plugin version information.
- Changed interface to allow Blind Image On/Off settings.
Bug fixes¶
- Fixed bug where ICE Candidate was not re-searched when ICE Candidate status changed.
Developer guide updates¶
- Added Blind Image Guide to SDK Guide > Remote Play.
v1.0.2411.5 (2024-12-03)¶
- Compatible SDK Version: SDK v4 Unity Windows 24.4.1 or higher
Changed features¶
- N/A
Bug fixes¶
- N/A
Developer guide updates¶
- N/A