forked from kookmin-sw/cap-template
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Alien&Crew 게임 종료 시스템 구현 (#116)
* Alien&Crew 게임 종료 조건 달성 시 게임종료 Alien&Crew 게임 종료 조건 달성 시 게임 종료 * 테스트씬 추가&게임클리어 프리팹 수정 테스트씬 추가&게임클리어 프리팹 수정
- Loading branch information
1 parent
200e616
commit f736f85
Showing
17 changed files
with
5,433 additions
and
29 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
%YAML 1.1 | ||
%TAG !u! tag:unity3d.com,2011: | ||
--- !u!1 &3113415038546076315 | ||
GameObject: | ||
m_ObjectHideFlags: 0 | ||
m_CorrespondingSourceObject: {fileID: 0} | ||
m_PrefabInstance: {fileID: 0} | ||
m_PrefabAsset: {fileID: 0} | ||
serializedVersion: 6 | ||
m_Component: | ||
- component: {fileID: 7970807483730846797} | ||
- component: {fileID: 7162998184046019369} | ||
- component: {fileID: 3400548949299678183} | ||
m_Layer: 0 | ||
m_Name: GameClearPoint | ||
m_TagString: Untagged | ||
m_Icon: {fileID: 0} | ||
m_NavMeshLayer: 0 | ||
m_StaticEditorFlags: 0 | ||
m_IsActive: 1 | ||
--- !u!4 &7970807483730846797 | ||
Transform: | ||
m_ObjectHideFlags: 0 | ||
m_CorrespondingSourceObject: {fileID: 0} | ||
m_PrefabInstance: {fileID: 0} | ||
m_PrefabAsset: {fileID: 0} | ||
m_GameObject: {fileID: 3113415038546076315} | ||
serializedVersion: 2 | ||
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} | ||
m_LocalPosition: {x: 0, y: 0, z: 0} | ||
m_LocalScale: {x: 1, y: 1, z: 1} | ||
m_ConstrainProportionsScale: 0 | ||
m_Children: [] | ||
m_Father: {fileID: 0} | ||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} | ||
--- !u!65 &7162998184046019369 | ||
BoxCollider: | ||
m_ObjectHideFlags: 0 | ||
m_CorrespondingSourceObject: {fileID: 0} | ||
m_PrefabInstance: {fileID: 0} | ||
m_PrefabAsset: {fileID: 0} | ||
m_GameObject: {fileID: 3113415038546076315} | ||
m_Material: {fileID: 0} | ||
m_IncludeLayers: | ||
serializedVersion: 2 | ||
m_Bits: 0 | ||
m_ExcludeLayers: | ||
serializedVersion: 2 | ||
m_Bits: 0 | ||
m_LayerOverridePriority: 0 | ||
m_IsTrigger: 1 | ||
m_ProvidesContacts: 0 | ||
m_Enabled: 1 | ||
serializedVersion: 3 | ||
m_Size: {x: 4, y: 0.5, z: 4} | ||
m_Center: {x: 0, y: 0, z: 0} | ||
--- !u!114 &3400548949299678183 | ||
MonoBehaviour: | ||
m_ObjectHideFlags: 0 | ||
m_CorrespondingSourceObject: {fileID: 0} | ||
m_PrefabInstance: {fileID: 0} | ||
m_PrefabAsset: {fileID: 0} | ||
m_GameObject: {fileID: 3113415038546076315} | ||
m_Enabled: 1 | ||
m_EditorHideFlags: 0 | ||
m_Script: {fileID: 11500000, guid: 89110613594b9da48925afdc08f7b51c, type: 3} | ||
m_Name: | ||
m_EditorClassIdentifier: |
7 changes: 7 additions & 0 deletions
7
Client/Assets/Resources/Prefabs/Map/GameClearPoint.prefab.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.