Skip to content

Commit 6de3b44

Browse files
committed
added points and game flow, missing player control by input
1 parent c46df5a commit 6de3b44

File tree

83 files changed

+5478
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+5478
-2
lines changed

Assets/Materials/Points.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.
Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!21 &2100000
4+
Material:
5+
serializedVersion: 8
6+
m_ObjectHideFlags: 0
7+
m_CorrespondingSourceObject: {fileID: 0}
8+
m_PrefabInstance: {fileID: 0}
9+
m_PrefabAsset: {fileID: 0}
10+
m_Name: Moving Point
11+
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
12+
m_Parent: {fileID: 0}
13+
m_ModifiedSerializedProperties: 0
14+
m_ValidKeywords: []
15+
m_InvalidKeywords: []
16+
m_LightmapFlags: 4
17+
m_EnableInstancingVariants: 0
18+
m_DoubleSidedGI: 0
19+
m_CustomRenderQueue: -1
20+
stringTagMap: {}
21+
disabledShaderPasses: []
22+
m_LockedProperties:
23+
m_SavedProperties:
24+
serializedVersion: 3
25+
m_TexEnvs:
26+
- _BumpMap:
27+
m_Texture: {fileID: 0}
28+
m_Scale: {x: 1, y: 1}
29+
m_Offset: {x: 0, y: 0}
30+
- _DetailAlbedoMap:
31+
m_Texture: {fileID: 0}
32+
m_Scale: {x: 1, y: 1}
33+
m_Offset: {x: 0, y: 0}
34+
- _DetailMask:
35+
m_Texture: {fileID: 0}
36+
m_Scale: {x: 1, y: 1}
37+
m_Offset: {x: 0, y: 0}
38+
- _DetailNormalMap:
39+
m_Texture: {fileID: 0}
40+
m_Scale: {x: 1, y: 1}
41+
m_Offset: {x: 0, y: 0}
42+
- _EmissionMap:
43+
m_Texture: {fileID: 0}
44+
m_Scale: {x: 1, y: 1}
45+
m_Offset: {x: 0, y: 0}
46+
- _MainTex:
47+
m_Texture: {fileID: 0}
48+
m_Scale: {x: 1, y: 1}
49+
m_Offset: {x: 0, y: 0}
50+
- _MetallicGlossMap:
51+
m_Texture: {fileID: 0}
52+
m_Scale: {x: 1, y: 1}
53+
m_Offset: {x: 0, y: 0}
54+
- _OcclusionMap:
55+
m_Texture: {fileID: 0}
56+
m_Scale: {x: 1, y: 1}
57+
m_Offset: {x: 0, y: 0}
58+
- _ParallaxMap:
59+
m_Texture: {fileID: 0}
60+
m_Scale: {x: 1, y: 1}
61+
m_Offset: {x: 0, y: 0}
62+
m_Ints: []
63+
m_Floats:
64+
- _BumpScale: 1
65+
- _Cutoff: 0.5
66+
- _DetailNormalMapScale: 1
67+
- _DstBlend: 0
68+
- _GlossMapScale: 1
69+
- _Glossiness: 1
70+
- _GlossyReflections: 1
71+
- _Metallic: 0
72+
- _Mode: 0
73+
- _OcclusionStrength: 1
74+
- _Parallax: 0.02
75+
- _SmoothnessTextureChannel: 0
76+
- _SpecularHighlights: 1
77+
- _SrcBlend: 1
78+
- _UVSec: 0
79+
- _ZWrite: 1
80+
m_Colors:
81+
- _Color: {r: 1, g: 1, b: 1, a: 1}
82+
- _EmissionColor: {r: 1.0434625, g: 0.8249261, b: 0.8249261, a: 1}
83+
m_BuildTextureStacks: []

