{"id":13731312,"url":"https://github.com/skibitsky/unity-now","last_synced_at":"2025-08-23T01:05:49.552Z","repository":{"id":63042142,"uuid":"214862052","full_name":"skibitsky/unity-now","owner":"skibitsky","description":"▲ Vercel Now plugin for Unity. Deploy WebGL builds with ease","archived":false,"fork":false,"pushed_at":"2023-12-06T04:34:37.000Z","size":2013,"stargazers_count":37,"open_issues_count":1,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-08-15T23:13:21.619Z","etag":null,"topics":["csharp","deployment","unity","unity-editor","upm","upm-package","vercel","webgl","zeit","zeit-now"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skibitsky.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-10-13T17:21:03.000Z","updated_at":"2024-12-17T14:46:52.000Z","dependencies_parsed_at":"2023-12-06T05:28:32.586Z","dependency_job_id":"748b0984-302b-49cf-aa67-1521ba99cf7d","html_url":"https://github.com/skibitsky/unity-now","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/skibitsky/unity-now","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skibitsky%2Funity-now","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skibitsky%2Funity-now/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skibitsky%2Funity-now/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skibitsky%2Funity-now/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skibitsky","download_url":"https://codeload.github.com/skibitsky/unity-now/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skibitsky%2Funity-now/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271727492,"owners_count":24810561,"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-08-22T02:00:08.480Z","response_time":65,"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":["csharp","deployment","unity","unity-editor","upm","upm-package","vercel","webgl","zeit","zeit-now"],"created_at":"2024-08-03T02:01:27.187Z","updated_at":"2025-08-23T01:05:49.527Z","avatar_url":"https://github.com/skibitsky.png","language":"C#","funding_links":[],"categories":["C#"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003cimg src=\".github/logo.png\" width=\"394\" align=\"center\"\u003e\u003c/br\u003e\n\u003ch1 align=\"center\"\u003eUnity Now\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\nDeploy Unity WebGL builds on Vercel serverless platform with ease.\n\u003c/p\u003e\n\u003ca href=\"https://openupm.com/packages/com.skibitsky.UnityNow/\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/com.skibitsky.UnityNow?label=openupm\u0026amp;registry_uri=https://package.openupm.com\" /\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n## Installation\n\n### Install via OpenUPM\n\nThe package is available on the [openupm registry](https://openupm.com). It's recommended to install it via [openupm-cli](https://github.com/openupm/openupm-cli).\n\n```\nopenupm add com.skibitsky.unity-now\n```\n\n### Install via Git URL\n\nOpen *Packages/manifest.json* with your favorite text editor. Add the following line to the dependencies block.\n\n    {\n        \"dependencies\": {\n            \"com.skibitsky.unity-now\": \"https://github.com/skibitsky/unity-now.git\"\n        }\n    }\n\nNotice: Unity Package Manager records the current commit to a lock entry of the *manifest.json*. To update to the latest version, change the hash value manually or remove the lock entry to resolve the package.\n\n    \"lock\": {\n      \"com.skibitsky.unity-now\": {\n        \"revision\": \"master\",\n        \"hash\": \"...\"\n      }\n    }\n\n\n## Usage\n0. Add your [access token](https://vercel.com/account/tokens) to the **Configure Now** assets (Assets/ConfigureNow)\n1. Run Now→ Deploy from the menu bar\n\t\u003cbr\u003e\u003cimg src=\".github/screenshot1.png\" width=\"300\"\u003e\n2. Select your WebGL build\n3. Wait till deployment completes\n\n## Configuration\nYou can configure Unity Now using **Configure Now** scriptable object. By default it is located at *Assets/ConfigureNow* and contains the following properties:\n\n| Name | Description |\n| --- | --- |\n| **Token** | Vercel access token. You can generate a new one [here](https://vercel.com/account/tokens) |\n| **Base URL** | Endpoint base URL. You can change it if you need a certain server location. [Read more](https://zeit.co/docs/api/#api-basics/server-specs/origins) |\n| **Copy URL** | If enabled, Unity Now will save the deployment URL to the clipboard after the deployment is complete |\n\n## License\nMIT © [skibitsky](http://skibitsky.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskibitsky%2Funity-now","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskibitsky%2Funity-now","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskibitsky%2Funity-now/lists"}