Skip to content

Commit 4711293

Browse files
committed
First commit
1 parent 2681ccd commit 4711293

File tree

77 files changed

+4603
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+4603
-0
lines changed

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*.png filter=lfs diff=lfs merge=lfs -text
2+
*.psd filter=lfs diff=lfs merge=lfs -text
3+
*.fbx filter=lfs diff=lfs merge=lfs -text
4+
*.exe filter=lfs diff=lfs merge=lfs -text

.gitignore

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
# Created by https://www.toptal.com/developers/gitignore/api/unity
2+
# Edit at https://www.toptal.com/developers/gitignore?templates=unity
3+
4+
### Unity ###
5+
# This .gitignore file should be placed at the root of your Unity project directory
6+
#
7+
# Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore
8+
/[Ll]ibrary/
9+
/[Tt]emp/
10+
/[Oo]bj/
11+
/[Bb]uild/
12+
/[Bb]uilds/
13+
/[Ll]ogs/
14+
/[Uu]ser[Ss]ettings/
15+
16+
# MemoryCaptures can get excessive in size.
17+
# They also could contain extremely sensitive data
18+
/[Mm]emoryCaptures/
19+
20+
# Recordings can get excessive in size
21+
/[Rr]ecordings/
22+
23+
# Uncomment this line if you wish to ignore the asset store tools plugin
24+
# /[Aa]ssets/AssetStoreTools*
25+
26+
# Autogenerated Jetbrains Rider plugin
27+
/[Aa]ssets/Plugins/Editor/JetBrains*
28+
29+
# Visual Studio cache directory
30+
.vs/
31+
32+
# Gradle cache directory
33+
.gradle/
34+
35+
# Autogenerated VS/MD/Consulo solution and project files
36+
ExportedObj/
37+
.consulo/
38+
*.csproj
39+
*.unityproj
40+
*.sln
41+
*.suo
42+
*.tmp
43+
*.user
44+
*.userprefs
45+
*.pidb
46+
*.booproj
47+
*.svd
48+
#*.pdb
49+
#*.mdb
50+
*.opendb
51+
*.VC.db
52+
53+
# Unity3D generated meta files
54+
*.pidb.meta
55+
#*.pdb.meta
56+
#*.mdb.meta
57+
58+
# Unity3D generated file on crash reports
59+
sysinfo.txt
60+
61+
# Builds
62+
#*.apk
63+
#*.aab
64+
#*.unitypackage
65+
#*.app
66+
67+
# Crashlytics generated file
68+
crashlytics-build.properties
69+
70+
# Packed Addressables
71+
/[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin*
72+
73+
# Temporary auto-generated Android Assets
74+
/[Aa]ssets/[Ss]treamingAssets/aa.meta
75+
/[Aa]ssets/[Ss]treamingAssets/aa/*
76+
77+
# End of https://www.toptal.com/developers/gitignore/api/unity
78+
79+
# VCC
80+
ProjectSettings/Packages/com.vrchat.base/

.vsconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"version": "1.0",
3+
"components": [
4+
"Microsoft.VisualStudio.Workload.ManagedGame"
5+
]
6+
}

Assets/.gitkeep

Whitespace-only changes.

Packages/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/*/
2+
!com.vrchat.core.*/

Packages/com.vrchat.core.vpm-resolver/Editor.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Packages/com.vrchat.core.vpm-resolver/Editor/Dependencies.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

Packages/com.vrchat.core.vpm-resolver/Editor/Dependencies/ICSharpCode.SharpZipLib.dll.meta

Lines changed: 33 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Copyright (c) 2016 Adam Reeve
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4+
5+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6+
7+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)