This repository contains the Venly SDK plugin for Unreal Engine 5. The plugin in not yet available on the marketplace, so it must be installed as a project plugin. This can easily be achieved by copying the required plugin folders into your project's plugin directory.
The repo consists out of multiple projects, each with their own purpose and specific dependencies. Each of these projects contain a sample level (API Explorer) showcasing some of the functionalities of the SDK.
- VenlySDK_UE : Base Project hosting the Venly SDK plugin source (DevMode)
- VenlySDK_UE_Beamable : Example project with Beamable as Backend Provider (Beamable)
- VenlySDK_UE_PlayFab : Example project with PlayFab as Backend Provider (PlayFab)
The plugin can be used in Blueprint-only Projects and/or Code Projects.
Plugin | Description |
---|---|
Venly | Venly SDK Plugin Source |
Plugin | Description |
---|---|
Venly (SymLink) | Venly SDK Plugin Source. (SymLink to VenlySDK_UE/Plugins/Venly) |
BeamableCore | Beamable SDK (Acquired from https://github.com/beamable/UnrealSDK) |
VenlyBeamable | Bridge between the Venly and Beamable SDK |
note: The VenlyBeamable plugin depends on both the Venly and BeamableCore Plugins
Plugin | Description |
---|---|
Venly (SymLink) | Venly SDK Plugin Source. (SymLink to VenlySDK_UE/Plugins/Venly) |
PlayFab | PlayFab SDK (Acquired from UE Marketplace) |
VenlyPlayFab | Bridge between the Venly and PlayFab SDK |
note: The VenlyPlayFab plugin depends on both the Venly and PlayFab Plugins