-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Synchronized with all bug fixes in submodules
- Loading branch information
1 parent
5731e9a
commit 059fb24
Showing
16 changed files
with
42 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule EasyLoading
updated
11 files
Submodule EventManagement
updated
23 files
Submodule GameQuest
updated
34 files
Submodule GenericSingleton
updated
12 files
+8 −0 | CHANGELOG.md | |
+1 −1 | CHANGELOG.md.meta | |
+1 −1 | LICENSE.md.meta | |
+3 −0 | README.md | |
+1 −1 | README.md.meta | |
+1 −1 | Runtime.meta | |
+1 −1 | Runtime/FredericRP.Singleton.Runtime.asmdef.meta | |
+1 −1 | Runtime/Scripts.meta | |
+19 −0 | Runtime/Scripts/SimpleSingleton.cs | |
+11 −0 | Runtime/Scripts/SimpleSingleton.cs.meta | |
+1 −1 | Runtime/Scripts/Singleton.cs.meta | |
+1 −1 | package.json.meta |
Submodule PersistentDataSystem
updated
5 files
+2 −0 | CHANGELOG.md | |
+ − | Documentation~/images/persistent-component.jpg | |
+65 −15 | README.md | |
+23 −29 | Runtime/Scripts/PersistentDataSystem.cs | |
+6 −1 | Runtime/Scripts/SavedData.cs |
Submodule ScreenTransitions
updated
7 files
Submodule SimpleLocalization
updated
9 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
m_EditorVersion: 2020.3.18f1 | ||
m_EditorVersionWithRevision: 2020.3.18f1 (a7d1c678663c) | ||
m_EditorVersion: 2020.3.20f1 | ||
m_EditorVersionWithRevision: 2020.3.20f1 (41c4e627c95f) |