Skip to content

Commit 29eb35c

Browse files
author
=
committed
Version 0.8
1 parent d0f371a commit 29eb35c

22 files changed

+484
-121
lines changed

Assets/Materials/GUIOverlay.mat

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!21 &2100000
4+
Material:
5+
serializedVersion: 6
6+
m_ObjectHideFlags: 0
7+
m_PrefabParentObject: {fileID: 0}
8+
m_PrefabInternal: {fileID: 0}
9+
m_Name: GUIOverlay
10+
m_Shader: {fileID: 4800000, guid: 3955f306692091e40a7120f9c6ef104c, type: 3}
11+
m_ShaderKeywords: ETC1_EXTERNAL_ALPHA
12+
m_LightmapFlags: 5
13+
m_EnableInstancingVariants: 0
14+
m_CustomRenderQueue: -1
15+
stringTagMap: {}
16+
disabledShaderPasses: []
17+
m_SavedProperties:
18+
serializedVersion: 3
19+
m_TexEnvs:
20+
- _BumpMap:
21+
m_Texture: {fileID: 0}
22+
m_Scale: {x: 1, y: 1}
23+
m_Offset: {x: 0, y: 0}
24+
- _DetailAlbedoMap:
25+
m_Texture: {fileID: 0}
26+
m_Scale: {x: 1, y: 1}
27+
m_Offset: {x: 0, y: 0}
28+
- _DetailMask:
29+
m_Texture: {fileID: 0}
30+
m_Scale: {x: 1, y: 1}
31+
m_Offset: {x: 0, y: 0}
32+
- _DetailNormalMap:
33+
m_Texture: {fileID: 0}
34+
m_Scale: {x: 1, y: 1}
35+
m_Offset: {x: 0, y: 0}
36+
- _EmissionMap:
37+
m_Texture: {fileID: 0}
38+
m_Scale: {x: 1, y: 1}
39+
m_Offset: {x: 0, y: 0}
40+
- _MainTex:
41+
m_Texture: {fileID: 2800000, guid: ca849f0f639dff84faf630957499dc50, type: 3}
42+
m_Scale: {x: 1, y: 1}
43+
m_Offset: {x: 0, y: 0}
44+
- _MetallicGlossMap:
45+
m_Texture: {fileID: 0}
46+
m_Scale: {x: 1, y: 1}
47+
m_Offset: {x: 0, y: 0}
48+
- _OcclusionMap:
49+
m_Texture: {fileID: 0}
50+
m_Scale: {x: 1, y: 1}
51+
m_Offset: {x: 0, y: 0}
52+
- _ParallaxMap:
53+
m_Texture: {fileID: 0}
54+
m_Scale: {x: 1, y: 1}
55+
m_Offset: {x: 0, y: 0}
56+
m_Floats:
57+
- _BumpScale: 1
58+
- _ColorMask: 15
59+
- _Cutoff: 0.5
60+
- _DetailNormalMapScale: 1
61+
- _DstBlend: 0
62+
- _Glossiness: 0.5
63+
- _Metallic: 0
64+
- _Mode: 0
65+
- _OcclusionStrength: 1
66+
- _Parallax: 0.02
67+
- _SrcBlend: 1
68+
- _Stencil: 0
69+
- _StencilComp: 8
70+
- _StencilOp: 0
71+
- _StencilReadMask: 255
72+
- _StencilWriteMask: 255
73+
- _UVSec: 0
74+
- _ZWrite: 1
75+
m_Colors:
76+
- _Color: {r: 1, g: 1, b: 1, a: 1}
77+
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}

