Skip to content

Commit 2236873

Browse files
committed
fix: files
1 parent 4143ce2 commit 2236873

383 files changed

Lines changed: 51 additions & 981 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: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,27 @@
11
# This .gitignore file should be placed at the root of your Unity project directory
22
#
3-
# Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore
3+
# Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore
44
#
5-
[Ll]ibrary/
6-
[Tt]emp/
7-
[Oo]bj/
8-
[Bb]uild/
9-
[Bb]uilds/
10-
[Ll]ogs/
11-
[Mm]emoryCaptures/
5+
/[Ll]ibrary/
6+
/[Tt]emp/
7+
/[Oo]bj/
8+
/[Bb]uild/
9+
/[Bb]uilds/
10+
/[Ll]ogs/
11+
/[Uu]ser[Ss]ettings/
1212

13-
# Asset meta data should only be ignored when the corresponding asset is also ignored
14-
!/[Aa]ssets/**/*.meta
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/
1519

1620
# Uncomment this line if you wish to ignore the asset store tools plugin
17-
[Aa]ssets/AssetStoreTools*
21+
# /[Aa]ssets/AssetStoreTools*
1822

1923
# Autogenerated Jetbrains Rider plugin
20-
[Aa]ssets/Plugins/Editor/JetBrains*
24+
/[Aa]ssets/Plugins/Editor/JetBrains*
2125

2226
# Visual Studio cache directory
2327
.vs/
@@ -53,8 +57,16 @@ sysinfo.txt
5357

5458
# Builds
5559
*.apk
60+
*.aab
5661
*.unitypackage
62+
*.app
5763

5864
# Crashlytics generated file
5965
crashlytics-build.properties
6066

67+
# Packed Addressables
68+
/[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin*
69+
70+
# Temporary auto-generated Android Assets
71+
/[Aa]ssets/[Ss]treamingAssets/aa.meta
72+
/[Aa]ssets/[Ss]treamingAssets/aa/*

.idea/.gitignore

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

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

.idea/vcs.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.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Changing_Language/Assets/My Game/Localization/Intro/AllText.txt renamed to Assets/My Game/Localization/Intro/AllText.txt

File renamed without changes.

Changing_Language/Assets/My Game/Localization/Intro/AllText.txt.meta renamed to Assets/My Game/Localization/Intro/AllText.txt.meta

File renamed without changes.

0 commit comments

Comments
 (0)