custom rt added for split-screen

This commit is contained in:
2024-05-06 13:55:55 +01:00
parent 9a9096a57d
commit 811e97547b
25 changed files with 3590 additions and 1049 deletions

View File

@@ -15,5 +15,5 @@ MonoBehaviour:
colorMode: 2
topLeft: {r: 1, g: 1, b: 1, a: 1}
topRight: {r: 1, g: 1, b: 1, a: 1}
bottomLeft: {r: 1, g: 1, b: 0, a: 1}
bottomRight: {r: 1, g: 1, b: 0, a: 1}
bottomLeft: {r: 1, g: 1, b: 0, a: 0.8392157}
bottomRight: {r: 1, g: 1, b: 0, a: 0.8392157}

View File

@@ -46,9 +46,9 @@ Material:
m_Ints: []
m_Floats:
- _Ambient: 0.5
- _Bevel: 0.5
- _Bevel: 0.95
- _BevelClamp: 0
- _BevelOffset: 0
- _BevelOffset: 0.5
- _BevelRoundness: 0
- _BevelWidth: 0
- _BumpFace: 0
@@ -59,8 +59,8 @@ Material:
- _FaceDilate: 0
- _FaceUVSpeedX: 0
- _FaceUVSpeedY: 0
- _GlowInner: 0.05
- _GlowOffset: 0
- _GlowInner: 0.228
- _GlowOffset: -0.53
- _GlowOuter: 0.05
- _GlowPower: 0.75
- _GradientScale: 6
@@ -86,12 +86,12 @@ Material:
- _StencilOp: 0
- _StencilReadMask: 255
- _StencilWriteMask: 255
- _TextureHeight: 512
- _TextureWidth: 512
- _TextureHeight: 256
- _TextureWidth: 256
- _UnderlayDilate: 0
- _UnderlayOffsetX: 0
- _UnderlayOffsetX: -0.52
- _UnderlayOffsetY: 0
- _UnderlaySoftness: 0
- _UnderlaySoftness: 0.058
- _VertexOffsetX: 0
- _VertexOffsetY: 0
- _WeightBold: 0.75
@@ -100,7 +100,7 @@ Material:
- _ClipRect: {r: -32767, g: -32767, b: 32767, a: 32767}
- _EnvMatrixRotation: {r: 0, g: 0, b: 0, a: 0}
- _FaceColor: {r: 1, g: 1, b: 1, a: 1}
- _GlowColor: {r: 0, g: 1, b: 0, a: 0.5}
- _GlowColor: {r: 0, g: 0, b: 0, a: 0.5}
- _MaskCoord: {r: 0, g: 0, b: 32767, a: 32767}
- _OutlineColor: {r: 0, g: 0, b: 0, a: 1}
- _ReflectFaceColor: {r: 0, g: 0, b: 0, a: 1}