This repository contains the Unisave Epic Authentication module sources. To get started, read the documentation page.
- Clone this repository
- Open in Unity, check Unity version in ProjectSettings/ProjectVersion.txt
- Import the Unisave asset from the asset store
- Import Text Mesh Pro
Window > TextMeshPro > Import TMP Essential Resources
- Install the Epic Online Services SDK in the way described in the documentation
- Set up Unisave cloud connection so that the examples can be compiled and executed
- Set the proper version in the
ModuleMeta.cs
file. - In Unity, right click the
Assets/Plugins/UnisaveEpicAuthentication
folder and clickExport package...
- Untick the
Include Dependencies
checkbox to get rid of all the unwanted surrounding files - Export it as
unisave-epic-authentication-0.0.0.unitypackage
- Commit the version change as a
v0.0.0
commit - Create new GitHub release for the version and include the
.unitypackage
in it - Update the header (version, package link) of the documentation page and release the updated website