Assets/Materials/Points/Moving Point.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.
Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!21 &2100000
4+
Material:
5+
serializedVersion: 8
6+
m_ObjectHideFlags: 0
7+
m_CorrespondingSourceObject: {fileID: 0}
8+
m_PrefabInstance: {fileID: 0}
9+
m_PrefabAsset: {fileID: 0}
10+
m_Name: Regular Point
11+
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
12+
m_Parent: {fileID: 0}
13+
m_ModifiedSerializedProperties: 0
14+
m_ValidKeywords: []
15+
m_InvalidKeywords: []
16+
m_LightmapFlags: 4
17+
m_EnableInstancingVariants: 0
18+
m_DoubleSidedGI: 0
19+
m_CustomRenderQueue: -1
20+
stringTagMap: {}
21+
disabledShaderPasses: []
22+
m_LockedProperties:
23+
m_SavedProperties:
24+
serializedVersion: 3
25+
m_TexEnvs:
26+
- _BumpMap:
27+
m_Texture: {fileID: 0}
28+
m_Scale: {x: 1, y: 1}
29+
m_Offset: {x: 0, y: 0}
30+
- _DetailAlbedoMap:
31+
m_Texture: {fileID: 0}
32+
m_Scale: {x: 1, y: 1}
33+
m_Offset: {x: 0, y: 0}
34+
- _DetailMask:
35+
m_Texture: {fileID: 0}
36+
m_Scale: {x: 1, y: 1}
37+
m_Offset: {x: 0, y: 0}
38+
- _DetailNormalMap:
39+
m_Texture: {fileID: 0}
40+
m_Scale: {x: 1, y: 1}
41+
m_Offset: {x: 0, y: 0}
42+
- _EmissionMap:
43+
m_Texture: {fileID: 0}
44+
m_Scale: {x: 1, y: 1}
45+
m_Offset: {x: 0, y: 0}
46+
- _MainTex:
47+
m_Texture: {fileID: 0}
48+
m_Scale: {x: 1, y: 1}
49+
m_Offset: {x: 0, y: 0}
50+
- _MetallicGlossMap:
51+
m_Texture: {fileID: 0}
52+
m_Scale: {x: 1, y: 1}
53+
m_Offset: {x: 0, y: 0}
54+
- _OcclusionMap:
55+
m_Texture: {fileID: 0}
56+
m_Scale: {x: 1, y: 1}
57+
m_Offset: {x: 0, y: 0}
58+
- _ParallaxMap:
59+
m_Texture: {fileID: 0}
60+
m_Scale: {x: 1, y: 1}
61+
m_Offset: {x: 0, y: 0}
62+
m_Ints: []
63+
m_Floats:
64+
- _BumpScale: 1
65+
- _Cutoff: 0.5
66+
- _DetailNormalMapScale: 1
67+
- _DstBlend: 0
68+
- _GlossMapScale: 1
69+
- _Glossiness: 1
70+
- _GlossyReflections: 1
71+
- _Metallic: 0
72+
- _Mode: 0
73+
- _OcclusionStrength: 1
74+
- _Parallax: 0.02
75+
- _SmoothnessTextureChannel: 0
76+
- _SpecularHighlights: 1
77+
- _SrcBlend: 1
78+
- _UVSec: 0
79+
- _ZWrite: 1
80+
m_Colors:
81+
- _Color: {r: 1, g: 1, b: 1, a: 1}
82+
- _EmissionColor: {r: 1.0434625, g: 0.8249261, b: 0.8249261, a: 1}
83+
m_BuildTextureStacks: []

