Skip to content

Commit 3f4cad4

Browse files
authored
Merge branch 'development' into integrate-1.16.3-35276460
2 parents 295833c + e3c6cec commit 3f4cad4

File tree

3 files changed

+47
-0
lines changed

3 files changed

+47
-0
lines changed

Assets/Plugins/Dummyfile.cs

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
/*
2+
* Copyright (c) 2024 PlayEveryWare
3+
*
4+
* Permission is hereby granted, free of charge, to any person obtaining a copy
5+
* of this software and associated documentation files (the "Software"), to deal
6+
* in the Software without restriction, including without limitation the rights
7+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8+
* copies of the Software, and to permit persons to whom the Software is
9+
* furnished to do so, subject to the following conditions:
10+
*
11+
* The above copyright notice and this permission notice shall be included in
12+
* all copies or substantial portions of the Software.
13+
*
14+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20+
* SOFTWARE.
21+
*/
22+
23+
// TODO: This class only serves to remove a warning.
24+
// It may be removed if when more files are added to the com.playeveryware.eos assembly.
25+
namespace PlayEveryWare.EpicOnlineServices
26+
{
27+
28+
public class EOSDummyClass
29+
{
30+
}
31+
}

Assets/Plugins/Dummyfile.cs.meta

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

com.playeveryware.eos/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
"version": "3.3.1",
44
"unity": "2021.3",
55
"unityRelease": "16f1",
6+
"author": {
7+
"name": "PlayEveryWare, Inc.",
8+
"email": "[email protected]",
9+
"url": "https://playeveryware.com"
10+
},
611
"displayName": "Epic Online Services Plugin for Unity",
712
"description": "Friendly Plugin for Epic Online Services\n Unity 2021.3.8f1\n EOS SDK 1.16.3\n\n Dependencies for Extra Packs:\n P2P Netcode Sample : [com.unity.netcode.gameobjects] \n Performance Stress Test Sample : [com.unity.postprocessing]",
813
"documentationUrl": "https://eospluginforunity.playeveryware.com",

0 commit comments

Comments
 (0)