Skip to content

Commit

Permalink
Merge pull request #16 from techno-dwarf-works/feature/refactoring
Browse files Browse the repository at this point in the history
Version 0.1.3
  • Loading branch information
uurha authored Oct 7, 2024
2 parents 2292caf + 6d3ad56 commit 6cf6d63
Show file tree
Hide file tree
Showing 12 changed files with 57 additions and 44 deletions.
16 changes: 16 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[submodule "BetterProjectSettings"]
path = Assets/BetterProjectSettings
url = [email protected]:techno-dwarf-works/better-project-settings.git
branch = upm
[submodule "BetterCommons"]
path = Assets/BetterCommons
url = [email protected]:techno-dwarf-works/better-commons.git
branch = upm
[submodule "BetterInternalCore"]
path = Assets/BetterInternalCore
url = [email protected]:techno-dwarf-works/better-internal-core.git
branch = upm
[submodule "BetterSingletons"]
path = Assets/BetterSingletons
url = [email protected]:techno-dwarf-works/better-singletons.git
branch = upm
1 change: 1 addition & 0 deletions Assets/BetterCommons
Submodule BetterCommons added at 2a0f16
8 changes: 8 additions & 0 deletions Assets/BetterCommons.meta

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

1 change: 1 addition & 0 deletions Assets/BetterInternalCore
Submodule BetterInternalCore added at dd654e
8 changes: 8 additions & 0 deletions Assets/BetterInternalCore.meta

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

8 changes: 4 additions & 4 deletions Assets/BetterLogger/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "com.tdw.better.logger",
"displayName": "Better Logger",
"version": "0.1.2",
"version": "0.1.3",
"unity": "2021.3",
"description": " ",
"dependencies": {
"com.tdw.better.internal.core": "0.0.2",
"com.tdw.better.commons": "0.0.44",
"com.tdw.better.projectsettings": "0.1.3",
"com.tdw.better.singletons": "0.1.0"
"com.tdw.better.commons": "0.0.57",
"com.tdw.better.projectsettings": "0.1.4",
"com.tdw.better.singletons": "0.1.1"
},
"author": {
"name": "Better Plugins",
Expand Down
1 change: 1 addition & 0 deletions Assets/BetterProjectSettings
Submodule BetterProjectSettings added at 42a481
8 changes: 8 additions & 0 deletions Assets/BetterProjectSettings.meta

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

1 change: 1 addition & 0 deletions Assets/BetterSingletons
Submodule BetterSingletons added at 7e1c95
8 changes: 8 additions & 0 deletions Assets/BetterSingletons.meta

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

2 changes: 0 additions & 2 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"dependencies": {
"com.tdw.better.commons": "0.0.44",
"com.tdw.better.projectsettings": "0.1.3",
"com.unity.collab-proxy": "2.0.1",
"com.unity.feature.development": "1.0.1",
"com.unity.ide.rider": "3.0.18",
Expand Down
39 changes: 1 addition & 38 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,5 @@
{
"dependencies": {
"com.tdw.better.commons": {
"version": "0.0.44",
"depth": 0,
"source": "registry",
"dependencies": {
"com.tdw.better.internal.core": "0.0.2"
},
"url": "https://package.openupm.com"
},
"com.tdw.better.internal.core": {
"version": "0.0.2",
"depth": 1,
"source": "registry",
"dependencies": {},
"url": "https://package.openupm.com"
},
"com.tdw.better.projectsettings": {
"version": "0.1.3",
"depth": 0,
"source": "registry",
"dependencies": {
"com.tdw.better.singletons": "0.1.0",
"com.tdw.better.internal.core": "0.0.2",
"com.tdw.better.commons": "0.0.22"
},
"url": "https://package.openupm.com"
},
"com.tdw.better.singletons": {
"version": "0.1.0",
"depth": 1,
"source": "registry",
"dependencies": {
"com.tdw.better.commons": "0.0.2",
"com.tdw.better.internal.core": "0.0.2"
},
"url": "https://package.openupm.com"
},
"com.unity.collab-proxy": {
"version": "2.0.1",
"depth": 0,
Expand Down Expand Up @@ -146,9 +109,9 @@
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.modules.audio": "1.0.0",
"com.unity.modules.director": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.audio": "1.0.0",
"com.unity.modules.particlesystem": "1.0.0"
},
"url": "https://packages.unity.com"
Expand Down

0 comments on commit 6cf6d63

Please sign in to comment.