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
  •  
  •  
  •  
85 changes: 8 additions & 77 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,51 +1,14 @@
[Ll]ibrary/

# This .gitignore file should be placed at the root of your Unity project directory
[Tt]emp/

#
[Oo]bj/

# Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore
[Bb]uild/

#
[Bb]uilds/

/[Ll]ibrary/

/[Tt]emp/

/[Oo]bj/

/[Bb]uild/

/[Bb]uilds/

/[Ll]ogs/

/[Uu]ser[Ss]ettings/



# MemoryCaptures can get excessive in size.

# They also could contain extremely sensitive data

/[Mm]emoryCaptures/



# Asset meta data should only be ignored when the corresponding asset is also ignored

!/[Aa]ssets/**/*.meta



# Uncomment this line if you wish to ignore the asset store tools plugin

# /[Aa]ssets/AssetStoreTools*



# Autogenerated Jetbrains Rider plugin

/[Aa]ssets/Plugins/Editor/JetBrains*
Assets/AssetStoreTools*



Expand All @@ -55,12 +18,6 @@



# Gradle cache directory

.gradle/



# Autogenerated VS/MD/Consulo solution and project files

ExportedObj/
Expand Down Expand Up @@ -89,12 +46,8 @@ ExportedObj/

*.pdb

*.mdb

*.opendb

*.VC.db



# Unity3D generated meta files
Expand All @@ -103,11 +56,9 @@ ExportedObj/

*.pdb.meta

*.mdb.meta



# Unity3D generated file on crash reports
# Unity3D Generated File On Crash Reports

sysinfo.txt

Expand All @@ -117,24 +68,4 @@ sysinfo.txt

*.apk

*.unitypackage



# Crashlytics generated file

crashlytics-build.properties



# Packed Addressables

/[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin*



# Temporary auto-generated Android Assets

/[Aa]ssets/[Ss]treamingAssets/aa.meta

/[Aa]ssets/[Ss]treamingAssets/aa/*
*.unitypackage
Binary file modified .vs/2D-Game-Development/v16/.suo
Binary file not shown.
4 changes: 2 additions & 2 deletions 2D-Game-Development.sln
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{651643A2-7CFD-A5FF-F6C7-515671AA6CC7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-Editor", "Assembly-CSharp-Editor.csproj", "{39ACBD73-23DC-5869-F584-6A35010B82DD}"
Expand Down
1,257 changes: 633 additions & 624 deletions Assembly-CSharp-Editor.csproj

Large diffs are not rendered by default.

1,322 changes: 666 additions & 656 deletions Assembly-CSharp.csproj

Large diffs are not rendered by default.

Loading