Added attributes for Git LFS

This commit is contained in:
raccoon
2024-05-21 19:06:23 +05:00
parent d973887e07
commit 37180d145c
2 changed files with 49 additions and 6 deletions

View File

@@ -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.