Skip to content
This repository has been archived by the owner on Apr 29, 2019. It is now read-only.

A completely automated script that sets up VRChat's content creation pipeline!

Notifications You must be signed in to change notification settings

Pyroglyph/vrchat-dev-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

The VRChat Development Environment Installer

I should come up with a catchier name...

A completely automated script to set up your VRChat content creation pipeline!

Features

  • Automatically installs Blender and Unity 5.6.3p1 if needed

  • Downloads the latest VRChat SDK and places it in the default Unity Projects folder, ready for use

Did I mention that this is completely automatic?

How to Use

  1. Open the Command Prompt/PowerShell as an Administrator (just press Win+X, then A).

  2. Copy-paste this into the prompt you just opened:

PowerShell; Set-ExecutionPolicy Bypass -Scope Process -Force; Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/Pyroglyph/vrchat-dev-install/master/vrchat-dev-install.ps1'))

  1. The script will download and run. You don't need to do anything else!

Planned Features

  • Auto-create a VRChat project with the SDK pre-installed

  • Check to see if Blender and/or Unity is already installed

  • Progress bars for (some) downloads, because it's not fun to look at a console with no output :/

Stuff you might want to know

This script downloads these files from the internet:

  • Latest Blender Installer (from Chocolatey) : ~90MB

  • Unity 5.6.3p1 Installer (from Unity) : ~600MB

  • Latest VRChat SDK Package (from VRChat) : ~10MB

If you are on a metered connection, be careful!

Releases

No releases published

Packages

No packages published