game(scene): completed house layout

This commit is contained in:
rezazfn 2025-01-25 21:24:28 +08:00
parent 339576e8ae
commit 5fc711acd4
3 changed files with 38488 additions and 6 deletions

File diff suppressed because one or more lines are too long

View file

@ -13,6 +13,7 @@
"com.unity.ide.vscode": "1.2.5", "com.unity.ide.vscode": "1.2.5",
"com.unity.inputsystem": "1.11.2", "com.unity.inputsystem": "1.11.2",
"com.unity.learn.iet-framework": "3.1.3", "com.unity.learn.iet-framework": "3.1.3",
"com.unity.probuilder": "5.2.3",
"com.unity.purchasing": "4.11.0", "com.unity.purchasing": "4.11.0",
"com.unity.render-pipelines.universal": "14.0.11", "com.unity.render-pipelines.universal": "14.0.11",
"com.unity.test-framework": "1.1.33", "com.unity.test-framework": "1.1.33",

View file

@ -162,6 +162,17 @@
"dependencies": {}, "dependencies": {},
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
"com.unity.probuilder": {
"version": "5.2.3",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.modules.imgui": "1.0.0",
"com.unity.modules.physics": "1.0.0",
"com.unity.settings-manager": "1.0.3"
},
"url": "https://packages.unity.com"
},
"com.unity.purchasing": { "com.unity.purchasing": {
"version": "4.11.0", "version": "4.11.0",
"depth": 0, "depth": 0,
@ -229,9 +240,9 @@
"depth": 1, "depth": 1,
"source": "registry", "source": "registry",
"dependencies": { "dependencies": {
"com.unity.modules.unitywebrequest": "1.0.0", "com.unity.modules.androidjni": "1.0.0",
"com.unity.nuget.newtonsoft-json": "3.2.1", "com.unity.nuget.newtonsoft-json": "3.2.1",
"com.unity.modules.androidjni": "1.0.0" "com.unity.modules.unitywebrequest": "1.0.0"
}, },
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },