Skip to content

Commit

Permalink
Merge pull request #4 from techno-dwarf-works/feature/refactoring
Browse files Browse the repository at this point in the history
Version 0.0.5
  • Loading branch information
uurha authored Oct 7, 2024
2 parents 9e4999f + c8c7abf commit 9bd2d28
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 37 deletions.
12 changes: 12 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[submodule "BetterAttributes"]
path = Assets/BetterAttributes
url = [email protected]:techno-dwarf-works/better-attributes.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
1 change: 1 addition & 0 deletions Assets/BetterAttributes
Submodule BetterAttributes added at 6bd91b
8 changes: 8 additions & 0 deletions Assets/BetterAttributes.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/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.

6 changes: 3 additions & 3 deletions Assets/BetterConditions/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "com.tdw.better.conditions",
"displayName": "Better Conditions",
"version": "0.0.4",
"version": "0.0.5",
"unity": "2021.3",
"description": " ",
"dependencies": {
"com.tdw.better.internal.core": "0.0.2",
"com.tdw.better.commons": "0.0.44",
"com.tdw.better.attributes": "0.0.1"
"com.tdw.better.commons": "0.0.57",
"com.tdw.better.attributes": "0.0.2"
},
"author": {
"name": "Better Plugins",
Expand Down
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.

6 changes: 1 addition & 5 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"dependencies": {
"com.tdw.better.attributes": "0.0.1",
"com.tdw.better.commons": "0.0.44",
"com.tdw.better.internal.core": "0.0.2",
"com.unity.collab-proxy": "2.0.1",
"com.unity.feature.development": "1.0.1",
"com.unity.ide.rider": "3.0.18",
Expand Down Expand Up @@ -50,8 +47,7 @@
"name": "Better Plugins",
"url": "https://package.openupm.com",
"scopes": [
"com.tdw",
"com.uurha"
"com.tdw"
]
}
]
Expand Down
26 changes: 0 additions & 26 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,5 @@
{
"dependencies": {
"com.tdw.better.attributes": {
"version": "0.0.1",
"depth": 0,
"source": "registry",
"dependencies": {
"com.tdw.better.commons": "0.0.41",
"com.tdw.better.internal.core": "0.0.2"
},
"url": "https://package.openupm.com"
},
"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": 0,
"source": "registry",
"dependencies": {},
"url": "https://package.openupm.com"
},
"com.unity.collab-proxy": {
"version": "2.0.1",
"depth": 0,
Expand Down
5 changes: 2 additions & 3 deletions ProjectSettings/PackageManagerSettings.asset

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

0 comments on commit 9bd2d28

Please sign in to comment.