@@ -10,8 +10,8 @@ Things this plugin provides:
1010* Feature specific manager classes for most common use-cases of EOS SDK API
1111* Feature specific samples as Unity scenes
1212* Social Overlay support
13- * Targets [ EOS SDK 1.15] (https://dev.epicgames.com/docs/services/en-US/WhatsNew/index.html#1.15-16june, 2022 ) * (bundled with plugin)*
14- * Targets [ Unity 2020.1 ] ( https://unity.com/releases/2020-1 )
13+ * Targets [ EOS SDK 1.15.3 ] (https://dev.epicgames.com/docs/epic-online- services/release-notes#1153--- 2022-sep-19 ) * (bundled with plugin)*
14+ * Targets Unity 2021.3.8f1
1515
1616This repo contains:
1717* A Unity Project for development of feature managers and samples
@@ -29,8 +29,8 @@ The follow target platforms are supported in Unity for the current release of th
2929| Windows Standalone x64 | Supported |
3030| Windows Standalone x86 | Supported |
3131| Universal Windows Platform x64 | Supported |
32- | Android | Preview |
33- | iOS | Preview |
32+ | Android | Supported |
33+ | iOS | Supported |
3434| Linux | [ Preview] ( docs/linux/linux_supported_versions.md ) |
3535| MacOS | [ Preview] ( docs/macOS/macOS_supported_versions.md ) ) |
3636| Console Platforms | Preview |
@@ -71,7 +71,7 @@ The EOS SDK is continually releasing new features and functionality. The follow
7171
7272---
7373# Integration Notes
74- For best results, Unity 2020 is preferred.
74+ For best results, Unity 2021 is preferred.
7575
7676## Installing from a git URL
7777Ensure you have property setup Unity for [ Git Dependency] ( https://docs.unity3d.com/Manual/upm-git.html ) .
@@ -90,6 +90,9 @@ Ensure you have property setup Unity for [Git Dependency](https://docs.unity3d.c
9090
9191## Installing from a tarball
9292Download the latest release tarball from https://github.com/PlayEveryWare/eos_plugin_for_unity/releases
93+ The tarball is a tgz file, not the source download. If one uses the source download it will be missing all
94+ the git-lfs files i.e. the binaries/dynamic libraries.
95+
93961 . From the Unity Editor, open the Package Manager
9497 * It's listed under ``` Window -> Package Manager ```
95982 . Click the ``` + ``` button
0 commit comments