Skip to content

Commit 7d61f22

Browse files
committed
Merge branch 'beta' into release
* beta: chore: Update version number docs(links): Add links between .md documentation files docs(various): Add .md files with setup, data and usage information fix: gitignore fix chore: Update gitignore files(license_coc): Add license and code of conduct files docs(readme): Update README.md & add documentation media files refactor(api): Renamed variables to match refactor(api): Rename function names and remove unnecessary functions First Commit: Mass upload files for etee API
2 parents bc60f17 + 726643c commit 7d61f22

114 files changed

Lines changed: 20728 additions & 2 deletions

File tree

Some content is hidden

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

.gitignore

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

.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/eteeAPI.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.

Assets/eteeAPI/Assets.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.

Assets/eteeAPI/Assets/Animation.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.

0 commit comments

Comments
 (0)