- Protoyped on the AI movement, found solutions for turns and moving after impacting the player. - Created a full base for AI state machine. - Worked on binding the core AI logic with the finite state machine.
26 lines
600 B
Plaintext
26 lines
600 B
Plaintext
%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: feb483b279f838c4980e44e0bce6fc87, type: 3}
|
|
m_Name: CarSpecs
|
|
m_EditorClassIdentifier:
|
|
dampingForce: 50
|
|
strength: 500
|
|
suspensionRestDist: 0.6
|
|
hitDist: 0.4
|
|
gripFactor: 0.4
|
|
tireMass: 2
|
|
totalSpeed: 20
|
|
rotationSpeed: 2
|
|
tireRotationAngle: 20
|
|
speedValue: 50
|
|
accelSpeed: 100
|