Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #36 from techno-dwarf-works/feature/refactoring
Browse files Browse the repository at this point in the history
Version 0.3.4
  • Loading branch information
uurha authored Aug 3, 2024
2 parents 16b20b7 + e7e920f commit 7880dc2
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"versionDefines": [
{
"name": "com.tdw.better.singletons",
"expression": "0.0.7",
"expression": "0.1.0",
"define": "BETTER_SINGLETONS"
},
{
"name": "com.tdw.better.services",
"expression": "0.0.4",
"expression": "0.1.2",
"define": "BETTER_SERVICES"
},
{
"name": "com.tdw.better.locators",
"expression": "0.0.7",
"expression": "0.1.12",
"define": "BETTER_LOCATORS"
}
],
Expand Down
8 changes: 4 additions & 4 deletions Assets/BetterSceneManagement/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "com.uurha.betterscenemanagement",
"displayName": "Better Scene Management",
"version": "0.3.3",
"unity": "2020.3",
"version": "0.3.4",
"unity": "2021.3",
"description": "Scene loader with ability to load and serialize SceneAssets",
"dependencies": {
"com.tdw.better.internal.core": "0.0.2",
"com.tdw.better.projectsettings": "0.1.3",
"com.tdw.better.commons": "0.0.22",
"com.uurha.betterattributes": "3.1.5"
"com.tdw.better.commons": "0.0.33",
"com.uurha.betterattributes": "3.1.8"
},
"author": {
"name": "Better Plugins",
Expand Down
6 changes: 4 additions & 2 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"dependencies": {
"com.tdw.better.commons": "0.0.22",
"com.tdw.better.commons": "0.0.33",
"com.tdw.better.internal.core": "0.0.2",
"com.tdw.better.locators": "0.1.12",
"com.tdw.better.projectsettings": "0.1.3",
"com.tdw.better.services": "0.1.2",
"com.unity.collab-proxy": "2.0.1",
"com.unity.ide.rider": "3.0.18",
"com.unity.ide.visualstudio": "2.0.17",
Expand All @@ -11,7 +13,7 @@
"com.unity.textmeshpro": "3.0.6",
"com.unity.timeline": "1.6.4",
"com.unity.ugui": "1.0.0",
"com.uurha.betterattributes": "3.1.5",
"com.uurha.betterattributes": "3.1.8",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0",
Expand Down
25 changes: 22 additions & 3 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"com.tdw.better.commons": {
"version": "0.0.22",
"version": "0.0.33",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -16,6 +16,16 @@
"dependencies": {},
"url": "https://package.openupm.com"
},
"com.tdw.better.locators": {
"version": "0.1.12",
"depth": 0,
"source": "registry",
"dependencies": {
"com.tdw.better.internal.core": "0.0.2",
"com.tdw.better.commons": "0.0.7"
},
"url": "https://package.openupm.com"
},
"com.tdw.better.projectsettings": {
"version": "0.1.3",
"depth": 0,
Expand All @@ -27,6 +37,15 @@
},
"url": "https://package.openupm.com"
},
"com.tdw.better.services": {
"version": "0.1.2",
"depth": 0,
"source": "registry",
"dependencies": {
"com.tdw.better.internal.core": "0.0.2"
},
"url": "https://package.openupm.com"
},
"com.tdw.better.singletons": {
"version": "0.1.0",
"depth": 1,
Expand Down Expand Up @@ -118,11 +137,11 @@
}
},
"com.uurha.betterattributes": {
"version": "3.1.5",
"version": "3.1.8",
"depth": 0,
"source": "registry",
"dependencies": {
"com.tdw.better.commons": "0.0.16",
"com.tdw.better.commons": "0.0.32",
"com.tdw.better.internal.core": "0.0.2"
},
"url": "https://package.openupm.com"
Expand Down

0 comments on commit 7880dc2

Please sign in to comment.