{"id":19944883,"url":"https://github.com/gameworkstore/photon-pun-sdk","last_synced_at":"2025-10-09T03:41:11.338Z","repository":{"id":108955360,"uuid":"369831641","full_name":"GameWorkstore/photon-pun-sdk","owner":"GameWorkstore","description":"Photon PUN SDK in UPM. This repository follows the photon license as it is. for more information, check this link: https://dashboard.photonengine.com/en-US/account/terms ","archived":false,"fork":false,"pushed_at":"2021-05-22T16:13:51.000Z","size":42039,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"upm","last_synced_at":"2025-07-17T06:49:49.709Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GameWorkstore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-22T14:42:05.000Z","updated_at":"2021-05-22T16:13:15.000Z","dependencies_parsed_at":"2023-03-07T13:01:00.059Z","dependency_job_id":null,"html_url":"https://github.com/GameWorkstore/photon-pun-sdk","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":"GameWorkstore/gamelift-server-sdk","purl":"pkg:github/GameWorkstore/photon-pun-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GameWorkstore%2Fphoton-pun-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GameWorkstore%2Fphoton-pun-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GameWorkstore%2Fphoton-pun-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GameWorkstore%2Fphoton-pun-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GameWorkstore","download_url":"https://codeload.github.com/GameWorkstore/photon-pun-sdk/tar.gz/refs/heads/upm","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GameWorkstore%2Fphoton-pun-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000714,"owners_count":26082911,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T00:23:20.855Z","updated_at":"2025-10-09T03:41:11.320Z","avatar_url":"https://github.com/GameWorkstore.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Photon Pun SDK C#\n\nUnity NPM version of Photon PUN SDK! This repository applies the same license terms of the original distribution method.\n\nOriginal Source Location: [https://assetstore.unity.com/packages/tools/network/pun-2-free-119922](https://assetstore.unity.com/packages/tools/network/pun-2-free-119922).\n\n# How to install\n\nAt package.json, add these line of code:\n\u003e \"com.gameworkstore.photonpunsdk\": \"git://github.com/GameWorkstore/photon-pun-sdk\"\n\nAnd wait for unity to download and compile the package.\n\nyou can upgrade your version by including the release version at end of the link:\n\u003e \"com.gameworkstore.photonpunsdk\": \"git://github.com/GameWorkstore/photon-pun-sdk#2.3.1\"\n\n## Documention\n\nPhoton Unity Networking (PUN)\n    This package includes the Photon Unity Networking Api, the Realtime Api (on which PUN is based) and other optional Photon APIs.\n    Also included: A setup wizard, demo scenes, documentation and Editor extensions.\n\n\nPUN Free versus PUN+\n    The content of the PUN Free and PUN+ packages are identical.\n    We offer a PUN+ package which includes a one-off Photon Cloud Subscription for 100 CCU. See below how this is applied.\n\n\nUnityScript / JavaScript\n    We do not support UnityScript with PUN v2 and up.\n\n\nHelp and Documentation\n    Please read the included chm (or pdf).\n    Exit Games Forum:       https://forum.photonengine.com/categories/unity-networking-plugin-pun\n    Online documentation:   https://doc.photonengine.com/en-us/pun/v2\n    Unity Forum Thread:     https://forum.unity3d.com/threads/photon-unity-networking.101734/\n\n\nIntegration\n    This package adds an Editor window \"PUN Wizard\" for connection setup:\n        Menu -\u003e Window -\u003e Photon Unity Networking (shortcut: ALT+P)\n    It also adds a commonly used component \"PhotonView\" to this menu:\n        Menu -\u003e Component -\u003e Miscellaneous -\u003e PhotonView (shortcut: ALT+V)\n    When imported into a new, empty project, the \"PunStartup\" script opens the \"demo hub\" and setup scenes to build.\n\n\nClean PUN Import (no demos)\n    To get a clean import of PUN, just skip all folders named \"Demos\".\n    The folder \"UtilityScripts\" can be useful for rapid prototyping but the components are optional.\n\n\nServer\n    Exit Games Photon can be run on your servers or you can subscribe to the Photon Cloud for managed servers.\n\n    The window \"Photon Unity Networking\" will help you setup a Photon Cloud account.\n    This service is geared towards room-based games and the server cannot be modified.\n    Read more about it: https://www.photonengine.com\n\n    Alternatively, download the Server SDK and run your own Photon Server.\n    The SDK has the binaries to run immediately but also includes the source code and projects\n    for the game logic. You can use that as basis to modify and extend it.\n    A 100 concurrent user license for the server is provided for free.\n    Read more about it: https://www.photonengine.com/en-us/OnPremise\n\n\nPUN+ Subscriptions\n    Follow these steps when you bought an asset that includes a Photon Cloud subscription:\n        � Sign in and open the Dashboard.                       https://dashboard.photonengine.com\n          Use an existing Photon Cloud Account or register.\n        � Select the Application/Subscription to upgrade and click \"Add Coupon / PUN+\".\n        � Enter your Unity Invoice Number.\n\n        � Find the App ID on: https://dashboard.photonengine.com\n        � Find your Unity Invoice Number in the Unity AssetStore:\n            https://www.assetstore.unity3d.com/en/#!/account/transactions\n            Or while logged in to the Asset Store, click on your name on the top right.\n            From the drop-down select the payment method you used in your purchase.\n            Navigate to your purchase and copy the number following the \"#\" symbol (excluding the \"#\" and spaces).\n\n\nImportant Files\n\n    Documentation\n        PhotonNetwork-Documentation.chm (a pdf is also included)\n        changelog.txt\n\n    The server-setup will be saved as file (can be moved into any Resources folder and edited in inspector)\n        Photon\\PhotonUnityNetworking\\Resources\\PhotonServerSettings.asset\n\n    Demos\n        All demos are in separate folders in Photon\\PhotonUnityNetworking\\Demos\\. Delete this folder in your projects.\n        Each has a Demo\u003cname\u003e-Scene.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgameworkstore%2Fphoton-pun-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgameworkstore%2Fphoton-pun-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgameworkstore%2Fphoton-pun-sdk/lists"}