Skip to content

Commit e2e88b9

Browse files
authored
Merge pull request #915 from PlayEveryWare/fix/remove-unreferenced-files
Remove extra unreferenced files
2 parents 7140c93 + 4648a69 commit e2e88b9

File tree

10 files changed

+3
-283
lines changed

10 files changed

+3
-283
lines changed

Assets/EOS/EOSManager.prefab

Lines changed: 0 additions & 45 deletions
This file was deleted.

Assets/EOS/EOSManager.prefab.meta

Lines changed: 0 additions & 7 deletions
This file was deleted.

Assets/Plugins/EOSManager.prefab

Lines changed: 0 additions & 45 deletions
This file was deleted.

Assets/Plugins/EOSManager.prefab.meta

Lines changed: 0 additions & 7 deletions
This file was deleted.

Assets/Prefab/P2P_Particle.prefab

Lines changed: 0 additions & 77 deletions
This file was deleted.

Assets/Prefab/P2P_Particle.prefab.meta

Lines changed: 0 additions & 7 deletions
This file was deleted.

Assets/Prefab/P2P_ParticleSystem.prefab

Lines changed: 0 additions & 77 deletions
This file was deleted.

Assets/Prefab/P2P_ParticleSystem.prefab.meta

Lines changed: 0 additions & 7 deletions
This file was deleted.

com.playeveryware.eos/Documentation~/configure_plugin.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ To function, the plugin needs some information from your EOS project. Be sure to
3535

3636
5) Navigate to `Packages/Epic Online Services for Unity/Runtime` via the `Project` window.
3737

38-
6) Add the `EOSManager.prefab`, to each of your game's scenes.
39-
40-
7) Attach `EOSManager.cs (Script)` to a Unity object, and it will initialize the plugin with the specified configuration in `OnAwake()`.
38+
6) Either:
39+
- Add the `Singletons.prefab`, to each of your game's scenes.
40+
- Attach `EOSManager.cs (Script)` to a Unity object, and it will initialize the plugin with the specified configuration in `OnAwake()` (this is what `Singletons.prefab` does).
4141

4242
> [!NOTE]
4343
The included [samples](http://github.com/PlayEveryWare/eos_plugin_for_unity/blob/development/com.playeveryware.eos/README.md#samples) already have configuration values set for you to experiment with!

docs/.editorconfig

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)