Skip to content

Commit

Permalink
Merge pull request #7 from iuli4n/dev-iulian-main
Browse files Browse the repository at this point in the history
Updated Photon ID documentation to mention gitignore
  • Loading branch information
iuli4n committed Oct 14, 2022
2 parents 1c9fde1 + 42211c8 commit 60900f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@

### Things you will need to do in Unity before you start

* This project uses Photon for networking. You will need to change the Photon App ID (accessed in the Photon “Highlight Network Settings” menu) to a new one that you get from the Photon dashboard [https://dashboard.photonengine.com/](https://dashboard.photonengine.com/)
* This project uses Photon for networking. You will need to change the Photon App ID (accessed in the Photon “Highlight Network Settings” menu, or in the file PhotonServerSettings.asset) to a new one that you get from the Photon dashboard [https://dashboard.photonengine.com/](https://dashboard.photonengine.com/)
* Note if you are hosting your own git repository: This repository's .gitignore is ignoring updates to PhotonServerSettings.asset; intentional so that people don't upload their own Photon IDs to the main repository.

### Running multiple users

Expand Down
1 change: 1 addition & 0 deletions Documentation/2.1_Sample_Scenes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
2. Set up Photon(you only need to do this once per Unity project)

1. Get a new Photon app id from the Photon dashboard [https://dashboard.photonengine.com/](https://dashboard.photonengine.com/).
* Note if you are hosting your own git repository: This repository's .gitignore is ignoring updates to PhotonServerSettings.asset; intentional so that people don't upload their own Photon IDs to the main repository.
2. Enter this as the Photon App ID in the Photon “Highlight Network Settings” menu.

3. Set up presence/absence of Arduino
Expand Down

0 comments on commit 60900f9

Please sign in to comment.