mirror of
https://gitlab.com/ProcyonLotor/vrchat-template.git
synced 2026-08-25 10:43:53 +05:00
Added attributes for Git LFS
This commit is contained in:
12
README.md
12
README.md
@@ -5,6 +5,7 @@ Omni-template for making VRChat content
|
||||
The template have:
|
||||
- Unity Editor settings for work with Git
|
||||
- Git settings for work with Unity Editor
|
||||
- Git LFS attributes
|
||||
- Bootstrapper for automated SDK packages download
|
||||
- Compatible with CreatorCompanion (but it may fuck up line endings!)
|
||||
|
||||
@@ -23,12 +24,13 @@ The repository have separate branches for separate content types, the only diffe
|
||||
> ```
|
||||
|
||||
## How to use
|
||||
1. Fork this repo from the branch you want
|
||||
2. Open the project in Unity
|
||||
3. Let VPM resolve all packages
|
||||
4. Load an example and check that everything works without errors
|
||||
1. `git init` a new repo from the branch you want
|
||||
2. Init Git LFS with `git lfs install`
|
||||
3. Open the project in Unity
|
||||
4. Let VPM resolve all packages
|
||||
5. Load an example and check that everything works without errors
|
||||
|
||||
> After opening the project in Unity Editor you might want to add **all** new untracked files to Git.
|
||||
> After opening the project in Unity Editor you might want to add **all** new files to Git.
|
||||
|
||||
## License
|
||||
For project's license see [/LICENSE](/LICENSE) file.
|
||||
|
||||
Reference in New Issue
Block a user