|
1 | 1 | # Epic Online Services Plugin for Unity (UPM package) |
2 | 2 |
|
3 | 3 | ## Overview |
4 | | -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 the [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. |
| 4 | +The [eos_plugin_for_unity_upm repository](https://github.com/EOS-Contrib/eos_plugin_for_unity_upm) contains a Unity Package Manager (UPM) plugin for enabling the use of the [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. |
5 | 5 |
|
6 | | -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). |
| 6 | +For [support issues](https://github.com/EOS-Contrib/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). |
7 | 7 |
|
8 | 8 | ## Highlights |
9 | 9 | * Unity GUI tool for configuring EOS product settings, saved out to a JSON file. |
@@ -76,12 +76,12 @@ Ensure you have property setup Unity for [Git Dependency](https://docs.unity3d.c |
76 | 76 |
|
77 | 77 |  |
78 | 78 |
|
79 | | -6. Paste in ```[email protected]:PlayEveryWare/eos_plugin_for_unity_upm.git``` |
80 | | - or ```https://github.com/PlayEveryWare/eos_plugin_for_unity_upm.git```. |
| 79 | +6. Paste in ```[email protected]:EOS-Contrib/eos_plugin_for_unity_upm.git``` |
| 80 | + or ```https://github.com/EOS-Contrib/eos_plugin_for_unity_upm.git```. |
81 | 81 |
|
82 | 82 |
|
83 | 83 | ## Installing from a tarball |
84 | | -Download the latest release tarball from https://github.com/PlayEveryWare/eos_plugin_for_unity/releases |
| 84 | +Download the latest release tarball from https://github.com/EOS-Contrib/eos_plugin_for_unity/releases |
85 | 85 | 1. From the Unity Editor, open the Package Manager. |
86 | 86 | * It's listed under ```Window -> Package Manager```. |
87 | 87 | 2. Click the ```+``` button. |
@@ -175,15 +175,15 @@ More specific and up-to-date instructions can also be found on Epic's [website]( |
175 | 175 | # Open Source: Contribute |
176 | 176 |
|
177 | 177 | This is an Open Source project. If you would like to view and contribute to the development of the EOS Unity Plugin, you can enlist in the development repo located at |
178 | | -https://github.com/PlayEveryWare/eos_plugin_for_unity |
| 178 | +https://github.com/EOS-Contrib/eos_plugin_for_unity |
179 | 179 |
|
180 | 180 |
|
181 | 181 | --- |
182 | 182 | # Plugin Support |
183 | 183 |
|
184 | 184 | EOS Plugin for Unity API Documentation can be found at https://eospluginforunity.playeveryware.com |
185 | 185 |
|
186 | | -For issues related to integration or usage of the Unity plugin, please create a ```New Issue``` under the [Issues](https://github.com/PlayEveryWare/eos_plugin_for_unity/issues) tab of the [main repo](https://github.com/PlayEveryWare/eos_plugin_for_unity). |
| 186 | +For issues related to integration or usage of the Unity plugin, please create a ```New Issue``` under the [Issues](https://github.com/EOS-Contrib/eos_plugin_for_unity/issues) tab of the [main repo](https://github.com/PlayEveryWare/eos_plugin_for_unity). |
187 | 187 |
|
188 | 188 | 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/). |
189 | 189 |
|
|
0 commit comments