Skip to content

Commit bf4743c

Browse files
authored
[scenes] Update all examples, benchmarks and demo scenes as well as some materials for new release (#101)
* [scenes] Update all examples * [models] Update some materials * [scenes] Update Benchmarks and demo scenes * [Scenes] Small update in scenes from the test sessions
1 parent b1e6591 commit bf4743c

24 files changed

Lines changed: 36462 additions & 34710 deletions

Core.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Core/Resources/Materials/FEM.mat

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,29 @@
22
%TAG !u! tag:unity3d.com,2011:
33
--- !u!21 &2100000
44
Material:
5-
serializedVersion: 6
5+
serializedVersion: 8
66
m_ObjectHideFlags: 0
77
m_CorrespondingSourceObject: {fileID: 0}
88
m_PrefabInstance: {fileID: 0}
99
m_PrefabAsset: {fileID: 0}
1010
m_Name: FEM
1111
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
12-
m_ShaderKeywords: _EMISSION _MAPPING_LATITUDE_LONGITUDE_LAYOUT _SMOOTHNESS_TEXTURE_ALBEDO_CHANNEL_A
12+
m_Parent: {fileID: 0}
13+
m_ModifiedSerializedProperties: 0
14+
m_ValidKeywords:
15+
- _ALPHAPREMULTIPLY_ON
16+
- _EMISSION
17+
- _SMOOTHNESS_TEXTURE_ALBEDO_CHANNEL_A
18+
m_InvalidKeywords:
19+
- _MAPPING_LATITUDE_LONGITUDE_LAYOUT
1320
m_LightmapFlags: 1
1421
m_EnableInstancingVariants: 0
1522
m_DoubleSidedGI: 0
16-
m_CustomRenderQueue: -1
17-
stringTagMap: {}
23+
m_CustomRenderQueue: 3000
24+
stringTagMap:
25+
RenderType: Transparent
1826
disabledShaderPasses: []
27+
m_LockedProperties:
1928
m_SavedProperties:
2029
serializedVersion: 3
2130
m_TexEnvs:
@@ -135,6 +144,7 @@ Material:
135144
m_Texture: {fileID: 0}
136145
m_Scale: {x: 1, y: 1}
137146
m_Offset: {x: 0, y: 0}
147+
m_Ints: []
138148
m_Floats:
139149
- PixelSnap: 0
140150
- _BlendOp: 0
@@ -152,7 +162,7 @@ Material:
152162
- _DistortionEnabled: 0
153163
- _DistortionStrength: 1
154164
- _DistortionStrengthScaled: 0
155-
- _DstBlend: 0
165+
- _DstBlend: 10
156166
- _EmissionEnabled: 0
157167
- _EnableExternalAlpha: 0
158168
- _Exposure: 1
@@ -167,7 +177,7 @@ Material:
167177
- _Mapping: 1
168178
- _Metallic: 1
169179
- _MirrorOnBack: 0
170-
- _Mode: 0
180+
- _Mode: 3
171181
- _OcclusionStrength: 1
172182
- _Parallax: 0.02
173183
- _Phi0: 0
@@ -193,7 +203,7 @@ Material:
193203
- _UVSec: 0
194204
- _UseUIAlphaClip: 0
195205
- _VScale: 1
196-
- _ZWrite: 1
206+
- _ZWrite: 0
197207
- g_flCornerAdjust: 0.5
198208
- g_flOutlineWidth: 0.005
199209
m_Colors:
@@ -213,3 +223,4 @@ Material:
213223
- _VAxis: {r: 0, g: 0, b: 0, a: 0}
214224
- _VOrigin: {r: 0, g: 0, b: 0, a: 0}
215225
- g_vOutlineColor: {r: 0.5, g: 0.5, b: 0.5, a: 1}
226+
m_BuildTextureStacks: []

Core/Resources/Materials/LaserParticles.mat

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,27 @@
22
%TAG !u! tag:unity3d.com,2011:
33
--- !u!21 &2100000
44
Material:
5-
serializedVersion: 6
5+
serializedVersion: 8
66
m_ObjectHideFlags: 0
77
m_CorrespondingSourceObject: {fileID: 0}
88
m_PrefabInstance: {fileID: 0}
99
m_PrefabAsset: {fileID: 0}
1010
m_Name: LaserParticles
1111
m_Shader: {fileID: 211, guid: 0000000000000000f000000000000000, type: 0}
12-
m_ShaderKeywords: _ALPHABLEND_ON
12+
m_Parent: {fileID: 0}
13+
m_ModifiedSerializedProperties: 0
14+
m_ValidKeywords:
15+
- _ALPHABLEND_ON
16+
m_InvalidKeywords: []
1317
m_LightmapFlags: 0
1418
m_EnableInstancingVariants: 0
1519
m_DoubleSidedGI: 0
1620
m_CustomRenderQueue: 3000
1721
stringTagMap:
1822
RenderType: Transparent
1923
disabledShaderPasses:
20-
- ALWAYS
24+
- GRABPASS
25+
m_LockedProperties:
2126
m_SavedProperties:
2227
serializedVersion: 3
2328
m_TexEnvs:
@@ -57,6 +62,7 @@ Material:
5762
m_Texture: {fileID: 0}
5863
m_Scale: {x: 1, y: 1}
5964
m_Offset: {x: 0, y: 0}
65+
m_Ints: []
6066
m_Floats:
6167
- _BlendOp: 0
6268
- _BumpScale: 1
@@ -98,3 +104,4 @@ Material:
98104
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
99105
- _SoftParticleFadeParams: {r: 0, g: 0, b: 0, a: 0}
100106
- _TintColor: {r: 0.5, g: 0.5, b: 0.5, a: 0.5}
107+
m_BuildTextureStacks: []

Core/Resources/ReflectSurface.renderTexture

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,30 @@
33
--- !u!84 &8400000
44
RenderTexture:
55
m_ObjectHideFlags: 0
6-
m_PrefabParentObject: {fileID: 0}
7-
m_PrefabInternal: {fileID: 0}
6+
m_CorrespondingSourceObject: {fileID: 0}
7+
m_PrefabInstance: {fileID: 0}
8+
m_PrefabAsset: {fileID: 0}
89
m_Name: ReflectSurface
910
m_ImageContentsHash:
1011
serializedVersion: 2
1112
Hash: 00000000000000000000000000000000
1213
m_ForcedFallbackFormat: 4
1314
m_DownscaleFallback: 0
15+
m_IsAlphaChannelOptional: 0
16+
serializedVersion: 5
1417
m_Width: 1024
1518
m_Height: 1024
1619
m_AntiAliasing: 8
17-
m_DepthFormat: 2
18-
m_ColorFormat: 0
20+
m_MipCount: -1
21+
m_DepthStencilFormat: 92
22+
m_ColorFormat: 8
1923
m_MipMap: 0
2024
m_GenerateMips: 1
2125
m_SRGB: 0
2226
m_UseDynamicScale: 0
2327
m_BindMS: 0
28+
m_EnableCompatibleFormat: 1
29+
m_EnableRandomWrite: 0
2430
m_TextureSettings:
2531
serializedVersion: 2
2632
m_FilterMode: 1
@@ -31,3 +37,4 @@ RenderTexture:
3137
m_WrapW: 1
3238
m_Dimension: 2
3339
m_VolumeDepth: 1
40+
m_ShadowSamplingMode: 2

0 commit comments

Comments
 (0)