refactor(enemy): 敌人专属子类改为零代码配置型行为组件
This commit is contained in:
@@ -761,6 +761,7 @@ GameObject:
|
||||
- component: {fileID: 9180313924888131203}
|
||||
- component: {fileID: 1758362558550688781}
|
||||
- component: {fileID: 1140989549255509988}
|
||||
- component: {fileID: 4917575637238364831}
|
||||
m_Layer: 13
|
||||
m_Name: ENM_ZhiMu
|
||||
m_TagString: Untagged
|
||||
@@ -870,7 +871,7 @@ MonoBehaviour:
|
||||
m_GameObject: {fileID: 7501196512915604413}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: cf8f8c7225dca9c42b5a451b177319b9, type: 3}
|
||||
m_Script: {fileID: 11500000, guid: 1a2dbfbcc31a4c34cbd3ac893f02e07d, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
_enemyId:
|
||||
@@ -896,20 +897,6 @@ MonoBehaviour:
|
||||
_dbg_LastKnownPos: {x: 0, y: 0}
|
||||
_dbg_BtTickInterval: 0
|
||||
_autoPlayPhaseAnimation: 1
|
||||
_deathPreClip:
|
||||
_FadeDuration: 0.25
|
||||
_Speed: 1
|
||||
_Events:
|
||||
_NormalizedTimes: []
|
||||
_Callbacks: []
|
||||
_Names: []
|
||||
_Clip: {fileID: 0}
|
||||
_NormalizedStartTime: NaN
|
||||
_hurtBox: {fileID: 0}
|
||||
_deathPreDuration: 3
|
||||
references:
|
||||
version: 2
|
||||
RefIds: []
|
||||
--- !u!114 &7254417954483924161
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
@@ -1179,3 +1166,32 @@ MonoBehaviour:
|
||||
obstructLayer:
|
||||
serializedVersion: 2
|
||||
m_Bits: 0
|
||||
--- !u!114 &4917575637238364831
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 7501196512915604413}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 4a4a8aad8881b4543a0918321e7efe3e, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
_deathPreClip:
|
||||
_FadeDuration: 0.25
|
||||
_Speed: 1
|
||||
_Events:
|
||||
_NormalizedTimes: []
|
||||
_Callbacks: []
|
||||
_Names: []
|
||||
_Clip: {fileID: 0}
|
||||
_NormalizedStartTime: NaN
|
||||
_duration: 3
|
||||
_hurtBoxesToDisable:
|
||||
- {fileID: 6064615757515489567}
|
||||
_stopBehaviorTree: 1
|
||||
_stopMovement: 1
|
||||
references:
|
||||
version: 2
|
||||
RefIds: []
|
||||
|
||||
Reference in New Issue
Block a user