From 5ff4d09db328f46586060e36b3c738153431e461 Mon Sep 17 00:00:00 2001 From: andrew Date: Wed, 18 Aug 2021 23:30:45 -0700 Subject: [PATCH] chore: update files from 1.0.1 release --- README.md | 47 ++++++++++--------- .../EOS_SDK/ThirdPartySoftwareNotice.txt.meta | 7 +++ .../x64/ThirdPartySoftwareNotice.txt.meta | 7 +++ .../x86/ThirdPartySoftwareNotice.txt.meta | 7 +++ package.json | 2 +- 5 files changed, 46 insertions(+), 24 deletions(-) create mode 100644 Runtime/EOS_SDK/ThirdPartySoftwareNotice.txt.meta create mode 100644 Runtime/Windows/x64/ThirdPartySoftwareNotice.txt.meta create mode 100644 Runtime/Windows/x86/ThirdPartySoftwareNotice.txt.meta diff --git a/README.md b/README.md index 113942f..ddcf0fe 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Epic Online Services Plugin for Unity (UPM Package) ## Overview -The [eos_plugin_for_unity_upm repository](https://github.com/PlayEveryWare/eos_plugin_for_unity_upm) contains a Unity Package Manager (UPM) plugin for enabling the use of [Epic Online Services (EOS)](https://dev.epicgames.com/docs/services/en-US/Overview/index.html) [C# SDK](https://dev.epicgames.com/docs/services/en-US/CSharp/GettingStarted/index.html) in Unity. +The [eos_plugin_for_unity_upm repository](https://github.com/PlayEveryWare/eos_plugin_for_unity_upm) contains a Unity Package Manager (UPM) plugin for enabling the use of [Epic Online Services (EOS)](https://dev.epicgames.com/docs/services/en-US/GameServices/Overview/index.html) [C# SDK](https://dev.epicgames.com/docs/services/en-US/GameServices/CSharpGettingStarted/index.html) in Unity. For [support issues](https://github.com/PlayEveryWare/eos_plugin_for_unity/issues) or contributing to this open source project, head over to the [source repository](https://github.com/PlayEveryWare/eos_plugin_for_unity). @@ -38,24 +38,24 @@ The EOS SDK is continually releasing new features and functionality. The follow | EOS Feature | Included in Sample | | - | - | -| [Achievements](https://dev.epicgames.com/docs/services/en-US/Interfaces/Achievements/index.html) | Achievements Sample | -| [Authentication](https://dev.epicgames.com/docs/services/en-US/Interfaces/Auth/index.html) | - All Samples - | -| [Ecommerce](https://dev.epicgames.com/docs/services/en-US/Interfaces/Ecom/index.html) | Store Sample | -| [Friends](https://dev.epicgames.com/docs/services/en-US/Interfaces/Friends/index.html) | Auth & Friends Sample | -| [Leaderboards](https://dev.epicgames.com/docs/services/en-US/Interfaces/Leaderboards/index.html) | Leaderboards Sample | -| [Lobby](https://dev.epicgames.com/docs/services/en-US/Interfaces/Lobby/index.html) | Lobbies Sample | -| [Lobby with Voice](https://dev.epicgames.com/docs/services/en-US/Interfaces/Voice/index.html#voicewithlobbies) | Lobbies Sample | -| [NAT P2P](https://dev.epicgames.com/docs/services/en-US/Interfaces/P2P/index.html) | P2P Sample | -| [Player Data Storage](https://dev.epicgames.com/docs/services/en-US/Interfaces/PlayerDataStorage/index.html) | Player Data Storage Sample | -| [Presence](https://dev.epicgames.com/docs/services/en-US/Interfaces/Presence/index.html) | Auth & Friends Sample | -| [Sessions](https://dev.epicgames.com/docs/services/en-US/Interfaces/Sessions/index.html) | Sessions Sample | -| [Stats](https://dev.epicgames.com/docs/services/en-US/Interfaces/Stats/index.html) | Leaderboards Sample | -| [Title Storage](https://dev.epicgames.com/docs/services/en-US/Interfaces/TitleStorage/index.html) | Title Storage Sample | -| [Reports](https://dev.epicgames.com/docs/services/en-US/PlayerModeration/ReportsInterface/index.html) | - No Sample Provided - | -| [Sanctions](https://dev.epicgames.com/docs/services/en-US/PlayerModeration/SanctionsInterface/index.html) | - No Sample Provided - | -| [Anti-Cheat](https://dev.epicgames.com/docs/services/en-US/PlayerModeration/AntiCheat/index.html) | Not Supported | -| [EOS Mod SDK](https://dev.epicgames.com/docs/services/en-US/Interfaces/Mods/index.html) | Not Supported | -| [Voice Trusted Server](https://dev.epicgames.com/docs/services/en-US/Interfaces/Voice/index.html#voicewithatrustedserverapplication) | Not Supported | +| [Achievements](https://dev.epicgames.com/docs/services/en-US/GameServices/Achievements/index.html) | Achievements Sample | +| [Authentication](https://dev.epicgames.com/docs/services/en-US/EpicAccountServices/AuthInterface/index.html) | - All Samples - | +| [Ecommerce](https://dev.epicgames.com/docs/services/en-US/EpicGamesStore/TechFeaturesConfig/Ecom/index.html) | Store Sample | +| [Friends](https://dev.epicgames.com/docs/services/en-US/EpicAccountServices/Friends/index.html) | Auth & Friends Sample | +| [Leaderboards](https://dev.epicgames.com/docs/services/en-US/GameServices/Leaderboards/index.html) | Leaderboards Sample | +| [Lobby](https://dev.epicgames.com/docs/services/en-US/GameServices/Lobbies/index.html) | Lobbies Sample | +| [Lobby with Voice](https://dev.epicgames.com/docs/services/en-US/GameServices/Voice/index.html#voicewithlobbies) | Lobbies Sample | +| [NAT P2P](https://dev.epicgames.com/docs/services/en-US/GameServices/P2P/index.html) | P2P Sample | +| [Player Data Storage](https://dev.epicgames.com/docs/services/en-US/GameServices/PlayerDataStorage/index.html) | Player Data Storage Sample | +| [Presence](https://dev.epicgames.com/docs/services/en-US/EpicAccountServices/Presence/index.html) | Auth & Friends Sample | +| [Sessions](https://dev.epicgames.com/docs/services/en-US/GameServices/Sessions/index.html) | Sessions Sample | +| [Stats](https://dev.epicgames.com/docs/services/en-US/GameServices/Stats/index.html) | Leaderboards Sample | +| [Title Storage](https://dev.epicgames.com/docs/services/en-US/GameServices/TitleStorage/index.html) | Title Storage Sample | +| [Reports](https://dev.epicgames.com/docs/services/en-US/GameServices/ReportsInterface/index.html) | - No Sample Provided - | +| [Sanctions](https://dev.epicgames.com/docs/services/en-US/GameServices/SanctionsInterface/index.html) | - No Sample Provided - | +| [Anti-Cheat](https://dev.epicgames.com/docs/services/en-US/GameServices/AntiCheat/index.html) | Not Supported | +| [EOS Mod SDK](https://dev.epicgames.com/docs/services/en-US/EpicGamesStore/TechFeaturesConfig/Mods/index.html) | Not Supported | +| [Voice Trusted Server](https://dev.epicgames.com/docs/services/en-US/GameServices/Voice/index.html#voicewithatrustedserverapplication) | Not Supported | --- # Integration Notes @@ -77,6 +77,7 @@ Ensure you have property setup Unity for [Git Dependency](https://docs.unity3d.c ## Installing from a tarball +Download the latest release tarball from https://github.com/PlayEveryWare/eos_plugin_for_unity/releases 1. From the Unity Editor, open the Package Manager * It's listed under ```Window -> Package Manager``` 2. Click the ```+``` button @@ -153,15 +154,15 @@ The samples include both usage of the EOS SDK, and convience wrappers to make us ## Running and Configuring the EOS SDK Dev Auth Tool -* Launch the [dev auth tool](https://dev.epicgames.com/docs/services/en-US/DeveloperAuthenticationTool/index.html) +* Launch the [Developer Authentication Tool](https://dev.epicgames.com/docs/services/en-US/EpicAccountServices/DeveloperAuthenticationTool/index.html) - ![Dev Auth Tool](Documentation~/images/dev_auth_tool.gif) + ![Developer Authentication Tool Screenshot](Documentation~/images/dev_auth_tool.gif) * Pick a port to use on the computer. 8888 is a good quick to type number that isn't usually used by a process * Log in with one's user credentials that are registered with Epic * Pick a username. This username will be used in the sample to log in -More specific and up-to-date instructions can also be found on Epic's [website](https://dev.epicgames.com/docs/services/en-US/DeveloperAuthenticationTool/index.html) +More specific and up-to-date instructions can also be found on Epic's [website](https://dev.epicgames.com/docs/services/en-US/EpicAccountServices/DeveloperAuthenticationTool/index.html) --- @@ -179,5 +180,5 @@ For issues related to integration or usage of the Unity plugin, please create a For issues related to Epic Online Services SDK, Epic Dev Portal or general EOS SDK information, please go to [Epic Online Services Community Support](https://eoshelp.epicgames.com/) -Detailed descriptions and usage for EOS SDK Interfaces, can be found at [EOS Documentation: Interfaces](https://dev.epicgames.com/docs/services/en-US/Interfaces/index.html). +Detailed descriptions and usage for EOS SDK Interfaces, can be found at [EOS Developer Documentation: Game Services](https://dev.epicgames.com/docs/services/en-US/GameServices/index.html). diff --git a/Runtime/EOS_SDK/ThirdPartySoftwareNotice.txt.meta b/Runtime/EOS_SDK/ThirdPartySoftwareNotice.txt.meta new file mode 100644 index 0000000..97ac1d4 --- /dev/null +++ b/Runtime/EOS_SDK/ThirdPartySoftwareNotice.txt.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 9e9f8b7246722434e8c258fb9f34ae12 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Runtime/Windows/x64/ThirdPartySoftwareNotice.txt.meta b/Runtime/Windows/x64/ThirdPartySoftwareNotice.txt.meta new file mode 100644 index 0000000..ccab806 --- /dev/null +++ b/Runtime/Windows/x64/ThirdPartySoftwareNotice.txt.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b4c55a4d7a70a1846ba449f3804398d0 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Runtime/Windows/x86/ThirdPartySoftwareNotice.txt.meta b/Runtime/Windows/x86/ThirdPartySoftwareNotice.txt.meta new file mode 100644 index 0000000..772ed80 --- /dev/null +++ b/Runtime/Windows/x86/ThirdPartySoftwareNotice.txt.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 6f649a3f795efd54ea0b6ce3cd26d433 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/package.json b/package.json index 283e6b8..0c25254 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,6 @@ } ], "com_playeveryware": { - "git_build_sha": "66d3d409b646abd6f28d0cdfc71697889f5e1595" + "git_build_sha": "587ecdc46f934c7a854aa459c91fa68ec7dd4bf4" } }