1
This commit is contained in:
121
Assets/Artists/Prefabs/Rig/AI/Sensor.prefab
Normal file
121
Assets/Artists/Prefabs/Rig/AI/Sensor.prefab
Normal file
@@ -0,0 +1,121 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!1 &6742090447984940087
|
||||
GameObject:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
serializedVersion: 6
|
||||
m_Component:
|
||||
- component: {fileID: 6256051358093332725}
|
||||
- component: {fileID: 9015502658869033244}
|
||||
m_Layer: 0
|
||||
m_Name: Sensor
|
||||
m_TagString: Untagged
|
||||
m_Icon: {fileID: 0}
|
||||
m_NavMeshLayer: 0
|
||||
m_StaticEditorFlags: 0
|
||||
m_IsActive: 1
|
||||
--- !u!4 &6256051358093332725
|
||||
Transform:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 6742090447984940087}
|
||||
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:
|
||||
- {fileID: 6553045303716004258}
|
||||
m_Father: {fileID: 0}
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
--- !u!114 &9015502658869033244
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 6742090447984940087}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 33d6f52a9de8ea149ab70ac4e67a0c36, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
autoUpdate: 1
|
||||
ignoreTags:
|
||||
allow: 0
|
||||
value: []
|
||||
optionalRetargetInterval:
|
||||
allow: 1
|
||||
value:
|
||||
Interval: 1
|
||||
sensor:
|
||||
rid: 806583310205321480
|
||||
sensorTransform: {fileID: 0}
|
||||
references:
|
||||
version: 2
|
||||
RefIds:
|
||||
- rid: 806583310205321480
|
||||
type: {class: UnitySensor, ns: BITKit.Sensors, asm: BITKit.Sensor}
|
||||
data:
|
||||
gameObject: {fileID: 9148787559049777921}
|
||||
--- !u!1 &9148787559049777921
|
||||
GameObject:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
serializedVersion: 6
|
||||
m_Component:
|
||||
- component: {fileID: 6553045303716004258}
|
||||
- component: {fileID: 8772707305530588351}
|
||||
m_Layer: 0
|
||||
m_Name: Range
|
||||
m_TagString: Untagged
|
||||
m_Icon: {fileID: 0}
|
||||
m_NavMeshLayer: 0
|
||||
m_StaticEditorFlags: 0
|
||||
m_IsActive: 1
|
||||
--- !u!4 &6553045303716004258
|
||||
Transform:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 9148787559049777921}
|
||||
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: 6256051358093332725}
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
--- !u!114 &8772707305530588351
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 9148787559049777921}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 8f305912600022b4c824367828ddc333, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
detectLayer:
|
||||
serializedVersion: 2
|
||||
m_Bits: 64
|
||||
autoUpdate: 1
|
||||
ignoreColliders:
|
||||
- {fileID: 0}
|
||||
radius: 24
|
||||
fov: 60
|
||||
requireSight: 1
|
||||
blockLayer:
|
||||
serializedVersion: 2
|
||||
m_Bits: 16385
|
@@ -153,6 +153,8 @@ MonoBehaviour:
|
||||
tags:
|
||||
- Hitbox
|
||||
- Blood
|
||||
- Fixed
|
||||
- IgnoreRotation
|
||||
addressablePath:
|
||||
--- !u!1 &2551180606990033913
|
||||
GameObject:
|
||||
@@ -265,6 +267,8 @@ MonoBehaviour:
|
||||
tags:
|
||||
- Hitbox
|
||||
- Blood
|
||||
- Fixed
|
||||
- IgnoreRotation
|
||||
addressablePath:
|
||||
--- !u!1 &2817772008418802562
|
||||
GameObject:
|
||||
@@ -377,6 +381,8 @@ MonoBehaviour:
|
||||
tags:
|
||||
- Hitbox
|
||||
- Blood
|
||||
- Fixed
|
||||
- IgnoreRotation
|
||||
addressablePath:
|
||||
--- !u!1 &3358785089503055921
|
||||
GameObject:
|
||||
@@ -489,6 +495,8 @@ MonoBehaviour:
|
||||
tags:
|
||||
- Hitbox
|
||||
- Blood
|
||||
- Fixed
|
||||
- IgnoreRotation
|
||||
addressablePath:
|
||||
--- !u!1 &4373715169958296559
|
||||
GameObject:
|
||||
@@ -601,6 +609,8 @@ MonoBehaviour:
|
||||
tags:
|
||||
- Hitbox
|
||||
- Blood
|
||||
- Fixed
|
||||
- IgnoreRotation
|
||||
addressablePath:
|
||||
--- !u!1 &4814532438191238496
|
||||
GameObject:
|
||||
@@ -713,6 +723,8 @@ MonoBehaviour:
|
||||
tags:
|
||||
- Hitbox
|
||||
- Blood
|
||||
- Fixed
|
||||
- IgnoreRotation
|
||||
addressablePath:
|
||||
--- !u!1 &4847830526722242972
|
||||
GameObject:
|
||||
@@ -825,6 +837,8 @@ MonoBehaviour:
|
||||
tags:
|
||||
- Hitbox
|
||||
- Blood
|
||||
- Fixed
|
||||
- IgnoreRotation
|
||||
addressablePath:
|
||||
--- !u!1 &6838856782095480610
|
||||
GameObject:
|
||||
@@ -937,6 +951,8 @@ MonoBehaviour:
|
||||
tags:
|
||||
- Hitbox
|
||||
- Blood
|
||||
- Fixed
|
||||
- IgnoreRotation
|
||||
addressablePath:
|
||||
--- !u!1 &7405854416764959154
|
||||
GameObject:
|
||||
@@ -1049,6 +1065,8 @@ MonoBehaviour:
|
||||
tags:
|
||||
- Hitbox
|
||||
- Blood
|
||||
- Fixed
|
||||
- IgnoreRotation
|
||||
addressablePath:
|
||||
--- !u!1 &7591505052710699887
|
||||
GameObject:
|
||||
@@ -1161,6 +1179,8 @@ MonoBehaviour:
|
||||
tags:
|
||||
- Hitbox
|
||||
- Blood
|
||||
- Fixed
|
||||
- IgnoreRotation
|
||||
addressablePath:
|
||||
--- !u!1 &8909630876078933330
|
||||
GameObject:
|
||||
@@ -1273,4 +1293,6 @@ MonoBehaviour:
|
||||
tags:
|
||||
- Hitbox
|
||||
- Blood
|
||||
- Fixed
|
||||
- IgnoreRotation
|
||||
addressablePath:
|
||||
|
Reference in New Issue
Block a user