Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
31 changes: 20 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,35 @@
#
# Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore
#
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/[Bb]uilds/
/[Ll]ogs/
/[Uu]ser[Ss]ettings/
./Library/
./Temp/
./Obj/
./Build/
./Builds/
./Logs/
./UserSettings/

Library/
Temp/
Obj/
Build/
Builds/
Logs/
UserSettings/


# MemoryCaptures can get excessive in size.
# They also could contain extremely sensitive data
/[Mm]emoryCaptures/
./MemoryCaptures/

# Recordings can get excessive in size
/[Rr]ecordings/
./Recordings/

# Uncomment this line if you wish to ignore the asset store tools plugin
# /[Aa]ssets/AssetStoreTools*
# /Assets/AssetStoreTools*

# Autogenerated Jetbrains Rider plugin
/[Aa]ssets/Plugins/Editor/JetBrains*
Assets/Plugins/Editor/JetBrains*

# Visual Studio cache directory
.vs/
Expand Down
8 changes: 8 additions & 0 deletions Assets/TowerDefense.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Assets/TowerDefense/3d.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/TowerDefense/3d/MiniGame_BG_Scene.fbx
Binary file not shown.
106 changes: 106 additions & 0 deletions Assets/TowerDefense/3d/MiniGame_BG_Scene.fbx.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading