Skip to content

Commit 6033a5a

Browse files
committed
fix: Update configure_plugin document.
1 parent 6cd7abd commit 6033a5a

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

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

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@
44

55
To function, the plugin needs some information from your EOS project. Be sure to read the Epic Documentation on [getting started](https://dev.epicgames.com/docs/epic-account-services/getting-started?sessionInvalidated=true) with Epic Online Services.
66

7-
1) Open your Unity project with the integrated EOS Unity Plugin.
8-
2) In the Unity editor, Open ```EOS Plugin -> EOS Configuration```.
7+
### Open your Unity project with the integrated EOS Unity Plugin.
8+
### In the Unity editor, Open ```EOS Plugin -> EOS Configuration```.
99

10-
![EOS Config Menu](/com.playeveryware.eos/Documentation~/images/dev-portal-configuration-editor-menu.png)
10+
![EOS Config Menu](/com.playeveryware.eos/Documentation~/images/dev-portal-configuration-editor-menu.png)
1111

12-
![EOS Configuration](/com.playeveryware.eos/Documentation~/images/eos_configuration.png)
12+
![EOS Configuration](/com.playeveryware.eos/Documentation~/images/eos_configuration.png)
1313

14-
3) From the [Developer Portal](https://dev.epicgames.com/portal/), inside your game's `Product Settings` page, copy the configuration values listed below, and paste them into the similarly named fields in the editor tool window pictured above:
14+
### Set product settings from Epic Developer Portal
15+
16+
From the [Developer Portal](https://dev.epicgames.com/portal/), inside your game's `Product Settings` page, copy the configuration values listed below, and paste them into the similarly named fields in the editor tool window pictured above:
1517

1618
> [!NOTE]
1719
> For more detailed information, check out Epic's Documentation on [Creating the Platform Interface](https://dev.epicgames.com/docs/game-services/eos-platform-interface#creating-the-platform-interface).
@@ -36,13 +38,15 @@ There are two other fields in the configuration editor.
3638
> Click the "Generate" button to create a random key, if you haven't already configured an encryption key in the EOS portal. You can then add the generated key to the [Developer Portal](https://dev.epicgames.com/portal/).
3739
> The Encryption Key is Used for Player Data Storage and Title Storage, if you do not plan to use these features in your project or the samples (and don't want to create an Encryption Key) then the field can be left blank.
3840
39-
4) Click `Save All Changes`.
41+
Click `Save All Changes`.
42+
43+
### Add EOS functionality to your game scene
4044

41-
5) Navigate to `Packages/Epic Online Services for Unity/Runtime` via the `Project` window.
45+
Navigate to `Packages/Epic Online Services for Unity/Runtime` via the `Project` window.
4246

43-
6) Either:
44-
- Add the `Singletons.prefab`, to each of your game's scenes.
45-
- 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).
47+
Either:
48+
- Add the `Singletons.prefab`, to each of your game's scenes.
49+
- 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).
4650

4751
> [!NOTE]
4852
> 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!

0 commit comments

Comments
 (0)