- Enhanced Physics2D layer collision report with new interactions between Player and Enemy layers. - Refactored BD_InvestigateLastKnown to streamline animation handling and improve readability. - Simplified BD_MaintainCombatDistance by consolidating movement stop logic. - Updated BD_MoveToPlayer to set AI phase on start. - Improved BD_Patrol logic with better handling of stuck states and path failures. - Enhanced BD_PatrolWaypoints to manage stuck conditions and retry logic more effectively. - Refined BD_ReturnToHome to remove unnecessary animation calls. - Updated BD_WalkRandom to ensure AI phase is set correctly on start. - Improved EnemyAbilityBase to delegate target facing to the movement system. - Enhanced EnemyBase with new movement methods for better control. - Refactored EnemyMovement to introduce a new input system for handling movement and facing. - Added EnemyMoveInput struct to encapsulate movement intentions. - Updated Physics2DSettings to reflect new layer collision matrix. - Introduced RTK CLI instructions for optimized command usage.
49 lines
1.6 KiB
Plaintext
49 lines
1.6 KiB
Plaintext
%YAML 1.1
|
|
%TAG !u! tag:unity3d.com,2011:
|
|
--- !u!19 &1
|
|
Physics2DSettings:
|
|
m_ObjectHideFlags: 0
|
|
serializedVersion: 6
|
|
m_Gravity: {x: 0, y: -9.81}
|
|
m_DefaultMaterial: {fileID: 0}
|
|
m_VelocityIterations: 8
|
|
m_PositionIterations: 3
|
|
m_VelocityThreshold: 1
|
|
m_MaxLinearCorrection: 0.2
|
|
m_MaxAngularCorrection: 8
|
|
m_MaxTranslationSpeed: 100
|
|
m_MaxRotationSpeed: 360
|
|
m_BaumgarteScale: 0.2
|
|
m_BaumgarteTimeOfImpactScale: 0.75
|
|
m_TimeToSleep: 0.5
|
|
m_LinearSleepTolerance: 0.01
|
|
m_AngularSleepTolerance: 2
|
|
m_DefaultContactOffset: 0.01
|
|
m_JobOptions:
|
|
serializedVersion: 2
|
|
useMultithreading: 0
|
|
useConsistencySorting: 0
|
|
m_InterpolationPosesPerJob: 100
|
|
m_NewContactsPerJob: 30
|
|
m_CollideContactsPerJob: 100
|
|
m_ClearFlagsPerJob: 200
|
|
m_ClearBodyForcesPerJob: 200
|
|
m_SyncDiscreteFixturesPerJob: 50
|
|
m_SyncContinuousFixturesPerJob: 50
|
|
m_FindNearestContactsPerJob: 100
|
|
m_UpdateTriggerContactsPerJob: 100
|
|
m_IslandSolverCostThreshold: 100
|
|
m_IslandSolverBodyCostScale: 1
|
|
m_IslandSolverContactCostScale: 10
|
|
m_IslandSolverJointCostScale: 10
|
|
m_IslandSolverBodiesPerJob: 50
|
|
m_IslandSolverContactsPerJob: 50
|
|
m_SimulationMode: 0
|
|
m_QueriesHitTriggers: 1
|
|
m_QueriesStartInColliders: 1
|
|
m_CallbacksOnDisable: 1
|
|
m_ReuseCollisionCallbacks: 1
|
|
m_AutoSyncTransforms: 0
|
|
m_GizmoOptions: 10
|
|
m_LayerCollisionMatrix: ffffffffffffffffffffffffbffffffffffffffffffffffff7ebfffffff0ffff7fffffff7fdfffff3fffffff7fbfffffbffffef7ff9dffffff57ffdfffbffeffff6fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffdfffffffffffefffffffffffffffbffffdffffffffffffffff
|