Skip to content

Commit

Permalink
Upgrade EcsRx, Zenject, UniRx, game code
Browse files Browse the repository at this point in the history
  • Loading branch information
erinloy committed Dec 13, 2019
1 parent 636fc69 commit 02bd51b
Show file tree
Hide file tree
Showing 1,299 changed files with 18,789 additions and 21,143 deletions.
99 changes: 53 additions & 46 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,53 +1,60 @@
[Ll]ibrary/
[Tt]emp/
[Oo]bj/
[Bb]uild/

# Autogenerated VS/MD solution and project files
/*.csproj
/*.unityproj
/*.sln
/*.suo
/*.user
/*.userprefs
/*.pidb
/*.booproj

#Unity3D Generated File On Crash Reports
sysinfo.txt
# This .gitignore file should be placed at the root of your Unity project directory
#
# Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore
#
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/[Bb]uilds/
/[Ll]ogs/
/[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*

# Visual Studio cache directory
.vs/

# Gradle cache directory
.gradle/

# =============== #
# Unity generated #
# =============== #
Temp/
Obj/
UnityGenerated/
Library/

# ===================================== #
# Visual Studio / MonoDevelop generated #
# ===================================== #
# Autogenerated VS/MD/Consulo solution and project files
ExportedObj/
*.svd
*.userprefs
.consulo/
*.csproj
*.pidb
*.suo
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.unityproj
*.userprefs
*.pidb
*.booproj
*.svd
*.pdb
*.mdb
*.opendb
*.VC.db

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

# Unity3D generated file on crash reports
sysinfo.txt

# Builds
*.apk
*.unitypackage

# Crashlytics generated file
crashlytics-build.properties

# ============ #
# OS generated #
# ============ #
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db

\.idea/
Binary file modified Assets/EcsRx/EcsRx.Infrastructure.dll
Binary file not shown.
52 changes: 51 additions & 1 deletion Assets/EcsRx/EcsRx.Infrastructure.dll.meta

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

Binary file modified Assets/EcsRx/EcsRx.MicroRx.dll
Binary file not shown.
52 changes: 51 additions & 1 deletion Assets/EcsRx/EcsRx.MicroRx.dll.meta

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

Binary file added Assets/EcsRx/EcsRx.Plugins.Batching.dll
Binary file not shown.
80 changes: 80 additions & 0 deletions Assets/EcsRx/EcsRx.Plugins.Batching.dll.meta

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

Binary file added Assets/EcsRx/EcsRx.Plugins.Computeds.dll
Binary file not shown.
Loading

0 comments on commit 02bd51b

Please sign in to comment.