Demo level design Portal Area

This commit is contained in:
szczuras4
2025-02-10 13:49:54 +01:00
parent 089626ad94
commit 218c289e4e
13 changed files with 9814 additions and 2270 deletions

View File

@@ -128,7 +128,7 @@ Material:
- USEDISSOLVE: 0
- USEDISSOLVEMASK: 0
- USEFRESNEL: 0
- Vector1_473704f964214ae2bc68475022d1524b: 0.0297
- Vector1_473704f964214ae2bc68475022d1524b: 0
- _AlphaClip: 1
- _AlphaToMask: 1
- _BendEffect: 0

View File

@@ -12,8 +12,8 @@ RenderTexture:
Hash: 00000000000000000000000000000000
m_IsAlphaChannelOptional: 0
serializedVersion: 6
m_Width: 2778
m_Height: 1284
m_Width: 2532
m_Height: 1170
m_AntiAliasing: 1
m_MipCount: -1
m_DepthStencilFormat: 0

View File

@@ -16,5 +16,5 @@ MonoBehaviour:
playmakerVersion:
showWelcomeScreen: 0
showUpgradeGuide: 0
lastAutoUpdateSignature:
lastAutoUpdateSignature: 6000.0.36f1__G:/PROJEKTY/BEYOND/BeyonGit/Assets__0.0.0.0
useLegacyNetworking: 0

View File

@@ -39,7 +39,6 @@ MonoBehaviour:
- fluxy
- StompyRobot.SRDebugger
- PPv2URPConverters
- Autodesk.Fbx
- Boxophobic.AtmosphericHeightFog.Editor
- StompyRobot.SRF.Editor
- LeanCommon
@@ -47,17 +46,12 @@ MonoBehaviour:
- CodeStage.AFPSCounter.Editor
- JetBrains.Frontend.2021.2
- Boxophobic.AtmosphericHeightFog.Runtime
- Smrvfx.Runtime
- Coffee.SoftMaskForUGUI
- StompyRobot.SRDebugger.Editor
- Boxophobic.Utils.Scripts
- LeanPool
- NavMeshComponentsEditor
- Coffee.SoftMaskForUGUI.Editor
- CodeStage.AFPSCounter.Examples
- Sirenix.OdinInspector.Modules.UnityMathematics
- Autodesk.Fbx.Editor
- Autodesk.Fbx.BuildTestAssets
showAdvancedSettings: 0
addMgrToSceneAutomatically: 0
autoUpdateReferences: 1

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 30d3c74e8577e4949aeaaf2ac2ceb479
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 793 KiB

After

Width:  |  Height:  |  Size: 808 KiB

View File

@@ -15,9 +15,9 @@ TerrainLayer:
m_Specular: {r: 0, g: 0, b: 0, a: 0}
m_Metallic: 0
m_Smoothness: 0
m_NormalScale: 1.69
m_NormalScale: 1.23
m_DiffuseRemapMin: {x: 0, y: 0, z: 0, w: 0}
m_DiffuseRemapMax: {x: 1, y: 1, z: 1, w: 1}
m_MaskMapRemapMin: {x: 0, y: 0.3407602, z: 0, w: 0}
m_MaskMapRemapMax: {x: 0.12903216, y: 0.42396322, z: 1, w: 0.101382375}
m_MaskMapRemapMin: {x: 0, y: 0.39703724, z: 0, w: 0}
m_MaskMapRemapMax: {x: 1, y: 0.4369502, z: 1, w: 0}
m_SmoothnessSource: 1

View File

@@ -1,7 +1,9 @@
{
"dependencies": {
"com.unity.multiplayer.center": "1.0.0",
"com.unity.postprocessing": "3.4.0",
"com.unity.render-pipelines.universal": "17.0.3",
"com.unity.timeline": "1.8.8",
"com.unity.modules.accessibility": "1.0.0",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",

View File

@@ -51,6 +51,15 @@
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.postprocessing": {
"version": "3.4.0",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.modules.physics": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.render-pipelines.core": {
"version": "17.0.3",
"depth": 1,
@@ -131,6 +140,18 @@
},
"url": "https://packages.unity.com"
},
"com.unity.timeline": {
"version": "1.8.8",
"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.particlesystem": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.ugui": {
"version": "2.0.0",
"depth": 2,

View File

@@ -1,2 +1,2 @@
m_EditorVersion: 6000.0.35f1
m_EditorVersionWithRevision: 6000.0.35f1 (9a3bc604008a)
m_EditorVersion: 6000.0.36f1
m_EditorVersionWithRevision: 6000.0.36f1 (9fe3b5f71dbb)