서원석

3차면담확인서+코드진행

Showing 62 changed files with 140 additions and 66 deletions
No preview for this file type
No preview for this file type
No preview for this file type
...@@ -9,7 +9,7 @@ GameObject: ...@@ -9,7 +9,7 @@ GameObject:
9 serializedVersion: 6 9 serializedVersion: 6
10 m_Component: 10 m_Component:
11 - component: {fileID: 7968454459159073808} 11 - component: {fileID: 7968454459159073808}
12 - m_Layer: 0 12 + m_Layer: 8
13 m_Name: Bird_RightWing_Pivot 13 m_Name: Bird_RightWing_Pivot
14 m_TagString: Untagged 14 m_TagString: Untagged
15 m_Icon: {fileID: 0} 15 m_Icon: {fileID: 0}
...@@ -40,7 +40,7 @@ GameObject: ...@@ -40,7 +40,7 @@ GameObject:
40 serializedVersion: 6 40 serializedVersion: 6
41 m_Component: 41 m_Component:
42 - component: {fileID: 7968454459159073810} 42 - component: {fileID: 7968454459159073810}
43 - m_Layer: 0 43 + m_Layer: 8
44 m_Name: Bird_RightWing_Tip 44 m_Name: Bird_RightWing_Tip
45 m_TagString: Untagged 45 m_TagString: Untagged
46 m_Icon: {fileID: 0} 46 m_Icon: {fileID: 0}
...@@ -70,7 +70,7 @@ GameObject: ...@@ -70,7 +70,7 @@ GameObject:
70 serializedVersion: 6 70 serializedVersion: 6
71 m_Component: 71 m_Component:
72 - component: {fileID: 7968454459159073812} 72 - component: {fileID: 7968454459159073812}
73 - m_Layer: 0 73 + m_Layer: 8
74 m_Name: Bird_Root 74 m_Name: Bird_Root
75 m_TagString: Untagged 75 m_TagString: Untagged
76 m_Icon: {fileID: 0} 76 m_Icon: {fileID: 0}
...@@ -102,7 +102,7 @@ GameObject: ...@@ -102,7 +102,7 @@ GameObject:
102 m_Component: 102 m_Component:
103 - component: {fileID: 7968454459159073814} 103 - component: {fileID: 7968454459159073814}
104 - component: {fileID: 7968454459172504888} 104 - component: {fileID: 7968454459172504888}
105 - m_Layer: 0 105 + m_Layer: 8
106 m_Name: BirdRetop:polySurface1 106 m_Name: BirdRetop:polySurface1
107 m_TagString: Untagged 107 m_TagString: Untagged
108 m_Icon: {fileID: 0} 108 m_Icon: {fileID: 0}
...@@ -190,7 +190,7 @@ GameObject: ...@@ -190,7 +190,7 @@ GameObject:
190 - component: {fileID: 7968454459168340984} 190 - component: {fileID: 7968454459168340984}
191 - component: {fileID: 7968454459967997015} 191 - component: {fileID: 7968454459967997015}
192 - component: {fileID: 7968454459967997014} 192 - component: {fileID: 7968454459967997014}
193 - m_Layer: 0 193 + m_Layer: 8
194 m_Name: Bird_Asset (1) 194 m_Name: Bird_Asset (1)
195 m_TagString: Untagged 195 m_TagString: Untagged
196 m_Icon: {fileID: 0} 196 m_Icon: {fileID: 0}
...@@ -266,7 +266,7 @@ GameObject: ...@@ -266,7 +266,7 @@ GameObject:
266 serializedVersion: 6 266 serializedVersion: 6
267 m_Component: 267 m_Component:
268 - component: {fileID: 7968454459159073818} 268 - component: {fileID: 7968454459159073818}
269 - m_Layer: 0 269 + m_Layer: 8
270 m_Name: Bird_Body 270 m_Name: Bird_Body
271 m_TagString: Untagged 271 m_TagString: Untagged
272 m_Icon: {fileID: 0} 272 m_Icon: {fileID: 0}
...@@ -298,7 +298,7 @@ GameObject: ...@@ -298,7 +298,7 @@ GameObject:
298 serializedVersion: 6 298 serializedVersion: 6
299 m_Component: 299 m_Component:
300 - component: {fileID: 7968454459159073820} 300 - component: {fileID: 7968454459159073820}
301 - m_Layer: 0 301 + m_Layer: 8
302 m_Name: Bird_LeftWing_Pivot 302 m_Name: Bird_LeftWing_Pivot
303 m_TagString: Untagged 303 m_TagString: Untagged
304 m_Icon: {fileID: 0} 304 m_Icon: {fileID: 0}
...@@ -329,7 +329,7 @@ GameObject: ...@@ -329,7 +329,7 @@ GameObject:
329 serializedVersion: 6 329 serializedVersion: 6
330 m_Component: 330 m_Component:
331 - component: {fileID: 7968454459159073822} 331 - component: {fileID: 7968454459159073822}
332 - m_Layer: 0 332 + m_Layer: 8
333 m_Name: Bird_LeftWing_Tip 333 m_Name: Bird_LeftWing_Tip
334 m_TagString: Untagged 334 m_TagString: Untagged
335 m_Icon: {fileID: 0} 335 m_Icon: {fileID: 0}
......
This diff could not be displayed because it is too large.
1 +fileFormatVersion: 2
2 +guid: f5554435a61f247a8b071dfcc6599327
3 +PrefabImporter:
4 + externalObjects: {}
5 + userData:
6 + assetBundleName:
7 + assetBundleVariant:
This diff could not be displayed because it is too large.
1 +fileFormatVersion: 2
2 +guid: a9a99613656194a809e3228115ef4f64
3 +PrefabImporter:
4 + externalObjects: {}
5 + userData:
6 + assetBundleName:
7 + assetBundleVariant:
...@@ -15,12 +15,18 @@ public class RaycastController : MonoBehaviour ...@@ -15,12 +15,18 @@ public class RaycastController : MonoBehaviour
15 private string objName = ""; 15 private string objName = "";
16 16
17 AudioSource audio; 17 AudioSource audio;
18 - 18 + public AudioClip[] clips;
19 void Awake() { 19 void Awake() {
20 if (instance == null) { 20 if (instance == null) {
21 instance = this; 21 instance = this;
22 } 22 }
23 } 23 }
24 +
25 + public void playSound(int sound) {
26 + audio.clip = clips[sound];
27 + audio.Play();
28 + }
29 +
24 // Start is called before the first frame update 30 // Start is called before the first frame update
25 void Start() 31 void Start()
26 { 32 {
...@@ -32,6 +38,48 @@ public class RaycastController : MonoBehaviour ...@@ -32,6 +38,48 @@ public class RaycastController : MonoBehaviour
32 { 38 {
33 39
34 } 40 }
41 +
42 + public void Fire() {
43 + if(nextShot) {
44 + StartCoroutine(takeShot());
45 + nextShot = false;
46 + }
47 + }
48 +
49 + private IEnumerator takeShot() {
50 + Ray ray = Camera.main.ViewportPointToRay(new Vector3(0.5f, 0.5f, 0));
51 + RaycastHit hit;
52 +
53 + int layer_mask = LayerMask.GetMask("birdLayer");
54 + if(Physics.Raycast(ray, out hit, maxDistanceRay, layer_mask)) {
55 + //debug
56 + objName = hit.collider.gameObject.name;
57 + birdName.text = objName;
58 + Vector3 birdPosition = hit.collider.gameObject.transform.position;
59 +
60 + if(objName == "Bird_Asset(Clone)") {
61 + GameObject Boom = Instantiate(Resources.Load("boom", typeof(GameObject))) as GameObject;
62 + Boom.transform.position = birdPosition;
63 +
64 + Destroy(hit.collider.gameObject);
65 + StartCoroutine(spawnNewBird());
66 + StartCoroutine(clearBoom());
67 + }
68 + }
69 +
70 + GameObject gunFlash = Instantiate(Resources.Load("gunFlashSmoke", typeof(GameObject))) as GameObject;
71 + gunFlash.transform.position = gunFlashTarget.position;
72 +
73 + yield return new WaitForSeconds(fireRate);
74 + nextShot = true;
75 + }
76 + private IEnumerator clearBoom() {
77 + yield return new WaitForSeconds(1.5f);
78 + GameObject[] smokeGroup = GameObject.FindGameObjectsWithTag("Boom");
79 + foreach (GameObject smoke in smokeGroup) {
80 + Destroy(smoke.gameObject);
81 + }
82 + }
35 private IEnumerator spawnNewBird() { 83 private IEnumerator spawnNewBird() {
36 yield return new WaitForSeconds (3f); 84 yield return new WaitForSeconds (3f);
37 //Spawn new bird 85 //Spawn new bird
......
...@@ -21,7 +21,7 @@ MonoBehaviour: ...@@ -21,7 +21,7 @@ MonoBehaviour:
21 m_ShowMode: 4 21 m_ShowMode: 4
22 m_Title: 22 m_Title:
23 m_RootView: {fileID: 6} 23 m_RootView: {fileID: 6}
24 - m_MinSize: {x: 875, y: 392} 24 + m_MinSize: {x: 875, y: 542}
25 m_MaxSize: {x: 10000, y: 10000} 25 m_MaxSize: {x: 10000, y: 10000}
26 m_Maximized: 0 26 m_Maximized: 0
27 --- !u!114 &2 27 --- !u!114 &2
...@@ -45,10 +45,10 @@ MonoBehaviour: ...@@ -45,10 +45,10 @@ MonoBehaviour:
45 y: 30 45 y: 30
46 width: 1237 46 width: 1237
47 height: 705 47 height: 705
48 - m_MinSize: {x: 677, y: 342} 48 + m_MinSize: {x: 679, y: 492}
49 - m_MaxSize: {x: 12002, y: 8042} 49 + m_MaxSize: {x: 14002, y: 14042}
50 vertical: 0 50 vertical: 0
51 - controlID: 17 51 + controlID: 108
52 --- !u!114 &3 52 --- !u!114 &3
53 MonoBehaviour: 53 MonoBehaviour:
54 m_ObjectHideFlags: 52 54 m_ObjectHideFlags: 52
...@@ -68,8 +68,8 @@ MonoBehaviour: ...@@ -68,8 +68,8 @@ MonoBehaviour:
68 y: 0 68 y: 0
69 width: 415 69 width: 415
70 height: 705 70 height: 705
71 - m_MinSize: {x: 275, y: 50} 71 + m_MinSize: {x: 276, y: 71}
72 - m_MaxSize: {x: 4000, y: 4000} 72 + m_MaxSize: {x: 4001, y: 4021}
73 m_ActualView: {fileID: 15} 73 m_ActualView: {fileID: 15}
74 m_Panes: 74 m_Panes:
75 - {fileID: 15} 75 - {fileID: 15}
...@@ -94,8 +94,8 @@ MonoBehaviour: ...@@ -94,8 +94,8 @@ MonoBehaviour:
94 y: 0 94 y: 0
95 width: 251 95 width: 251
96 height: 427 96 height: 427
97 - m_MinSize: {x: 200, y: 200} 97 + m_MinSize: {x: 201, y: 221}
98 - m_MaxSize: {x: 4000, y: 4000} 98 + m_MaxSize: {x: 4001, y: 4021}
99 m_ActualView: {fileID: 16} 99 m_ActualView: {fileID: 16}
100 m_Panes: 100 m_Panes:
101 - {fileID: 16} 101 - {fileID: 16}
...@@ -111,7 +111,7 @@ MonoBehaviour: ...@@ -111,7 +111,7 @@ MonoBehaviour:
111 m_Enabled: 1 111 m_Enabled: 1
112 m_EditorHideFlags: 1 112 m_EditorHideFlags: 1
113 m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} 113 m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0}
114 - m_Name: ConsoleWindow 114 + m_Name: ProjectBrowser
115 m_EditorClassIdentifier: 115 m_EditorClassIdentifier:
116 m_Children: [] 116 m_Children: []
117 m_Position: 117 m_Position:
...@@ -120,14 +120,14 @@ MonoBehaviour: ...@@ -120,14 +120,14 @@ MonoBehaviour:
120 y: 427 120 y: 427
121 width: 822 121 width: 822
122 height: 278 122 height: 278
123 - m_MinSize: {x: 101, y: 121} 123 + m_MinSize: {x: 231, y: 271}
124 - m_MaxSize: {x: 4001, y: 4021} 124 + m_MaxSize: {x: 10001, y: 10021}
125 - m_ActualView: {fileID: 19} 125 + m_ActualView: {fileID: 14}
126 m_Panes: 126 m_Panes:
127 - {fileID: 14} 127 - {fileID: 14}
128 - {fileID: 19} 128 - {fileID: 19}
129 - m_Selected: 1 129 + m_Selected: 0
130 - m_LastSelected: 0 130 + m_LastSelected: 1
131 --- !u!114 &6 131 --- !u!114 &6
132 MonoBehaviour: 132 MonoBehaviour:
133 m_ObjectHideFlags: 52 133 m_ObjectHideFlags: 52
...@@ -216,10 +216,10 @@ MonoBehaviour: ...@@ -216,10 +216,10 @@ MonoBehaviour:
216 y: 0 216 y: 0
217 width: 822 217 width: 822
218 height: 705 218 height: 705
219 - m_MinSize: {x: 402, y: 342} 219 + m_MinSize: {x: 403, y: 492}
220 - m_MaxSize: {x: 8002, y: 8042} 220 + m_MaxSize: {x: 10001, y: 14042}
221 vertical: 1 221 vertical: 1
222 - controlID: 18 222 + controlID: 109
223 --- !u!114 &10 223 --- !u!114 &10
224 MonoBehaviour: 224 MonoBehaviour:
225 m_ObjectHideFlags: 52 225 m_ObjectHideFlags: 52
...@@ -241,10 +241,10 @@ MonoBehaviour: ...@@ -241,10 +241,10 @@ MonoBehaviour:
241 y: 0 241 y: 0
242 width: 822 242 width: 822
243 height: 427 243 height: 427
244 - m_MinSize: {x: 402, y: 221} 244 + m_MinSize: {x: 403, y: 221}
245 - m_MaxSize: {x: 8002, y: 4021} 245 + m_MaxSize: {x: 8003, y: 4021}
246 vertical: 0 246 vertical: 0
247 - controlID: 19 247 + controlID: 110
248 --- !u!114 &11 248 --- !u!114 &11
249 MonoBehaviour: 249 MonoBehaviour:
250 m_ObjectHideFlags: 52 250 m_ObjectHideFlags: 52
...@@ -376,10 +376,10 @@ MonoBehaviour: ...@@ -376,10 +376,10 @@ MonoBehaviour:
376 m_Tooltip: 376 m_Tooltip:
377 m_Pos: 377 m_Pos:
378 serializedVersion: 2 378 serializedVersion: 2
379 - x: 280 379 + x: 260
380 - y: 75 380 + y: 30
381 - width: 722 381 + width: 589
382 - height: 405 382 + height: 433
383 m_ViewDataDictionary: {fileID: 0} 383 m_ViewDataDictionary: {fileID: 0}
384 --- !u!114 &14 384 --- !u!114 &14
385 MonoBehaviour: 385 MonoBehaviour:
...@@ -420,20 +420,20 @@ MonoBehaviour: ...@@ -420,20 +420,20 @@ MonoBehaviour:
420 m_SkipHidden: 0 420 m_SkipHidden: 0
421 m_SearchArea: 1 421 m_SearchArea: 1
422 m_Folders: 422 m_Folders:
423 - - Assets/Scripts 423 + - Assets/Resources
424 m_ViewMode: 1 424 m_ViewMode: 1
425 m_StartGridSize: 64 425 m_StartGridSize: 64
426 m_LastFolders: 426 m_LastFolders:
427 - - Assets/Scripts 427 + - Assets/Resources
428 m_LastFoldersGridSize: -1 428 m_LastFoldersGridSize: -1
429 m_LastProjectPath: /Users/sws/Duck Hunter AR 429 m_LastProjectPath: /Users/sws/Duck Hunter AR
430 m_LockTracker: 430 m_LockTracker:
431 m_IsLocked: 0 431 m_IsLocked: 0
432 m_FolderTreeState: 432 m_FolderTreeState:
433 - scrollPos: {x: 0, y: 323} 433 + scrollPos: {x: 0, y: 79}
434 - m_SelectedIDs: 244b0000 434 + m_SelectedIDs: a83a0000
435 - m_LastClickedID: 19236 435 + m_LastClickedID: 15016
436 - m_ExpandedIDs: 00000000ec3a0000 436 + m_ExpandedIDs: 00000000883a000000ca9a3b
437 m_RenameOverlay: 437 m_RenameOverlay:
438 m_UserAcceptedRename: 0 438 m_UserAcceptedRename: 0
439 m_Name: 439 m_Name:
...@@ -461,7 +461,7 @@ MonoBehaviour: ...@@ -461,7 +461,7 @@ MonoBehaviour:
461 scrollPos: {x: 0, y: 0} 461 scrollPos: {x: 0, y: 0}
462 m_SelectedIDs: 462 m_SelectedIDs:
463 m_LastClickedID: 0 463 m_LastClickedID: 0
464 - m_ExpandedIDs: 00000000ec3a0000 464 + m_ExpandedIDs: 00000000883a0000
465 m_RenameOverlay: 465 m_RenameOverlay:
466 m_UserAcceptedRename: 0 466 m_UserAcceptedRename: 0
467 m_Name: 467 m_Name:
...@@ -488,7 +488,7 @@ MonoBehaviour: ...@@ -488,7 +488,7 @@ MonoBehaviour:
488 m_ListAreaState: 488 m_ListAreaState:
489 m_SelectedInstanceIDs: 489 m_SelectedInstanceIDs:
490 m_LastClickedInstanceID: 0 490 m_LastClickedInstanceID: 0
491 - m_HadKeyboardFocusLastEvent: 1 491 + m_HadKeyboardFocusLastEvent: 0
492 m_ExpandedInstanceIDs: c6230000dc3f000000000000 492 m_ExpandedInstanceIDs: c6230000dc3f000000000000
493 m_RenameOverlay: 493 m_RenameOverlay:
494 m_UserAcceptedRename: 0 494 m_UserAcceptedRename: 0
...@@ -505,7 +505,7 @@ MonoBehaviour: ...@@ -505,7 +505,7 @@ MonoBehaviour:
505 m_IsRenaming: 0 505 m_IsRenaming: 0
506 m_OriginalEventType: 11 506 m_OriginalEventType: 11
507 m_IsRenamingFilename: 1 507 m_IsRenamingFilename: 1
508 - m_ClientGUIView: {fileID: 0} 508 + m_ClientGUIView: {fileID: 5}
509 m_CreateAssetUtility: 509 m_CreateAssetUtility:
510 m_EndAction: {fileID: 0} 510 m_EndAction: {fileID: 0}
511 m_InstanceID: 0 511 m_InstanceID: 0
...@@ -584,9 +584,9 @@ MonoBehaviour: ...@@ -584,9 +584,9 @@ MonoBehaviour:
584 m_SceneHierarchy: 584 m_SceneHierarchy:
585 m_TreeViewState: 585 m_TreeViewState:
586 scrollPos: {x: 0, y: 0} 586 scrollPos: {x: 0, y: 0}
587 - m_SelectedIDs: a4390000 587 + m_SelectedIDs:
588 - m_LastClickedID: 14756 588 + m_LastClickedID: 0
589 - m_ExpandedIDs: 60fbffffee390000 589 + m_ExpandedIDs: 60fbffff
590 m_RenameOverlay: 590 m_RenameOverlay:
591 m_UserAcceptedRename: 0 591 m_UserAcceptedRename: 0
592 m_Name: 592 m_Name:
...@@ -646,9 +646,9 @@ MonoBehaviour: ...@@ -646,9 +646,9 @@ MonoBehaviour:
646 m_PlayAudio: 0 646 m_PlayAudio: 0
647 m_AudioPlay: 0 647 m_AudioPlay: 0
648 m_Position: 648 m_Position:
649 - m_Target: {x: -0.7786596, y: -0.67948675, z: -0.58338237} 649 + m_Target: {x: -0.3424908, y: 6.095478, z: -0.054552317}
650 speed: 2 650 speed: 2
651 - m_Value: {x: -0.7786596, y: -0.67948675, z: -0.58338237} 651 + m_Value: {x: -0.3424908, y: 6.095478, z: -0.054552317}
652 m_RenderMode: 0 652 m_RenderMode: 0
653 m_CameraMode: 653 m_CameraMode:
654 drawMode: 0 654 drawMode: 0
...@@ -694,13 +694,13 @@ MonoBehaviour: ...@@ -694,13 +694,13 @@ MonoBehaviour:
694 m_GridAxis: 1 694 m_GridAxis: 1
695 m_gridOpacity: 0.5 695 m_gridOpacity: 0.5
696 m_Rotation: 696 m_Rotation:
697 - m_Target: {x: -0.15572436, y: 0.8441295, z: -0.37121826, w: -0.3541085} 697 + m_Target: {x: -0.25960436, y: 0.5711201, z: -0.19677876, w: -0.7534632}
698 speed: 2 698 speed: 2
699 - m_Value: {x: -0.15572433, y: 0.8441293, z: -0.37121817, w: -0.35410842} 699 + m_Value: {x: -0.25960422, y: 0.5711197, z: -0.19677864, w: -0.75346273}
700 m_Size: 700 m_Size:
701 - m_Target: 2.777765 701 + m_Target: 3.6011362
702 speed: 2 702 speed: 2
703 - m_Value: 2.777765 703 + m_Value: 3.6011362
704 m_Ortho: 704 m_Ortho:
705 m_Target: 0 705 m_Target: 0
706 speed: 2 706 speed: 2
...@@ -718,7 +718,7 @@ MonoBehaviour: ...@@ -718,7 +718,7 @@ MonoBehaviour:
718 m_FarClip: 10000 718 m_FarClip: 10000
719 m_DynamicClip: 1 719 m_DynamicClip: 1
720 m_OcclusionCulling: 0 720 m_OcclusionCulling: 0
721 - m_LastSceneViewRotation: {x: -0.08717229, y: 0.89959055, z: -0.21045254, w: -0.3726226} 721 + m_LastSceneViewRotation: {x: -0.25960436, y: 0.5711201, z: -0.19677876, w: -0.7534632}
722 m_LastSceneViewOrtho: 0 722 m_LastSceneViewOrtho: 0
723 m_ReplacementShader: {fileID: 0} 723 m_ReplacementShader: {fileID: 0}
724 m_ReplacementString: 724 m_ReplacementString:
...@@ -838,8 +838,8 @@ MonoBehaviour: ...@@ -838,8 +838,8 @@ MonoBehaviour:
838 m_Tooltip: 838 m_Tooltip:
839 m_Pos: 839 m_Pos:
840 serializedVersion: 2 840 serializedVersion: 2
841 - x: 43 841 + x: 0
842 - y: 502 842 + y: 484
843 - width: 821 843 + width: 850
844 - height: 257 844 + height: 275
845 m_ViewDataDictionary: {fileID: 0} 845 m_ViewDataDictionary: {fileID: 0}
......
1 +{"m_ExpandedPrefabGameObjectFileIDs":[],"m_ExpandedSceneGameObjectInstanceIDs":[],"m_ScrollY":0.0,"m_LastClickedFileID":0,"m_LastClickedInstanceID":0}
...\ No newline at end of file ...\ No newline at end of file
1 +{"m_ExpandedPrefabGameObjectFileIDs":[6416379245625954454,6416379245625954458,6416379245625954452,6416379245625954450,6416379245625954462],"m_ExpandedSceneGameObjectInstanceIDs":[],"m_ScrollY":0.0,"m_LastClickedFileID":6416379245625954454,"m_LastClickedInstanceID":0}
...\ No newline at end of file ...\ No newline at end of file
1 +{"m_ExpandedPrefabGameObjectFileIDs":[],"m_ExpandedSceneGameObjectInstanceIDs":[],"m_ScrollY":0.0,"m_LastClickedFileID":0,"m_LastClickedInstanceID":0}
...\ No newline at end of file ...\ No newline at end of file
1 +{"cameraMode":{"drawMode":0,"name":"Shaded","section":"Shading Mode"},"sceneLighting":false,"audioPlay":false,"sceneViewState":{"showFog":true,"showMaterialUpdate":false,"showSkybox":false,"showFlares":true,"showImageEffects":true,"showParticleSystems":true},"in2DMode":false,"pivot":{"x":-0.05192927271127701,"y":1.0240000486373902,"z":-1.2667886018753052},"rotation":{"x":-0.2596043646335602,"y":0.5711200833320618,"z":-0.19677875936031342,"w":-0.7534632086753845},"size":0.39765363931655886,"orthographic":false}
...\ No newline at end of file ...\ No newline at end of file
1 +{"cameraMode":{"drawMode":0,"name":"Shaded","section":"Shading Mode"},"sceneLighting":false,"audioPlay":false,"sceneViewState":{"showFog":true,"showMaterialUpdate":false,"showSkybox":false,"showFlares":true,"showImageEffects":true,"showParticleSystems":true},"in2DMode":true,"pivot":{"x":-0.13249647617340089,"y":1.054817795753479,"z":-1.2810721397399903},"rotation":{"x":0.0,"y":0.0,"z":0.0,"w":1.0},"size":0.4302772879600525,"orthographic":true}
...\ No newline at end of file ...\ No newline at end of file
1 +{"cameraMode":{"drawMode":0,"name":"Shaded","section":"Shading Mode"},"sceneLighting":false,"audioPlay":false,"sceneViewState":{"showFog":true,"showMaterialUpdate":false,"showSkybox":false,"showFlares":true,"showImageEffects":true,"showParticleSystems":true},"in2DMode":false,"pivot":{"x":-2.6501102447509767,"y":3.503981590270996,"z":0.6967406272888184},"rotation":{"x":-0.2596043646335602,"y":0.5711200833320618,"z":-0.19677875936031342,"w":-0.7534632086753845},"size":4.520999431610107,"orthographic":false}
...\ No newline at end of file ...\ No newline at end of file
1 -{"cameraMode":{"drawMode":0,"name":"Shaded","section":"Shading Mode"},"sceneLighting":true,"audioPlay":false,"sceneViewState":{"showFog":true,"showMaterialUpdate":false,"showSkybox":true,"showFlares":true,"showImageEffects":true,"showParticleSystems":true},"in2DMode":false,"pivot":{"x":-0.7786595821380615,"y":-0.6794867515563965,"z":-0.5833823680877686},"rotation":{"x":-0.15572436153888703,"y":0.8441295027732849,"z":-0.3712182641029358,"w":-0.3541085124015808},"size":2.7777650356292726,"orthographic":false}
...\ No newline at end of file ...\ No newline at end of file
1 +{"cameraMode":{"drawMode":0,"name":"Shaded","section":"Shading Mode"},"sceneLighting":true,"audioPlay":false,"sceneViewState":{"showFog":true,"showMaterialUpdate":false,"showSkybox":true,"showFlares":true,"showImageEffects":true,"showParticleSystems":true},"in2DMode":false,"pivot":{"x":-0.3424907922744751,"y":6.095478057861328,"z":-0.054552316665649417},"rotation":{"x":-0.2596043646335602,"y":0.5711200833320618,"z":-0.19677875936031342,"w":-0.7534632086753845},"size":3.6011362075805666,"orthographic":false}
...\ No newline at end of file ...\ No newline at end of file
......
1 Base path: '/Applications/Unity/Hub/Editor/2019.3.14f1/Unity.app/Contents', plugins path '/Applications/Unity/Hub/Editor/2019.3.14f1/Unity.app/Contents/PlaybackEngines' 1 Base path: '/Applications/Unity/Hub/Editor/2019.3.14f1/Unity.app/Contents', plugins path '/Applications/Unity/Hub/Editor/2019.3.14f1/Unity.app/Contents/PlaybackEngines'
2 Cmd: initializeCompiler 2 Cmd: initializeCompiler
3 Cmd: compileSnippet 3 Cmd: compileSnippet
4 - api=14 type=0 insize=1086 outsize=1546 kw=VUFORIA_RGB pd=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 SHADER_API_DESKTOP UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHTMAP_DLDR_ENCODING ok=1 4 + api=14 type=0 insize=288996 outsize=2933 kw=UNITY_PASS_FORWARDBASE DIRECTIONAL LIGHTPROBE_SH pd=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 SHADER_API_DESKTOP UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHTMAP_DLDR_ENCODING ok=1
5 Cmd: compileSnippet 5 Cmd: compileSnippet
6 - api=14 type=1 insize=41108 outsize=5554 kw=UNITY_PASS_FORWARDBASE DIRECTIONAL LIGHTPROBE_SH pd=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 SHADER_API_DESKTOP UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHTMAP_DLDR_ENCODING ok=1 6 + api=14 type=1 insize=1402 outsize=1028 kw=UNITY_PASS_FORWARDBASE PROCEDURAL_INSTANCING_ON _ALPHABLEND_ON pd=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 SHADER_API_DESKTOP UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHTMAP_DLDR_ENCODING ok=1
7 +Cmd: compileSnippet
8 + api=14 type=1 insize=934 outsize=730 kw=PROCEDURAL_INSTANCING_ON pd=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 SHADER_API_DESKTOP UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHTMAP_DLDR_ENCODING ok=1
......
1 Base path: '/Applications/Unity/Hub/Editor/2019.3.14f1/Unity.app/Contents', plugins path '/Applications/Unity/Hub/Editor/2019.3.14f1/Unity.app/Contents/PlaybackEngines' 1 Base path: '/Applications/Unity/Hub/Editor/2019.3.14f1/Unity.app/Contents', plugins path '/Applications/Unity/Hub/Editor/2019.3.14f1/Unity.app/Contents/PlaybackEngines'
2 Cmd: initializeCompiler 2 Cmd: initializeCompiler
3 Cmd: compileSnippet 3 Cmd: compileSnippet
4 - api=14 type=1 insize=1086 outsize=880 kw=VUFORIA_RGB pd=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 SHADER_API_DESKTOP UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHTMAP_DLDR_ENCODING ok=1 4 + api=14 type=1 insize=288996 outsize=4084 kw=UNITY_PASS_FORWARDBASE DIRECTIONAL LIGHTPROBE_SH pd=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 SHADER_API_DESKTOP UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHTMAP_DLDR_ENCODING ok=1
5 Cmd: compileSnippet 5 Cmd: compileSnippet
6 - api=14 type=0 insize=41108 outsize=2933 kw=UNITY_PASS_FORWARDBASE DIRECTIONAL LIGHTPROBE_SH pd=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 SHADER_API_DESKTOP UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHTMAP_DLDR_ENCODING ok=1 6 + api=14 type=0 insize=1402 outsize=5483 kw=UNITY_PASS_FORWARDBASE PROCEDURAL_INSTANCING_ON _ALPHABLEND_ON pd=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 SHADER_API_DESKTOP UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHTMAP_DLDR_ENCODING ok=1
7 +Cmd: compileSnippet
8 + api=14 type=0 insize=1152 outsize=3288 kw=UNITY_PASS_SHADOWCASTER SHADOWS_DEPTH _ALPHABLEND_ON pd=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 SHADER_API_DESKTOP UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHTMAP_DLDR_ENCODING ok=1
9 +
10 +Quitting shader compiler process
......
1 Base path: '/Applications/Unity/Hub/Editor/2019.3.14f1/Unity.app/Contents', plugins path '/Applications/Unity/Hub/Editor/2019.3.14f1/Unity.app/Contents/PlaybackEngines' 1 Base path: '/Applications/Unity/Hub/Editor/2019.3.14f1/Unity.app/Contents', plugins path '/Applications/Unity/Hub/Editor/2019.3.14f1/Unity.app/Contents/PlaybackEngines'
2 Cmd: initializeCompiler 2 Cmd: initializeCompiler
3 Cmd: compileSnippet 3 Cmd: compileSnippet
4 - api=14 type=0 insize=7271 outsize=5974 kw=UNITY_PASS_SHADOWCASTER SHADOWS_DEPTH pd=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 SHADER_API_DESKTOP UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHTMAP_DLDR_ENCODING ok=1 4 + api=14 type=0 insize=934 outsize=4312 kw=PROCEDURAL_INSTANCING_ON pd=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 SHADER_API_DESKTOP UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHTMAP_DLDR_ENCODING ok=1
5 Cmd: compileSnippet 5 Cmd: compileSnippet
6 - api=14 type=1 insize=316957 outsize=7762 kw=UNITY_PASS_FORWARDBASE DIRECTIONAL LIGHTPROBE_SH pd=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 SHADER_API_DESKTOP UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHTMAP_DLDR_ENCODING ok=1 6 + api=14 type=1 insize=1152 outsize=1067 kw=UNITY_PASS_SHADOWCASTER SHADOWS_DEPTH _ALPHABLEND_ON pd=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 SHADER_API_DESKTOP UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHTMAP_DLDR_ENCODING ok=1
7 -Cmd: compileSnippet
8 - api=14 type=1 insize=1602 outsize=8056 kw=UNITY_PASS_FORWARDBASE DIRECTIONAL SHADOWS_SCREEN LIGHTPROBE_SH pd=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 SHADER_API_DESKTOP UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHTMAP_DLDR_ENCODING ok=1
9 7
10 Quitting shader compiler process 8 Quitting shader compiler process
......
...@@ -5,6 +5,8 @@ TagManager: ...@@ -5,6 +5,8 @@ TagManager:
5 serializedVersion: 2 5 serializedVersion: 2
6 tags: 6 tags:
7 - target 7 - target
8 + - GunSmoke
9 + - Boom
8 layers: 10 layers:
9 - Default 11 - Default
10 - TransparentFX 12 - TransparentFX
...@@ -14,7 +16,7 @@ TagManager: ...@@ -14,7 +16,7 @@ TagManager:
14 - UI 16 - UI
15 - 17 -
16 - 18 -
17 - - 19 + - birdLayer
18 - 20 -
19 - 21 -
20 - 22 -
......