I'm having trouble making a VR Chat avatar on Mac
needs more information
Tedster_360
I've installed .NET 8 SDK and Unity Hub/Unity 3.10.0. I'm using the Creator Companion website guide to create from the avatar templates using Unity, and the Terminal to run the necessary commands to allow the project to work.
I'm stuck on the "new" stage, where I need to give the project a name and set a "path". I can't figure out the format for the path and why the commands aren't recognising the avatar/base/world templates that are already in my computer.
I've ran "vpm check hub" and "vpm install templates" commands (successfully), but that's a far as I got. Is this process even possible? Or am I missing a step?
Log In
White Lotuz
needs more information
White Lotuz
Have you tried using the structure mentioned in https://vcc.docs.vrchat.com/vpm/cli#new ?
The format is
vpm new <projectName> [template] [-p path]
, so if you want to make a new avatar from our template and put it on your desktop, you could run vpm new MyProjectName Avatar -p ~/Desktop
. If you have your own template you want to use, try vpm new MyProjectName "/path/to/your/template" -p ~/Desktop
.You can get the path of a folder in Finder if you right-click, hold Option on your keyboard, and select "Copy _ as Pathname".