Assets/Materials/Points/Regular Point.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/Points.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.
Lines changed: 150 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,150 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!1 &4980123020994890265
4+
GameObject:
5+
m_ObjectHideFlags: 0
6+
m_CorrespondingSourceObject: {fileID: 0}
7+
m_PrefabInstance: {fileID: 0}
8+
m_PrefabAsset: {fileID: 0}
9+
serializedVersion: 6
10+
m_Component:
11+
- component: {fileID: 4070917818724637191}
12+
- component: {fileID: 6647795359834331835}
13+
- component: {fileID: 5524777028860521247}
14+
- component: {fileID: 9033443285941751388}
15+
- component: {fileID: 4591255465442889250}
16+
- component: {fileID: 3455597420656557031}
17+
m_Layer: 0
18+
m_Name: Moving Point
19+
m_TagString: Untagged
20+
m_Icon: {fileID: 0}
21+
m_NavMeshLayer: 0
22+
m_StaticEditorFlags: 0
23+
m_IsActive: 1
24+
--- !u!4 &4070917818724637191
25+
Transform:
26+
m_ObjectHideFlags: 0
27+
m_CorrespondingSourceObject: {fileID: 0}
28+
m_PrefabInstance: {fileID: 0}
29+
m_PrefabAsset: {fileID: 0}
30+
m_GameObject: {fileID: 4980123020994890265}
31+
serializedVersion: 2
32+
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
33+
m_LocalPosition: {x: 0, y: 0, z: 4.108}
34+
m_LocalScale: {x: 0.2, y: 0.2, z: 0.2}
35+
m_ConstrainProportionsScale: 0
36+
m_Children: []
37+
m_Father: {fileID: 0}
38+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
39+
--- !u!33 &6647795359834331835
40+
MeshFilter:
41+
m_ObjectHideFlags: 0
42+
m_CorrespondingSourceObject: {fileID: 0}
43+
m_PrefabInstance: {fileID: 0}
44+
m_PrefabAsset: {fileID: 0}
45+
m_GameObject: {fileID: 4980123020994890265}
46+
m_Mesh: {fileID: 10207, guid: 0000000000000000e000000000000000, type: 0}
47+
--- !u!23 &5524777028860521247
48+
MeshRenderer:
49+
m_ObjectHideFlags: 0
50+
m_CorrespondingSourceObject: {fileID: 0}
51+
m_PrefabInstance: {fileID: 0}
52+
m_PrefabAsset: {fileID: 0}
53+
m_GameObject: {fileID: 4980123020994890265}
54+
m_Enabled: 1
55+
m_CastShadows: 1
56+
m_ReceiveShadows: 1
57+
m_DynamicOccludee: 1
58+
m_StaticShadowCaster: 0
59+
m_MotionVectors: 1
60+
m_LightProbeUsage: 1
61+
m_ReflectionProbeUsage: 1
62+
m_RayTracingMode: 2
63+
m_RayTraceProcedural: 0
64+
m_RenderingLayerMask: 1
65+
m_RendererPriority: 0
66+
m_Materials:
67+
- {fileID: 2100000, guid: 4f9257ac03386ca4da6eb02f7fdb0cb8, type: 2}
68+
m_StaticBatchInfo:
69+
firstSubMesh: 0
70+
subMeshCount: 0
71+
m_StaticBatchRoot: {fileID: 0}
72+
m_ProbeAnchor: {fileID: 0}
73+
m_LightProbeVolumeOverride: {fileID: 0}
74+
m_ScaleInLightmap: 1
75+
m_ReceiveGI: 1
76+
m_PreserveUVs: 0
77+
m_IgnoreNormalsForChartDetection: 0
78+
m_ImportantGI: 0
79+
m_StitchLightmapSeams: 1
80+
m_SelectedEditorRenderState: 3
81+
m_MinimumChartSize: 4
82+
m_AutoUVMaxDistance: 0.5
83+
m_AutoUVMaxAngle: 89
84+
m_LightmapParameters: {fileID: 0}
85+
m_SortingLayerID: 0
86+
m_SortingLayer: 0
87+
m_SortingOrder: 0
88+
m_AdditionalVertexStreams: {fileID: 0}
89+
--- !u!135 &9033443285941751388
90+
SphereCollider:
91+
m_ObjectHideFlags: 0
92+
m_CorrespondingSourceObject: {fileID: 0}
93+
m_PrefabInstance: {fileID: 0}
94+
m_PrefabAsset: {fileID: 0}
95+
m_GameObject: {fileID: 4980123020994890265}
96+
m_Material: {fileID: 0}
97+
m_IncludeLayers:
98+
serializedVersion: 2
99+
m_Bits: 0
100+
m_ExcludeLayers:
101+
serializedVersion: 2
102+
m_Bits: 0
103+
m_LayerOverridePriority: 0
104+
m_IsTrigger: 1
105+
m_ProvidesContacts: 0
106+
m_Enabled: 1
107+
serializedVersion: 3
108+
m_Radius: 0.5
109+
m_Center: {x: 0, y: 0, z: 0}
110+
--- !u!54 &4591255465442889250
111+
Rigidbody:
112+
m_ObjectHideFlags: 0
113+
m_CorrespondingSourceObject: {fileID: 0}
114+
m_PrefabInstance: {fileID: 0}
115+
m_PrefabAsset: {fileID: 0}
116+
m_GameObject: {fileID: 4980123020994890265}
117+
serializedVersion: 4
118+
m_Mass: 1
119+
m_Drag: 0
120+
m_AngularDrag: 0.05
121+
m_CenterOfMass: {x: 0, y: 0, z: 0}
122+
m_InertiaTensor: {x: 1, y: 1, z: 1}
123+
m_InertiaRotation: {x: 0, y: 0, z: 0, w: 1}
124+
m_IncludeLayers:
125+
serializedVersion: 2
126+
m_Bits: 0
127+
m_ExcludeLayers:
128+
serializedVersion: 2
129+
m_Bits: 0
130+
m_ImplicitCom: 1
131+
m_ImplicitTensor: 1
132+
m_UseGravity: 0
133+
m_IsKinematic: 0
134+
m_Interpolate: 0
135+
m_Constraints: 0
136+
m_CollisionDetection: 0
137+
--- !u!114 &3455597420656557031
138+
MonoBehaviour:
139+
m_ObjectHideFlags: 0
140+
m_CorrespondingSourceObject: {fileID: 0}
141+
m_PrefabInstance: {fileID: 0}
142+
m_PrefabAsset: {fileID: 0}
143+
m_GameObject: {fileID: 4980123020994890265}
144+
m_Enabled: 1
145+
m_EditorHideFlags: 0
146+
m_Script: {fileID: 11500000, guid: 2979f08a7115de24299d607ddc8679ff, type: 3}
147+
m_Name:
148+
m_EditorClassIdentifier:
149+
value: 20
150+
movingVelocity: 1

Assets/Prefabs/Points/Moving Point.prefab.meta

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

0 commit comments

Comments
 (0)