All Projects → skibitsky → unity-now

skibitsky / unity-now

Licence: MIT, Unknown licenses found Licenses found MIT LICENSE Unknown LICENSE.meta
▲ Vercel Now plugin for Unity. Deploy WebGL builds with ease

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to unity-now

bgTools-playerPrefsEditor
Tool extension for the Unity Editor that enables easy access to the player preferences over a simple UI.
Stars: ✭ 70 (+233.33%)
Mutual labels:  unity-editor, upm
Meteor Now
Instantly deploy your Meteor apps with `meteor-now`
Stars: ✭ 339 (+1514.29%)
Mutual labels:  deployment, zeit
strapi-plugin-vercel
▲ Strapi plugin for Vercel Platform
Stars: ✭ 28 (+33.33%)
Mutual labels:  deployment, vercel
react-production-deployment
Deploy your React app to production on Netlify, Vercel and Heroku
Stars: ✭ 51 (+142.86%)
Mutual labels:  deployment, vercel
saika
✍️Effortless info-site, done right.
Stars: ✭ 19 (-9.52%)
Mutual labels:  zeit, vercel
Swr
React Hooks for data fetching
Stars: ✭ 20,348 (+96795.24%)
Mutual labels:  zeit, vercel
forge
🔥 Incubator of pet projects, tools, pet projects. Edge cases and failovers included.
Stars: ✭ 33 (+57.14%)
Mutual labels:  deployment, vercel
Hairibar.Ragdoll
A package for animating ragdolls through keyframed animations.
Stars: ✭ 66 (+214.29%)
Mutual labels:  upm, upm-package
CSharpCompilerSettingsForUnity
Change the C# compiler (csc) used on your Unity project, as you like!
Stars: ✭ 208 (+890.48%)
Mutual labels:  upm, upm-package
vercel-toast
💬 Framework-agnostic vercel design's toast component (≈1KB Gzipped)
Stars: ✭ 67 (+219.05%)
Mutual labels:  zeit, vercel
notion-custom-domain
📝 Custom domains for your public Notion pages
Stars: ✭ 23 (+9.52%)
Mutual labels:  zeit, vercel
netlify-cms-oauth-provider-node
A stateless external OAuth provider for netlify-cms with built-in support for Vercel serverless functions
Stars: ✭ 30 (+42.86%)
Mutual labels:  zeit, vercel
docker-craft-nginx
🐳 A minimal Docker container for Craft CMS, intended for use with zeit-now.
Stars: ✭ 26 (+23.81%)
Mutual labels:  zeit, zeit-now
Release
Generate changelogs with a single command
Stars: ✭ 3,402 (+16100%)
Mutual labels:  zeit, vercel
unity-rich-text
🌈 Forget about rich text tags pain
Stars: ✭ 14 (-33.33%)
Mutual labels:  upm, upm-package
pytorch-serving
[UNMAINTAINED] A starter pack for creating a lightweight responsive web app for Fast.AI PyTorch models.
Stars: ✭ 16 (-23.81%)
Mutual labels:  deployment, zeit-now
zoom-slack-status-updater
Update your Slack status automatically when you join a Zoom meeting.
Stars: ✭ 23 (+9.52%)
Mutual labels:  zeit-now, vercel
com.xrtk.oculus
The Oculus platform components for the XRTK
Stars: ✭ 11 (-47.62%)
Mutual labels:  upm, upm-package
datasette-publish-vercel
Datasette plugin for publishing data using Vercel
Stars: ✭ 30 (+42.86%)
Mutual labels:  zeit-now, vercel
now-nuxt
A Now v2 Nuxt builder
Stars: ✭ 25 (+19.05%)
Mutual labels:  zeit, zeit-now

Unity Now

Deploy Unity WebGL builds on Vercel serverless platform with ease.

Installation

Install via OpenUPM

The package is available on the openupm registry. It's recommended to install it via openupm-cli.

openupm add com.skibitsky.unity-now

Install via Git URL

Open Packages/manifest.json with your favorite text editor. Add the following line to the dependencies block.

{
    "dependencies": {
        "com.skibitsky.unity-now": "https://github.com/skibitsky/unity-now.git"
    }
}

Notice: 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.

"lock": {
  "com.skibitsky.unity-now": {
    "revision": "master",
    "hash": "..."
  }
}

Usage

  1. Add your access token to the Configure Now assets (Assets/ConfigureNow)
  2. Run Now→ Deploy from the menu bar
  3. Select your WebGL build
  4. Wait till deployment completes

Configuration

You can configure Unity Now using Configure Now scriptable object. By default it is located at Assets/ConfigureNow and contains the following properties:

Name Description
Token Zeit Now access token. You can generate a new one here
Base URL Endpoint base URL. You can change it if you need a certain server location. Read more
Copy URL If enabled, Unity Now will save the deployment URL to the clipboard after the deployment is complete

License

MIT © skibitsky

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].