Skip to content

Commit c1c7f5b

Browse files
committed
Added complete upgrade using UI Toolkit
1 parent d80d2fb commit c1c7f5b

File tree

911 files changed

+62685
-37224
lines changed

Some content is hidden

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

911 files changed

+62685
-37224
lines changed

.gitignore

Lines changed: 43 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,33 @@
1-
[Ll]ibrary/
2-
[Tt]emp/
3-
[Oo]bj/
4-
[Bb]uild/
5-
[Bb]uilds/
6-
Assets/AssetStoreTools*
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/
712

8-
# Visual Studio 2015 cache directory
9-
/.vs/
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+
# Autogenerated Jetbrains Rider plugin
24+
/[Aa]ssets/Plugins/Editor/JetBrains*
25+
26+
# Visual Studio cache directory
27+
.vs/
28+
29+
# Gradle cache directory
30+
.gradle/
1031

1132
# Autogenerated VS/MD/Consulo solution and project files
1233
ExportedObj/
@@ -22,14 +43,26 @@ ExportedObj/
2243
*.booproj
2344
*.svd
2445
*.pdb
46+
*.mdb
47+
*.opendb
48+
*.VC.db
2549

2650
# Unity3D generated meta files
2751
*.pidb.meta
2852
*.pdb.meta
53+
*.mdb.meta
2954

30-
# Unity3D Generated File On Crash Reports
55+
# Unity3D generated file on crash reports
3156
sysinfo.txt
3257

3358
# Builds
3459
*.apk
35-
*.unitypackage
60+
*.aab
61+
*.unitypackage
62+
*.app
63+
64+
# Crashlytics generated file
65+
crashlytics-build.properties
66+
67+
# Packed Addressables
68+
/[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin*

.idea/.idea.Unity-Horizontal-Compass/.idea/.gitignore

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

.idea/.idea.Unity-Horizontal-Compass/.idea/copilot.data.migration.agent.xml

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

.idea/.idea.Unity-Horizontal-Compass/.idea/copilot.data.migration.ask2agent.xml

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

.idea/.idea.Unity-Horizontal-Compass/.idea/copilot.data.migration.edit.xml

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

.idea/.idea.Unity-Horizontal-Compass/.idea/encodings.xml

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

.idea/.idea.Unity-Horizontal-Compass/.idea/indexLayout.xml

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/Demigiant.meta

Lines changed: 0 additions & 10 deletions
This file was deleted.

Assets/Demigiant/DOTween.meta

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)