Skip to content

Commit 48ba94c

Browse files
committed
fix: Update configure_plugin document.
1 parent 6033a5a commit 48ba94c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@
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-
### Open your Unity project with the integrated EOS Unity Plugin.
8-
### In the Unity editor, Open ```EOS Plugin -> EOS Configuration```.
7+
## In the Unity editor, Open ```EOS Plugin -> EOS Configuration```.
98

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

1211
![EOS Configuration](/com.playeveryware.eos/Documentation~/images/eos_configuration.png)
1312

14-
### Set product settings from Epic Developer Portal
13+
## Set product settings from Epic Developer Portal
1514

1615
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:
1716

@@ -38,9 +37,9 @@ There are two other fields in the configuration editor.
3837
> 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/).
3938
> 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.
4039
41-
Click `Save All Changes`.
40+
**Click `Save All Changes`.**
4241

43-
### Add EOS functionality to your game scene
42+
## Add EOS functionality to your game scene
4443

4544
Navigate to `Packages/Epic Online Services for Unity/Runtime` via the `Project` window.
4645

0 commit comments

Comments
 (0)