https://github.com/reddit/devvit-template-unity
This is the Unity Starter Template Project for Devvit
https://github.com/reddit/devvit-template-unity
Last synced: 3 months ago
JSON representation
This is the Unity Starter Template Project for Devvit
- Host: GitHub
- URL: https://github.com/reddit/devvit-template-unity
- Owner: reddit
- License: other
- Created: 2025-11-21T02:59:21.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-02-02T20:48:28.000Z (5 months ago)
- Last Synced: 2026-02-03T10:40:04.433Z (5 months ago)
- Language: TypeScript
- Size: 31.6 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Devvit Unity Starter
A starter to build web applications on Reddit's developer platform
- [Devvit](https://developers.reddit.com/): A way to build and deploy immersive games on Reddit
- [Hono](https://hono.dev/): For backend logic
- [TypeScript](https://www.typescriptlang.org/): For type safety
- [Unity](https://www.unity.com/): For gameplay
The full Unity project for this project can be found [here](https://github.com/reddit/devvit-unity-project)
## Getting Started
> Make sure you have Node 22 downloaded on your machine before running!
1. Run `npm create devvit@latest --template=unity`
2. Go through the installation wizard. You will need to create a Reddit account and connect it to Reddit developers
3. Copy the command on the success page into your terminal
## Commands
- `npm run dev`: Starts a development server where you can develop your application live on Reddit.
- `npm run build`: Builds your client and server projects
- `npm run deploy`: Uploads a new version of your app
- `npm run launch`: Publishes your app for review
- `npm run login`: Logs your CLI into Reddit
- `npm run type-check`: Type checks, lints, and prettifies your app