34 lines
812 B
Plaintext
Raw Permalink Normal View History

2024-10-17 17:23:05 +03:00
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: b345aa8c625f48c42b128a3818160fa1, type: 3}
m_Name: BehaviourConfig
m_EditorClassIdentifier:
_moveBehaviour:
SinYMove:
_minSpeed: 0.5
_maxSpeed: 1
_minAmplitude: 0.5
_maxAmplitude: 1
_positionMaxRandom: 100
SinAllAxisMove:
_minSpeed: 0.5
_maxSpeed: 1
_amplitude: 50
WanderMove:
_circleRadius: 35
_turnChance: 0.05
_maxRadius: 2000
_mass: 15
_maxSpeed: 3
_maxForce: 15
_maxSpawnPositionRadius: 100