1 Commits

Author SHA1 Message Date
raccoon
7ff21d3c98 Added Avatars settings and package 2024-12-16 00:54:51 +05:00
2 changed files with 2 additions and 23 deletions

View File

@@ -1,11 +1,8 @@
# VRChat Unity project template # VRChat Unity project template
Omni-template for making VRChat content Omni-template for making VRChat content
## Synopsis ## Synopsis
The template have: The template have:
- Unity Editor settings for work with Git - Unity Editor settings for work with Git
- Git settings for work with Unity Editor - Git settings for work with Unity Editor
- Git LFS attributes - Git LFS attributes
@@ -17,8 +14,7 @@ The template have:
The repository have separate branches for separate content types, the only difference between them is default packages in `Packages/vpm-manifest.json` The repository have separate branches for separate content types, the only difference between them is default packages in `Packages/vpm-manifest.json`
> Branches structure > Branches structure
> > ```
> ```text
> -master-+----------------------> > -master-+---------------------->
> |\ > |\
> | \-world--------------> > | \-world-------------->
@@ -26,8 +22,7 @@ The repository have separate branches for separate content types, the only diffe
> \-avatar-------------> > \-avatar------------->
> ``` > ```
## How to use for a new project ## How to use
1. `git init` a new repo from the branch you want 1. `git init` a new repo from the branch you want
2. Init Git LFS with `git lfs install` 2. Init Git LFS with `git lfs install`
3. Open the project in Unity 3. Open the project in Unity
@@ -36,21 +31,10 @@ The repository have separate branches for separate content types, the only diffe
> After opening the project in Unity Editor you might want to add **all** new files to Git. > After opening the project in Unity Editor you might want to add **all** new files to Git.
## How to work with existing project
1. Check that you have git-lfs installed `git lfs status`
2. Pull existing repo `git pull https://gitlab.com/ProcyonLotor/vrchat-template.git` and optionally pull all LFS objects `git lfs fetch --all`
(repo will take much more disk space, but will have complete project history)
3. (Optional) Some VPM packages might come from Community Repositories,
add them from project's [vpm-repositories.txt](./vpm-repositories.txt) file to CreatorCompanion,
or run this command in project's folder `FOR /F %L IN (.\vpm-repositories.txt) DO vpm add repo %L`
(command requires `vpm` tool installed, see [vpm cli](https://vcc.docs.vrchat.com/vpm/cli/))
> **IMPORTANT**: When opening a previously worked on project on a new machine, Unity may warn you about script errors and suggest you enter Safe Mode, > **IMPORTANT**: When opening a previously worked on project on a new machine, Unity may warn you about script errors and suggest you enter Safe Mode,
> this is because VPM has not loaded yet and didn't resolved the required packages, ignore the errors and continue loading. > this is because VPM has not loaded yet and didn't resolved the required packages, ignore the errors and continue loading.
> Sometimes you may need to reopen the project couple times for all packages to resolve and scripts to recompile. > Sometimes you may need to reopen the project couple times for all packages to resolve and scripts to recompile.
## License ## License
For project's license see [LICENSE](./LICENSE) file. For project's license see [LICENSE](./LICENSE) file.
Project contains `com.vrchat.core.bootstrap` package, for license see [Packages/com.vrchat.core.bootstrap/License.md](./Packages/com.vrchat.core.bootstrap/License.md) file. Project contains `com.vrchat.core.bootstrap` package, for license see [Packages/com.vrchat.core.bootstrap/License.md](./Packages/com.vrchat.core.bootstrap/License.md) file.

View File

@@ -1,5 +0,0 @@
https://adjerry91.github.io/VRCFaceTracking-Templates/index.json
https://poiyomi.github.io/vpm/index.json
https://vcc.vrcfury.com/
https://spokeek.github.io/goloco/index.json
https://wholesomevr.github.io/SPS-Configurator/index.json