Skip to content

Commit

Permalink
update unity version to 2018.3.0f2
Browse files Browse the repository at this point in the history
  • Loading branch information
naichilab committed Jan 15, 2019
1 parent c79738c commit 3589c18
Show file tree
Hide file tree
Showing 6 changed files with 318 additions and 178 deletions.
32 changes: 23 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/[Bb]uilds/
/Assets/AssetStoreTools*
[Ll]ibrary/
[Tt]emp/
[Oo]bj/
[Bb]uild/
[Bb]uilds/
[Ll]ogs/

# Visual Studio 2015 cache directory
/.vs/
# Uncomment this line if you wish to ignore the asset store tools plugin
# [Aa]ssets/AssetStoreTools*

# Visual Studio cache directory
.vs/

# Gradle cache directory
.gradle/

# Autogenerated VS/MD/Consulo solution and project files
ExportedObj/
Expand All @@ -22,17 +28,25 @@ ExportedObj/
*.booproj
*.svd
*.pdb
*.mdb
*.opendb
*.VC.db

# Unity3D generated meta files
*.pidb.meta
*.pdb.meta
*.mdb.meta

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

# Builds
*.apk
*.unitypackage

# Crashlytics generated file
crashlytics-build.properties

WebGLRelease/

Assets/GSSA*
Expand Down
Loading

0 comments on commit 3589c18

Please sign in to comment.