Skip to content

Commit

Permalink
Added info about gitignore for Photon ID
Browse files Browse the repository at this point in the history
  • Loading branch information
Iulian Radu committed Oct 14, 2022
1 parent 2a67542 commit c1234d3
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 c1234d3

Please sign in to comment.