Assets/Materials/GUIOverlay.mat.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Prefabs/Player.prefab

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ GameObject:
8181
m_IsActive: 1
8282
--- !u!1 &1000013604504344
8383
GameObject:
84-
m_ObjectHideFlags: 0
84+
m_ObjectHideFlags: 1
8585
m_PrefabParentObject: {fileID: 0}
8686
m_PrefabInternal: {fileID: 100100000}
8787
serializedVersion: 5
@@ -109,6 +109,7 @@ GameObject:
109109
- component: {fileID: 114000012947587150}
110110
- component: {fileID: 114000014037808996}
111111
- component: {fileID: 114204427439299378}
112+
- component: {fileID: 114941094485981810}
112113
m_Layer: 0
113114
m_Name: Player
114115
m_TagString: Player
@@ -254,6 +255,7 @@ Transform:
254255
m_Children:
255256
- {fileID: 4000013377317106}
256257
- {fileID: 4000011114332734}
258+
- {fileID: 4000012374394250}
257259
m_Father: {fileID: 4000010397047646}
258260
m_RootOrder: 0
259261
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
@@ -268,7 +270,6 @@ Transform:
268270
m_LocalScale: {x: 1, y: 1, z: 1}
269271
m_Children:
270272
- {fileID: 4000010397047646}
271-
- {fileID: 4000012374394250}
272273
m_Father: {fileID: 0}
273274
m_RootOrder: 0
274275
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
@@ -278,12 +279,12 @@ Transform:
278279
m_PrefabParentObject: {fileID: 0}
279280
m_PrefabInternal: {fileID: 100100000}
280281
m_GameObject: {fileID: 1000013604504344}
281-
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
282-
m_LocalPosition: {x: 0, y: 0.29999995, z: 0}
282+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
283+
m_LocalPosition: {x: 0, y: 0, z: 0.5}
283284
m_LocalScale: {x: 1, y: 1, z: 1}
284285
m_Children: []
285-
m_Father: {fileID: 4000012289534432}
286-
m_RootOrder: 1
286+
m_Father: {fileID: 4000012171920516}
287+
m_RootOrder: 2
287288
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
288289
--- !u!4 &4000013377317106
289290
Transform:
@@ -754,9 +755,23 @@ MonoBehaviour:
754755
type: 2}
755756
m_TeleporterLinePrefab: {fileID: 1673332131935090, guid: 2147af4bafca3d44fa6e6fb46e7426d5,
756757
type: 2}
757-
m_MaxDistance: 5
758+
m_MaxDistance: 10
758759
m_LeftHand: 0
759760
m_Button: 10
761+
--- !u!114 &114941094485981810
762+
MonoBehaviour:
763+
m_ObjectHideFlags: 1
764+
m_PrefabParentObject: {fileID: 0}
765+
m_PrefabInternal: {fileID: 100100000}
766+
m_GameObject: {fileID: 1000014283173620}
767+
m_Enabled: 1
768+
m_EditorHideFlags: 0
769+
m_Script: {fileID: 11500000, guid: 201d3915a464cbb459c7eca25d6ee92f, type: 3}
770+
m_Name:
771+
m_EditorClassIdentifier:
772+
m_MoveSpeed: 3
773+
m_StrafeSpeed: 1.5
774+
m_RotationSpeed: 75
760775
--- !u!114 &114968490010128300
761776
MonoBehaviour:
762777
m_ObjectHideFlags: 1
@@ -788,7 +803,7 @@ MonoBehaviour:
788803
type: 2}
789804
m_TeleporterLinePrefab: {fileID: 1673332131935090, guid: 2147af4bafca3d44fa6e6fb46e7426d5,
790805
type: 2}
791-
m_MaxDistance: 5
806+
m_MaxDistance: 10
792807
m_LeftHand: 1
793808
m_Button: 10
794809
--- !u!124 &124000013977040076

Assets/Prefabs/TESUnity.prefab

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ MonoBehaviour:
4949
enableLog: 0
5050
waterQuality: 0
5151
useStaticBatching: 1
52-
cellRadius: 2
52+
cellRadius: 1
5353
cellDetailRadius: 3
54-
cellRadiusOnLoad: 2
54+
cellRadiusOnLoad: 1
5555
materialType: 1
5656
renderPath: 2
5757
cameraFarClip: 500
@@ -68,11 +68,11 @@ MonoBehaviour:
6868
animateLights: 1
6969
dayNightCycle: 1
7070
generateNormalMap: 1
71-
normalGeneratorIntensity: 10
72-
postProcessingQuality: 2
73-
antiAliasing: 1
71+
normalGeneratorIntensity: 1
72+
postProcessingQuality: 3
73+
antiAliasing: 3
7474
waterBackSideTransparent: 0
75-
followHeadDirection: 1
75+
followHeadDirection: 0
7676
directModePreview: 1
7777
roomScale: 0
7878
forceControllers: 1

Assets/Resources/Materials/Lightweight-PBR-Cutout.mat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Material:
7575
- _DetailNormalMapScale: 1
7676
- _DstBlend: 0
7777
- _GlossMapScale: 1
78-
- _Glossiness: 0.15
78+
- _Glossiness: 0.2
7979
- _GlossinessSource: 0
8080
- _GlossyReflections: 1
8181
- _Metallic: 0

Assets/Resources/Materials/Lightweight-PBR.mat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Material:
7575
- _DetailNormalMapScale: 1
7676
- _DstBlend: 0
7777
- _GlossMapScale: 1
78-
- _Glossiness: 0.15
78+
- _Glossiness: 0.2
7979
- _GlossinessSource: 0
8080
- _GlossyReflections: 1
8181
- _Metallic: 0

Assets/Resources/Materials/Lightweight-Simple-Cutout.mat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Material:
8383
- _OcclusionStrength: 1
8484
- _Parallax: 0.02
8585
- _ReflectionSource: 0
86-
- _Shininess: 0.15
86+
- _Shininess: 0.8
8787
- _SmoothnessTextureChannel: 0
8888
- _SpecSource: 0
8989
- _SpecularHighlights: 1

Assets/Resources/Materials/Lightweight-Simple.mat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Material:
8383
- _OcclusionStrength: 1
8484
- _Parallax: 0.02
8585
- _ReflectionSource: 0
86-
- _Shininess: 0.15
86+
- _Shininess: 0.8
8787
- _SmoothnessTextureChannel: 0
8888
- _SpecSource: 0
8989
- _SpecularHighlights: 1

0 commit comments

Comments
 (0)