├── HighLevel └── PhysicsExamples2D │ ├── .gitattributes │ ├── .gitignore │ ├── .vsconfig │ ├── Assets │ ├── Animations.meta │ ├── Animations │ │ ├── PlayerIdle.anim │ │ ├── PlayerIdle.anim.meta │ │ ├── Player_SpriteSheet_0.controller │ │ └── Player_SpriteSheet_0.controller.meta │ ├── PhysicsMaterials.meta │ ├── PhysicsMaterials │ │ ├── FrictionOrBounce.meta │ │ ├── FrictionOrBounce │ │ │ ├── Bounce_0.0_Friction_0.0.physicsMaterial2D │ │ │ ├── Bounce_0.0_Friction_0.0.physicsMaterial2D.meta │ │ │ ├── Bounce_0.0_Friction_0.1.physicsMaterial2D │ │ │ ├── Bounce_0.0_Friction_0.1.physicsMaterial2D.meta │ │ │ ├── Bounce_0.0_Friction_0.2.physicsMaterial2D │ │ │ ├── Bounce_0.0_Friction_0.2.physicsMaterial2D.meta │ │ │ ├── Bounce_0.0_Friction_0.3.physicsMaterial2D │ │ │ ├── Bounce_0.0_Friction_0.3.physicsMaterial2D.meta │ │ │ ├── Bounce_0.0_Friction_0.4.physicsMaterial2D │ │ │ ├── Bounce_0.0_Friction_0.4.physicsMaterial2D.meta │ │ │ ├── Bounce_0.0_Friction_0.5.physicsMaterial2D │ │ │ ├── Bounce_0.0_Friction_0.5.physicsMaterial2D.meta │ │ │ ├── Bounce_0.0_Friction_0.6.physicsMaterial2D │ │ │ ├── Bounce_0.0_Friction_0.6.physicsMaterial2D.meta │ │ │ ├── Bounce_0.0_Friction_0.7.physicsMaterial2D │ │ │ ├── Bounce_0.0_Friction_0.7.physicsMaterial2D.meta │ │ │ ├── Bounce_0.0_Friction_0.8.physicsMaterial2D │ │ │ ├── Bounce_0.0_Friction_0.8.physicsMaterial2D.meta │ │ │ ├── Bounce_0.0_Friction_0.9.physicsMaterial2D │ │ │ ├── Bounce_0.0_Friction_0.9.physicsMaterial2D.meta │ │ │ ├── Bounce_0.0_Friction_1.0.physicsMaterial2D │ │ │ ├── Bounce_0.0_Friction_1.0.physicsMaterial2D.meta │ │ │ ├── Bounce_0.1_Friction_0.0.physicsMaterial2D │ │ │ ├── Bounce_0.1_Friction_0.0.physicsMaterial2D.meta │ │ │ ├── Bounce_0.2_Friction_0.0.physicsMaterial2D │ │ │ ├── Bounce_0.2_Friction_0.0.physicsMaterial2D.meta │ │ │ ├── Bounce_0.3_Friction_0.0.physicsMaterial2D │ │ │ ├── Bounce_0.3_Friction_0.0.physicsMaterial2D.meta │ │ │ ├── Bounce_0.4_Friction_0.0.physicsMaterial2D │ │ │ ├── Bounce_0.4_Friction_0.0.physicsMaterial2D.meta │ │ │ ├── Bounce_0.5_Friction_0.0.physicsMaterial2D │ │ │ ├── Bounce_0.5_Friction_0.0.physicsMaterial2D.meta │ │ │ ├── Bounce_0.6_Friction_0.0.physicsMaterial2D │ │ │ ├── Bounce_0.6_Friction_0.0.physicsMaterial2D.meta │ │ │ ├── Bounce_0.7_Friction_0.0.physicsMaterial2D │ │ │ ├── Bounce_0.7_Friction_0.0.physicsMaterial2D.meta │ │ │ ├── Bounce_0.8_Friction_0.0.physicsMaterial2D │ │ │ ├── Bounce_0.8_Friction_0.0.physicsMaterial2D.meta │ │ │ ├── Bounce_0.9_Friction_0.0.physicsMaterial2D │ │ │ ├── Bounce_0.9_Friction_0.0.physicsMaterial2D.meta │ │ │ ├── Bounce_1.0_Friction_0.0.physicsMaterial2D │ │ │ └── Bounce_1.0_Friction_0.0.physicsMaterial2D.meta │ │ ├── Generic.meta │ │ └── Generic │ │ │ ├── Bouncy.physicsMaterial2D │ │ │ ├── Bouncy.physicsMaterial2D.meta │ │ │ ├── HighFrictionNoBounce.physicsMaterial2D │ │ │ ├── HighFrictionNoBounce.physicsMaterial2D.meta │ │ │ ├── VeryBouncyLowFriction.physicsMaterial2D │ │ │ └── VeryBouncyLowFriction.physicsMaterial2D.meta │ ├── Prefabs.meta │ ├── Prefabs │ │ ├── Functional.meta │ │ ├── Functional │ │ │ ├── Dragger.prefab │ │ │ └── Dragger.prefab.meta │ │ ├── Particles.meta │ │ ├── Particles │ │ │ ├── NoisyPlume.prefab │ │ │ ├── NoisyPlume.prefab.meta │ │ │ ├── Smoke.prefab │ │ │ └── Smoke.prefab.meta │ │ ├── PhysicsSprites.meta │ │ └── PhysicsSprites │ │ │ ├── Anchor.prefab │ │ │ ├── Anchor.prefab.meta │ │ │ ├── Arrow.prefab │ │ │ ├── Arrow.prefab.meta │ │ │ ├── BeachBall.prefab │ │ │ ├── BeachBall.prefab.meta │ │ │ ├── BipedBlue.prefab │ │ │ ├── BipedBlue.prefab.meta │ │ │ ├── BipedGreen.prefab │ │ │ ├── BipedGreen.prefab.meta │ │ │ ├── BipedPink.prefab │ │ │ ├── BipedPink.prefab.meta │ │ │ ├── Bridge.prefab │ │ │ ├── Bridge.prefab.meta │ │ │ ├── BridgeLogs.prefab │ │ │ ├── BridgeLogs.prefab.meta │ │ │ ├── Capsule_Horizontal.prefab │ │ │ ├── Capsule_Horizontal.prefab.meta │ │ │ ├── Capsule_Vertical.prefab │ │ │ ├── Capsule_Vertical.prefab.meta │ │ │ ├── Circle.prefab │ │ │ ├── Circle.prefab.meta │ │ │ ├── Crate.prefab │ │ │ ├── Crate.prefab.meta │ │ │ ├── CrateExclamation.prefab │ │ │ ├── CrateExclamation.prefab.meta │ │ │ ├── FaceGreen.prefab │ │ │ ├── FaceGreen.prefab.meta │ │ │ ├── FacePink.prefab │ │ │ ├── FacePink.prefab.meta │ │ │ ├── GirlAndDog.prefab │ │ │ ├── GirlAndDog.prefab.meta │ │ │ ├── GrassLedge.prefab │ │ │ ├── GrassLedge.prefab.meta │ │ │ ├── Ragdoll_FixedJoint2D.prefab │ │ │ ├── Ragdoll_FixedJoint2D.prefab.meta │ │ │ ├── Ragdoll_HingeJoint2D.prefab │ │ │ ├── Ragdoll_HingeJoint2D.prefab.meta │ │ │ ├── SandBrick.prefab │ │ │ ├── SandBrick.prefab.meta │ │ │ ├── SoftBody.prefab │ │ │ ├── SoftBody.prefab.meta │ │ │ ├── Square.prefab │ │ │ ├── Square.prefab.meta │ │ │ ├── Square_Polygon.prefab │ │ │ ├── Square_Polygon.prefab.meta │ │ │ ├── Star.prefab │ │ │ ├── Star.prefab.meta │ │ │ ├── Truck.prefab │ │ │ ├── Truck.prefab.meta │ │ │ ├── Weight.prefab │ │ │ └── Weight.prefab.meta │ ├── Scenes.meta │ ├── Scenes │ │ ├── Colliders.meta │ │ ├── Colliders │ │ │ ├── BoxCollider2D.unity │ │ │ ├── BoxCollider2D.unity.meta │ │ │ ├── BoxCollider2D_Stacked.unity │ │ │ ├── BoxCollider2D_Stacked.unity.meta │ │ │ ├── CapsuleCollider2D.unity │ │ │ ├── CapsuleCollider2D.unity.meta │ │ │ ├── CapsuleCollider2D_Stacked.unity │ │ │ ├── CapsuleCollider2D_Stacked.unity.meta │ │ │ ├── CircleCollider2D.unity │ │ │ ├── CircleCollider2D.unity.meta │ │ │ ├── CircleCollider2D_Stacked.unity │ │ │ ├── CircleCollider2D_Stacked.unity.meta │ │ │ ├── Collider2D_CreateMeshDelaunay.unity │ │ │ ├── Collider2D_CreateMeshDelaunay.unity.meta │ │ │ ├── Collider2D_ForceSendReceive.unity │ │ │ ├── Collider2D_ForceSendReceive.unity.meta │ │ │ ├── Collider2D_Rigidbody2D_IncludeExcludeLayers.unity │ │ │ ├── Collider2D_Rigidbody2D_IncludeExcludeLayers.unity.meta │ │ │ ├── CompositeCollider2D_Delaunay.unity │ │ │ ├── CompositeCollider2D_Delaunay.unity.meta │ │ │ ├── CompositeCollider2D_NewOperations.unity │ │ │ ├── CompositeCollider2D_NewOperations.unity.meta │ │ │ ├── CompositeCollider2D_OperationOrder.unity │ │ │ ├── CompositeCollider2D_OperationOrder.unity.meta │ │ │ ├── CompositeCollider2D_Outlines.unity │ │ │ ├── CompositeCollider2D_Outlines.unity.meta │ │ │ ├── CompositeCollider2D_Polygons.unity │ │ │ ├── CompositeCollider2D_Polygons.unity.meta │ │ │ ├── CompositeCollider2D_Stacked.unity │ │ │ ├── CompositeCollider2D_Stacked.unity.meta │ │ │ ├── CompositeCollider2D_SupportedColliders.unity │ │ │ ├── CompositeCollider2D_SupportedColliders.unity.meta │ │ │ ├── CustomCollider2D_Compound.unity │ │ │ ├── CustomCollider2D_Compound.unity.meta │ │ │ ├── CustomCollider2D_Logo.unity │ │ │ ├── CustomCollider2D_Logo.unity.meta │ │ │ ├── EdgeCollider2D.unity │ │ │ ├── EdgeCollider2D.unity.meta │ │ │ ├── EdgeCollider2D_AdjacentPoints.unity │ │ │ ├── EdgeCollider2D_AdjacentPoints.unity.meta │ │ │ ├── PolygonCollider2D.unity │ │ │ ├── PolygonCollider2D.unity.meta │ │ │ ├── PolygonCollider2D_Delaunay.unity │ │ │ ├── PolygonCollider2D_Delaunay.unity.meta │ │ │ ├── PolygonCollider2D_Stacked.unity │ │ │ └── PolygonCollider2D_Stacked.unity.meta │ │ ├── Effectors.meta │ │ ├── Effectors │ │ │ ├── AreaEffector2D_AngularDrag.unity │ │ │ ├── AreaEffector2D_AngularDrag.unity.meta │ │ │ ├── AreaEffector2D_Drag.unity │ │ │ ├── AreaEffector2D_Drag.unity.meta │ │ │ ├── AreaEffector2D_ForceMagnitude.unity │ │ │ ├── AreaEffector2D_ForceMagnitude.unity.meta │ │ │ ├── AreaEffector2D_ForceTarget.unity │ │ │ ├── AreaEffector2D_ForceTarget.unity.meta │ │ │ ├── AreaEffector2D_ForceVariation.unity │ │ │ ├── AreaEffector2D_ForceVariation.unity.meta │ │ │ ├── AreaEffector2D_GlobalForceAngle.unity │ │ │ ├── AreaEffector2D_GlobalForceAngle.unity.meta │ │ │ ├── AreaEffector2D_LocalForceAngle.unity │ │ │ ├── AreaEffector2D_LocalForceAngle.unity.meta │ │ │ ├── AreaEffector2D_MultipleAreas.unity │ │ │ ├── AreaEffector2D_MultipleAreas.unity.meta │ │ │ ├── BuoyancyEffector2D_AngularDrag.unity │ │ │ ├── BuoyancyEffector2D_AngularDrag.unity.meta │ │ │ ├── BuoyancyEffector2D_Density.unity │ │ │ ├── BuoyancyEffector2D_Density.unity.meta │ │ │ ├── BuoyancyEffector2D_LinearDrag.unity │ │ │ ├── BuoyancyEffector2D_LinearDrag.unity.meta │ │ │ ├── BuoyancyEffector2D_SurfaceLevel.unity │ │ │ ├── BuoyancyEffector2D_SurfaceLevel.unity.meta │ │ │ ├── PlatformEffector2D_OneWay.unity │ │ │ ├── PlatformEffector2D_OneWay.unity.meta │ │ │ ├── PlatformEffector2D_OneWayGrouping.unity │ │ │ ├── PlatformEffector2D_OneWayGrouping.unity.meta │ │ │ ├── PointEffector2D_ForceMode.unity │ │ │ ├── PointEffector2D_ForceMode.unity.meta │ │ │ ├── SurfaceEffector2D_ContactForce.unity │ │ │ ├── SurfaceEffector2D_ContactForce.unity.meta │ │ │ ├── SurfaceEffector2D_ForceScale.unity │ │ │ ├── SurfaceEffector2D_ForceScale.unity.meta │ │ │ ├── SurfaceEffector2D_Speed.unity │ │ │ ├── SurfaceEffector2D_Speed.unity.meta │ │ │ ├── SurfaceEffector2D_SpeedVariation.unity │ │ │ ├── SurfaceEffector2D_SpeedVariation.unity.meta │ │ │ ├── SurfaceEffector2D_UseBounce.unity │ │ │ ├── SurfaceEffector2D_UseBounce.unity.meta │ │ │ ├── SurfaceEffector2D_UseFriction.unity │ │ │ └── SurfaceEffector2D_UseFriction.unity.meta │ │ ├── Joints.meta │ │ ├── Joints │ │ │ ├── DistanceJoint2D_FixedDistance.unity │ │ │ ├── DistanceJoint2D_FixedDistance.unity.meta │ │ │ ├── DistanceJoint2D_MaxDistanceOnly.unity │ │ │ ├── DistanceJoint2D_MaxDistanceOnly.unity.meta │ │ │ ├── DistanceJoint2D_MaxDistanceOnly_Chain.unity │ │ │ ├── DistanceJoint2D_MaxDistanceOnly_Chain.unity.meta │ │ │ ├── FixedJoint2D_RagDoll.unity │ │ │ ├── FixedJoint2D_RagDoll.unity.meta │ │ │ ├── FrictionJoint2D_AngularFriction.unity │ │ │ ├── FrictionJoint2D_AngularFriction.unity.meta │ │ │ ├── FrictionJoint2D_LinearFriction.unity │ │ │ ├── FrictionJoint2D_LinearFriction.unity.meta │ │ │ ├── HingeJoint2D_Limits.unity │ │ │ ├── HingeJoint2D_Limits.unity.meta │ │ │ ├── HingeJoint2D_MotorSpeed.unity │ │ │ ├── HingeJoint2D_MotorSpeed.unity.meta │ │ │ ├── HingeJoint2D_RagDoll.unity │ │ │ ├── HingeJoint2D_RagDoll.unity.meta │ │ │ ├── HingeJoint2D_UseConnectedAnchor.unity │ │ │ ├── HingeJoint2D_UseConnectedAnchor.unity.meta │ │ │ ├── Joint2D_BreakAction.unity │ │ │ ├── Joint2D_BreakAction.unity.meta │ │ │ ├── RelativeJoint2D_AngularOffset.unity │ │ │ ├── RelativeJoint2D_AngularOffset.unity.meta │ │ │ ├── RelativeJoint2D_LinearOffset.unity │ │ │ ├── RelativeJoint2D_LinearOffset.unity.meta │ │ │ ├── SliderJoint2D_Angle.unity │ │ │ ├── SliderJoint2D_Angle.unity.meta │ │ │ ├── SliderJoint2D_Limits.unity │ │ │ ├── SliderJoint2D_Limits.unity.meta │ │ │ ├── SliderJoint2D_Motor.unity │ │ │ ├── SliderJoint2D_Motor.unity.meta │ │ │ ├── SpringJoint2D_Damping.unity │ │ │ ├── SpringJoint2D_Damping.unity.meta │ │ │ ├── SpringJoint2D_Frequency.unity │ │ │ ├── SpringJoint2D_Frequency.unity.meta │ │ │ ├── TargetJoint2D_FollowCurve.unity │ │ │ ├── TargetJoint2D_FollowCurve.unity.meta │ │ │ ├── TargetJoint2D_MouseDrag.unity │ │ │ ├── TargetJoint2D_MouseDrag.unity.meta │ │ │ ├── TargetJoint2D_MouseFollow.unity │ │ │ ├── TargetJoint2D_MouseFollow.unity.meta │ │ │ ├── WheelJoint2D_Truck.unity │ │ │ └── WheelJoint2D_Truck.unity.meta │ │ ├── Materials.meta │ │ ├── Materials │ │ │ ├── PhysicsMaterial2D_Assignment.unity │ │ │ ├── PhysicsMaterial2D_Assignment.unity.meta │ │ │ ├── PhysicsMaterial2D_Bounce.unity │ │ │ ├── PhysicsMaterial2D_Bounce.unity.meta │ │ │ ├── PhysicsMaterial2D_Friction.unity │ │ │ └── PhysicsMaterial2D_Friction.unity.meta │ │ ├── Miscellaneous.meta │ │ ├── Miscellaneous │ │ │ ├── IsGrounded.unity │ │ │ ├── IsGrounded.unity.meta │ │ │ ├── KinematicTopDownController.unity │ │ │ ├── KinematicTopDownController.unity.meta │ │ │ ├── Pendulum.unity │ │ │ ├── Pendulum.unity.meta │ │ │ ├── Rigidbody2D_QuadraticDrag.unity │ │ │ ├── Rigidbody2D_QuadraticDrag.unity.meta │ │ │ ├── SeeSaw.unity │ │ │ ├── SeeSaw.unity.meta │ │ │ ├── SoftBody.unity │ │ │ ├── SoftBody.unity.meta │ │ │ ├── Stress_SpawnPyramid.unity │ │ │ └── Stress_SpawnPyramid.unity.meta │ │ ├── Physics2D.meta │ │ ├── Physics2D │ │ │ ├── Physics2D_SimulationLayers.unity │ │ │ └── Physics2D_SimulationLayers.unity.meta │ │ ├── Queries.meta │ │ ├── Queries │ │ │ ├── Placeholder.txt │ │ │ └── Placeholder.txt.meta │ │ ├── Rigidbody.meta │ │ └── Rigidbody │ │ │ ├── Rigidbody2D_AddForceXY.unity │ │ │ ├── Rigidbody2D_AddForceXY.unity.meta │ │ │ ├── Rigidbody2D_AddRelativeForceXY.unity │ │ │ ├── Rigidbody2D_AddRelativeForceXY.unity.meta │ │ │ ├── Rigidbody2D_BodyType_Collision.unity │ │ │ ├── Rigidbody2D_BodyType_Collision.unity.meta │ │ │ ├── Rigidbody2D_BodyType_Trigger.unity │ │ │ ├── Rigidbody2D_BodyType_Trigger.unity.meta │ │ │ ├── Rigidbody2D_CenterOfMass.unity │ │ │ ├── Rigidbody2D_CenterOfMass.unity.meta │ │ │ ├── Rigidbody2D_Constraints.unity │ │ │ ├── Rigidbody2D_Constraints.unity.meta │ │ │ ├── Rigidbody2D_Interpolate.unity │ │ │ ├── Rigidbody2D_Interpolate.unity.meta │ │ │ ├── Rigidbody2D_MovePositionAndRotation.unity │ │ │ ├── Rigidbody2D_MovePositionAndRotation.unity.meta │ │ │ ├── Rigidbody2D_Simulated.unity │ │ │ ├── Rigidbody2D_Simulated.unity.meta │ │ │ ├── Rigidbody2D_TotalForceTorque.unity │ │ │ ├── Rigidbody2D_TotalForceTorque.unity.meta │ │ │ ├── Rigidbody2D_UseAutoMass.unity │ │ │ ├── Rigidbody2D_UseAutoMass.unity.meta │ │ │ ├── Rigidbody2D_VelocityXY.unity │ │ │ ├── Rigidbody2D_VelocityXY.unity.meta │ │ │ ├── Slides.meta │ │ │ └── Slides │ │ │ ├── Rigidbody2D_SlideAllBodyTypes.unity │ │ │ ├── Rigidbody2D_SlideAllBodyTypes.unity.meta │ │ │ ├── Rigidbody2D_SlideGravityNoSlip.unity │ │ │ ├── Rigidbody2D_SlideGravityNoSlip.unity.meta │ │ │ ├── Rigidbody2D_SlideGravitySlip.unity │ │ │ ├── Rigidbody2D_SlideGravitySlip.unity.meta │ │ │ ├── Rigidbody2D_SlideMoveSlideAngle.unity │ │ │ ├── Rigidbody2D_SlideMoveSlideAngle.unity.meta │ │ │ ├── Rigidbody2D_SlideSurfaceAnchor.unity │ │ │ └── Rigidbody2D_SlideSurfaceAnchor.unity.meta │ ├── Scripts.meta │ ├── Scripts │ │ ├── Generic.meta │ │ ├── Generic │ │ │ ├── AddJumpForce.cs │ │ │ ├── AddJumpForce.cs.meta │ │ │ ├── BehaviourEnableDisable.cs │ │ │ ├── BehaviourEnableDisable.cs.meta │ │ │ ├── CenterOfMass.cs │ │ │ ├── CenterOfMass.cs.meta │ │ │ ├── DragTarget.cs │ │ │ ├── DragTarget.cs.meta │ │ │ ├── DrawCenterOfMass.cs │ │ │ ├── DrawCenterOfMass.cs.meta │ │ │ ├── DrawJointAnchorLine.cs │ │ │ ├── DrawJointAnchorLine.cs.meta │ │ │ ├── DynamicGravity.cs │ │ │ ├── DynamicGravity.cs.meta │ │ │ ├── GenericActions.cs │ │ │ ├── GenericActions.cs.meta │ │ │ ├── InitialVelocity.cs │ │ │ ├── InitialVelocity.cs.meta │ │ │ ├── KillOnContact.cs │ │ │ ├── KillOnContact.cs.meta │ │ │ ├── MouseTarget.cs │ │ │ ├── MouseTarget.cs.meta │ │ │ ├── PhysicsEvents.cs │ │ │ ├── PhysicsEvents.cs.meta │ │ │ ├── ResetPositionOnContact.cs │ │ │ ├── ResetPositionOnContact.cs.meta │ │ │ ├── ShowAngularVelocity.cs │ │ │ ├── ShowAngularVelocity.cs.meta │ │ │ ├── ShowDensity.cs │ │ │ ├── ShowDensity.cs.meta │ │ │ ├── ShowSpeedVelocityRotation.cs │ │ │ ├── ShowSpeedVelocityRotation.cs.meta │ │ │ ├── Spawner.cs │ │ │ └── Spawner.cs.meta │ │ ├── SceneSpecific.meta │ │ └── SceneSpecific │ │ │ ├── BuoyancyEffector2D_SurfaceLevel.cs │ │ │ ├── BuoyancyEffector2D_SurfaceLevel.cs.meta │ │ │ ├── Collider2D_CreateMeshDelaunay.cs │ │ │ ├── Collider2D_CreateMeshDelaunay.cs.meta │ │ │ ├── CustomCollider2D_Compound.cs │ │ │ ├── CustomCollider2D_Compound.cs.meta │ │ │ ├── CustomCollider2D_Logo.cs │ │ │ ├── CustomCollider2D_Logo.cs.meta │ │ │ ├── HingeJoint2D_MotorSpeed.cs │ │ │ ├── HingeJoint2D_MotorSpeed.cs.meta │ │ │ ├── Joint2D_BreakAction.cs │ │ │ ├── Joint2D_BreakAction.cs.meta │ │ │ ├── KinematicTopDownController.cs │ │ │ ├── KinematicTopDownController.cs.meta │ │ │ ├── MotorJoint2D_TruckController.cs │ │ │ ├── MotorJoint2D_TruckController.cs.meta │ │ │ ├── Pendulum_Force.cs │ │ │ ├── Pendulum_Force.cs.meta │ │ │ ├── Physics2D_SimulationLayers.cs │ │ │ ├── Physics2D_SimulationLayers.cs.meta │ │ │ ├── RelativeJoint2D_AnimateAngularOffset.cs │ │ │ ├── RelativeJoint2D_AnimateAngularOffset.cs.meta │ │ │ ├── RelativeJoint2D_AnimateLinearOffset.cs │ │ │ ├── RelativeJoint2D_AnimateLinearOffset.cs.meta │ │ │ ├── Rigidbody2D_AddForceXY.cs │ │ │ ├── Rigidbody2D_AddForceXY.cs.meta │ │ │ ├── Rigidbody2D_AddRelativeForceXY.cs │ │ │ ├── Rigidbody2D_AddRelativeForceXY.cs.meta │ │ │ ├── Rigidbody2D_BodyType_Collision.cs │ │ │ ├── Rigidbody2D_BodyType_Collision.cs.meta │ │ │ ├── Rigidbody2D_Interpolate.cs │ │ │ ├── Rigidbody2D_Interpolate.cs.meta │ │ │ ├── Rigidbody2D_MovePositionAndRotation.cs │ │ │ ├── Rigidbody2D_MovePositionAndRotation.cs.meta │ │ │ ├── Rigidbody2D_QuadraticDrag.cs │ │ │ ├── Rigidbody2D_QuadraticDrag.cs.meta │ │ │ ├── Rigidbody2D_Simulated.cs │ │ │ ├── Rigidbody2D_Simulated.cs.meta │ │ │ ├── Rigidbody2D_SlideAllBodyTypes.cs │ │ │ ├── Rigidbody2D_SlideAllBodyTypes.cs.meta │ │ │ ├── Rigidbody2D_SlideGravityNoSlip.cs │ │ │ ├── Rigidbody2D_SlideGravityNoSlip.cs.meta │ │ │ ├── Rigidbody2D_SlideGravitySlip.cs │ │ │ ├── Rigidbody2D_SlideGravitySlip.cs.meta │ │ │ ├── Rigidbody2D_SlideMoveSlideAngle.cs │ │ │ ├── Rigidbody2D_SlideMoveSlideAngle.cs.meta │ │ │ ├── Rigidbody2D_SlideSurfaceAnchor.cs │ │ │ ├── Rigidbody2D_SlideSurfaceAnchor.cs.meta │ │ │ ├── Rigidbody2D_TotalForceTorque.cs │ │ │ ├── Rigidbody2D_TotalForceTorque.cs.meta │ │ │ ├── Rigidbody2D_UseAutoMass.cs │ │ │ ├── Rigidbody2D_UseAutoMass.cs.meta │ │ │ ├── Rigidbody2D_VelocityXY.cs │ │ │ ├── Rigidbody2D_VelocityXY.cs.meta │ │ │ ├── SimpleGroundedController.cs │ │ │ ├── SimpleGroundedController.cs.meta │ │ │ ├── SliderJoint2D_MotorSpeed.cs │ │ │ ├── SliderJoint2D_MotorSpeed.cs.meta │ │ │ ├── Stress_SpawnPyramid.cs │ │ │ ├── Stress_SpawnPyramid.cs.meta │ │ │ ├── TargetJoint2D_FollowCurve.cs │ │ │ └── TargetJoint2D_FollowCurve.cs.meta │ ├── Sprites.meta │ └── Sprites │ │ ├── KennyArt.meta │ │ ├── KennyArt │ │ ├── ReadMe.txt │ │ ├── ReadMe.txt.meta │ │ ├── boxAlt.png │ │ ├── boxAlt.png.meta │ │ ├── boxExplosive.png │ │ ├── boxExplosive.png.meta │ │ ├── bridge.png │ │ ├── bridge.png.meta │ │ ├── bridgeLogs.png │ │ ├── bridgeLogs.png.meta │ │ ├── chain.png │ │ ├── chain.png.meta │ │ ├── grassHalfLeft.png │ │ ├── grassHalfLeft.png.meta │ │ ├── grassHalfMid.png │ │ ├── grassHalfMid.png.meta │ │ ├── grassHalfRight.png │ │ ├── grassHalfRight.png.meta │ │ ├── grassMid.png │ │ ├── grassMid.png.meta │ │ ├── hill_large.png │ │ ├── hill_large.png.meta │ │ ├── hill_largeAlt.png │ │ ├── hill_largeAlt.png.meta │ │ ├── hill_small.png │ │ ├── hill_small.png.meta │ │ ├── hud_p1.png │ │ ├── hud_p1.png.meta │ │ ├── hud_p3.png │ │ ├── hud_p3.png.meta │ │ ├── hud_x.png │ │ ├── hud_x.png.meta │ │ ├── license.txt │ │ ├── license.txt.meta │ │ ├── p1_front.png │ │ ├── p1_front.png.meta │ │ ├── p2_front.png │ │ ├── p2_front.png.meta │ │ ├── p3_front.png │ │ ├── p3_front.png.meta │ │ ├── star.png │ │ ├── star.png.meta │ │ ├── weight.png │ │ ├── weight.png.meta │ │ ├── weightChained.png │ │ └── weightChained.png.meta │ │ ├── Misc.meta │ │ └── Misc │ │ ├── BeachBall.png │ │ ├── BeachBall.png.meta │ │ ├── Circle.png │ │ ├── Circle.png.meta │ │ ├── Pentagon.png │ │ ├── Pentagon.png.meta │ │ ├── Player_SpriteSheet.png │ │ ├── Player_SpriteSheet.png.meta │ │ ├── SandBrick.png │ │ ├── SandBrick.png.meta │ │ ├── Square.png │ │ ├── Square.png.meta │ │ ├── TruckChassisSprite.png │ │ ├── TruckChassisSprite.png.meta │ │ ├── TruckWheelSprite.png │ │ ├── TruckWheelSprite.png.meta │ │ ├── UnityLogo.png │ │ ├── UnityLogo.png.meta │ │ ├── arrow.tga │ │ ├── arrow.tga.meta │ │ ├── tick.png │ │ └── tick.png.meta │ ├── LICENSE.md │ ├── Packages │ ├── manifest.json │ └── packages-lock.json │ ├── ProjectSettings │ ├── AudioManager.asset │ ├── ClusterInputManager.asset │ ├── DynamicsManager.asset │ ├── EditorBuildSettings.asset │ ├── EditorSettings.asset │ ├── GraphicsSettings.asset │ ├── InputManager.asset │ ├── MemorySettings.asset │ ├── MultiplayerManager.asset │ ├── NavMeshAreas.asset │ ├── NetworkManager.asset │ ├── PackageManagerSettings.asset │ ├── Packages │ │ └── com.unity.dedicated-server │ │ │ └── MultiplayerRolesSettings.asset │ ├── Physics2DSettings.asset │ ├── PresetManager.asset │ ├── ProjectSettings.asset │ ├── ProjectVersion.txt │ ├── QualitySettings.asset │ ├── SceneTemplateSettings.json │ ├── TagManager.asset │ ├── TimeManager.asset │ ├── UnityConnectSettings.asset │ ├── VFXManager.asset │ ├── VersionControlSettings.asset │ └── XRSettings.asset │ └── Readme.md ├── LICENSE.md ├── LowLevel ├── .gitignore ├── LICENSE.md ├── Packages │ └── com.unity.2d.physics.extras │ │ ├── Editor.meta │ │ ├── Editor │ │ ├── Icons.meta │ │ ├── Icons │ │ │ ├── SceneBody.png │ │ │ ├── SceneBody.png.meta │ │ │ ├── SceneChain.png │ │ │ ├── SceneChain.png.meta │ │ │ ├── SceneDistanceJoint.png │ │ │ ├── SceneDistanceJoint.png.meta │ │ │ ├── SceneFixedJoint.png │ │ │ ├── SceneFixedJoint.png.meta │ │ │ ├── SceneHingeJoint.png │ │ │ ├── SceneHingeJoint.png.meta │ │ │ ├── SceneIgnoreJoint.png │ │ │ ├── SceneIgnoreJoint.png.meta │ │ │ ├── SceneRelativeJoint.png │ │ │ ├── SceneRelativeJoint.png.meta │ │ │ ├── SceneShape.png │ │ │ ├── SceneShape.png.meta │ │ │ ├── SceneShapeGrey.png │ │ │ ├── SceneShapeGrey.png.meta │ │ │ ├── SceneShapeTool.png │ │ │ ├── SceneShapeTool.png.meta │ │ │ ├── SceneSliderJoint.png │ │ │ ├── SceneSliderJoint.png.meta │ │ │ ├── SceneSpringJoint.png │ │ │ ├── SceneSpringJoint.png.meta │ │ │ ├── SceneWheelJoint.png │ │ │ ├── SceneWheelJoint.png.meta │ │ │ ├── SceneWorld.png │ │ │ └── SceneWorld.png.meta │ │ ├── Joints.meta │ │ ├── Joints │ │ │ ├── SceneDistanceJointEditor.cs │ │ │ ├── SceneDistanceJointEditor.cs.meta │ │ │ ├── SceneFixedJointEditor.cs │ │ │ ├── SceneFixedJointEditor.cs.meta │ │ │ ├── SceneHingeJointEditor.cs │ │ │ ├── SceneHingeJointEditor.cs.meta │ │ │ ├── SceneIgnoreJointEditor.cs │ │ │ ├── SceneIgnoreJointEditor.cs.meta │ │ │ ├── SceneJointBaseEditor.cs │ │ │ ├── SceneJointBaseEditor.cs.meta │ │ │ ├── SceneRelativeJointEditor.cs │ │ │ ├── SceneRelativeJointEditor.cs.meta │ │ │ ├── SceneSliderJointEditor.cs │ │ │ ├── SceneSliderJointEditor.cs.meta │ │ │ ├── SceneWheelJointEditor.cs │ │ │ └── SceneWheelJointEditor.cs.meta │ │ ├── SceneBodyEditor.cs │ │ ├── SceneBodyEditor.cs.meta │ │ ├── SceneChainEditor.cs │ │ ├── SceneChainEditor.cs.meta │ │ ├── SceneOutlineShapeEditor.cs │ │ ├── SceneOutlineShapeEditor.cs.meta │ │ ├── SceneShapeEditor.cs │ │ ├── SceneShapeEditor.cs.meta │ │ ├── SceneSpriteShapeEditor.cs │ │ ├── SceneSpriteShapeEditor.cs.meta │ │ ├── SceneWorldEditor.cs │ │ ├── SceneWorldEditor.cs.meta │ │ ├── Tools.meta │ │ ├── Tools │ │ │ ├── CapsuleShapeGeometryTool.cs │ │ │ ├── CapsuleShapeGeometryTool.cs.meta │ │ │ ├── ChainSegmentShapeGeometryTool.cs │ │ │ ├── ChainSegmentShapeGeometryTool.cs.meta │ │ │ ├── CircleShapeGeometryTool.cs │ │ │ ├── CircleShapeGeometryTool.cs.meta │ │ │ ├── PolygonShapeGeometryTool.cs │ │ │ ├── PolygonShapeGeometryTool.cs.meta │ │ │ ├── SceneChainGeometryTool.cs │ │ │ ├── SceneChainGeometryTool.cs.meta │ │ │ ├── SceneChainTool.cs │ │ │ ├── SceneChainTool.cs.meta │ │ │ ├── SceneGeometryTool.cs │ │ │ ├── SceneGeometryTool.cs.meta │ │ │ ├── SceneGeometryToolOverlay.cs │ │ │ ├── SceneGeometryToolOverlay.cs.meta │ │ │ ├── SceneOutlineGeometryTool.cs │ │ │ ├── SceneOutlineGeometryTool.cs.meta │ │ │ ├── SceneOutlineShapeTool.cs │ │ │ ├── SceneOutlineShapeTool.cs.meta │ │ │ ├── SceneShapeEditorTool.cs │ │ │ ├── SceneShapeEditorTool.cs.meta │ │ │ ├── SegmentShapeGeometryTool.cs │ │ │ └── SegmentShapeGeometryTool.cs.meta │ │ ├── Unity.U2D.Physics.Editor.Extras.asmdef │ │ ├── Unity.U2D.Physics.Editor.Extras.asmdef.meta │ │ ├── Utility.meta │ │ └── Utility │ │ │ ├── LegacyConversion.cs │ │ │ └── LegacyConversion.cs.meta │ │ ├── LICENSE.md │ │ ├── LICENSE.md.meta │ │ ├── README.md │ │ ├── README.md.meta │ │ ├── Runtime.meta │ │ ├── Runtime │ │ ├── AssemblyInfo.cs │ │ ├── AssemblyInfo.cs.meta │ │ ├── ExecutionOrder.cs │ │ ├── ExecutionOrder.cs.meta │ │ ├── Joints.meta │ │ ├── Joints │ │ │ ├── SceneDistanceJoint.cs │ │ │ ├── SceneDistanceJoint.cs.meta │ │ │ ├── SceneFixedJoint.cs │ │ │ ├── SceneFixedJoint.cs.meta │ │ │ ├── SceneHingeJoint.cs │ │ │ ├── SceneHingeJoint.cs.meta │ │ │ ├── SceneIgnoreJoint.cs │ │ │ ├── SceneIgnoreJoint.cs.meta │ │ │ ├── SceneJointBase.cs │ │ │ ├── SceneJointBase.cs.meta │ │ │ ├── SceneRelativeJoint.cs │ │ │ ├── SceneRelativeJoint.cs.meta │ │ │ ├── SceneSliderJoint.cs │ │ │ ├── SceneSliderJoint.cs.meta │ │ │ ├── SceneWheelJoint.cs │ │ │ └── SceneWheelJoint.cs.meta │ │ ├── SceneBody.cs │ │ ├── SceneBody.cs.meta │ │ ├── SceneChain.cs │ │ ├── SceneChain.cs.meta │ │ ├── SceneOutlineShape.cs │ │ ├── SceneOutlineShape.cs.meta │ │ ├── SceneShape.cs │ │ ├── SceneShape.cs.meta │ │ ├── SceneSpriteShape.cs │ │ ├── SceneSpriteShape.cs.meta │ │ ├── SceneWorld.cs │ │ ├── SceneWorld.cs.meta │ │ ├── Unity.U2D.Physics.Extras.asmdef │ │ ├── Unity.U2D.Physics.Extras.asmdef.meta │ │ ├── Utility.meta │ │ └── Utility │ │ │ ├── APIUpdates.cs │ │ │ ├── APIUpdates.cs.meta │ │ │ ├── IWorldSceneDrawable.cs │ │ │ ├── IWorldSceneDrawable.cs.meta │ │ │ ├── IWorldSceneTransformChanged.cs │ │ │ ├── IWorldSceneTransformChanged.cs.meta │ │ │ ├── IconUtility.cs │ │ │ ├── IconUtility.cs.meta │ │ │ ├── WorldSceneTransformMonitor.cs │ │ │ └── WorldSceneTransformMonitor.cs.meta │ │ ├── package.json │ │ └── package.json.meta ├── Projects │ ├── Primer │ │ ├── .editorconfig │ │ ├── .gitignore │ │ ├── Assets │ │ │ ├── 01 - CreatePhysicsWorld.unity │ │ │ ├── 01 - CreatePhysicsWorld.unity.meta │ │ │ ├── 02 -UseDefaultPhysicsWorld.unity │ │ │ ├── 02 -UseDefaultPhysicsWorld.unity.meta │ │ │ ├── 03 - CreatePhysicsBody.unity │ │ │ ├── 03 - CreatePhysicsBody.unity.meta │ │ │ ├── 04 - CreatePhysicsShape.unity │ │ │ ├── 04 - CreatePhysicsShape.unity.meta │ │ │ ├── 05 - ReuseDefinitions.unity │ │ │ ├── 05 - ReuseDefinitions.unity.meta │ │ │ ├── 06 - PhysicsShapeCustomColors.unity │ │ │ ├── 06 - PhysicsShapeCustomColors.unity.meta │ │ │ ├── 07 - PhysicsShapeTypes.unity │ │ │ ├── 07 - PhysicsShapeTypes.unity.meta │ │ │ ├── 08 - CastRayQuery.unity │ │ │ ├── 08 - CastRayQuery.unity.meta │ │ │ ├── 09 - CastGeometryQuery.unity │ │ │ ├── 09 - CastGeometryQuery.unity.meta │ │ │ ├── 10 - PhysicsShapeContact.unity │ │ │ ├── 10 - PhysicsShapeContact.unity.meta │ │ │ ├── 11 - PhysicsShapeContactCallback.unity │ │ │ ├── 11 - PhysicsShapeContactCallback.unity.meta │ │ │ ├── 12 - PhysicsShapeTriggerCallback.unity │ │ │ ├── 12 - PhysicsShapeTriggerCallback.unity.meta │ │ │ ├── 13 - PhysicsShapeContactFiltering.unity │ │ │ ├── 13 - PhysicsShapeContactFiltering.unity.meta │ │ │ ├── 14 - TransformWrite.unity │ │ │ ├── 14 - TransformWrite.unity.meta │ │ │ ├── 15 - TransformPlaneWrite.unity │ │ │ ├── 15 - TransformPlaneWrite.unity.meta │ │ │ ├── 16 - CreatePhysicsUserData.unity │ │ │ ├── 16 - CreatePhysicsUserData.unity.meta │ │ │ ├── 17 - PhysicsQueryJob.unity │ │ │ ├── 17 - PhysicsQueryJob.unity.meta │ │ │ ├── 20 - PhysicsComposerGeometry.unity │ │ │ ├── 20 - PhysicsComposerGeometry.unity.meta │ │ │ ├── 21 - PhysicsDestructorSliceGeometry.unity │ │ │ ├── 21 - PhysicsDestructorSliceGeometry.unity.meta │ │ │ ├── 22 - PhysicsDestructorFragmentGeometry.unity │ │ │ ├── 22 - PhysicsDestructorFragmentGeometry.unity.meta │ │ │ ├── 23 - PhysicsDestructorFragmentMaskGeometry.unity │ │ │ ├── 23 - PhysicsDestructorFragmentMaskGeometry.unity.meta │ │ │ ├── 50 - SceneBodyAndShape.unity │ │ │ ├── 50 - SceneBodyAndShape.unity.meta │ │ │ ├── 51 - SceneWorld.unity │ │ │ ├── 51 - SceneWorld.unity.meta │ │ │ ├── 52 - SceneShapeType.unity │ │ │ ├── 52 - SceneShapeType.unity.meta │ │ │ ├── 53 - SceneShapeBounce.unity │ │ │ ├── 53 - SceneShapeBounce.unity.meta │ │ │ ├── 54 - SceneDistanceJoint.unity │ │ │ ├── 54 - SceneDistanceJoint.unity.meta │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ │ ├── PhysicsDevUtility.cs │ │ │ │ └── PhysicsDevUtility.cs.meta │ │ │ ├── Materials.meta │ │ │ ├── Materials │ │ │ │ ├── Checkered.mat │ │ │ │ └── Checkered.mat.meta │ │ │ ├── Prefabs.meta │ │ │ ├── Prefabs │ │ │ │ ├── MainCamera.prefab │ │ │ │ └── MainCamera.prefab.meta │ │ │ ├── README.md │ │ │ ├── README.md.meta │ │ │ ├── Scripts.meta │ │ │ ├── Scripts │ │ │ │ ├── CastGeometryQuery.cs │ │ │ │ ├── CastGeometryQuery.cs.meta │ │ │ │ ├── CastRayQuery.cs │ │ │ │ ├── CastRayQuery.cs.meta │ │ │ │ ├── CreatePhysicsBody.cs │ │ │ │ ├── CreatePhysicsBody.cs.meta │ │ │ │ ├── CreatePhysicsShape.cs │ │ │ │ ├── CreatePhysicsShape.cs.meta │ │ │ │ ├── CreatePhysicsUserData.cs │ │ │ │ ├── CreatePhysicsUserData.cs.meta │ │ │ │ ├── CreatePhysicsWorld.cs │ │ │ │ ├── CreatePhysicsWorld.cs.meta │ │ │ │ ├── PhysicsComposerGeometry.cs │ │ │ │ ├── PhysicsComposerGeometry.cs.meta │ │ │ │ ├── PhysicsDestructorFragmentGeometry.cs │ │ │ │ ├── PhysicsDestructorFragmentGeometry.cs.meta │ │ │ │ ├── PhysicsDestructorFragmentMaskGeometry.cs │ │ │ │ ├── PhysicsDestructorFragmentMaskGeometry.cs.meta │ │ │ │ ├── PhysicsDestructorSliceGeometry.cs │ │ │ │ ├── PhysicsDestructorSliceGeometry.cs.meta │ │ │ │ ├── PhysicsQueryJob.cs │ │ │ │ ├── PhysicsQueryJob.cs.meta │ │ │ │ ├── PhysicsShapeContact.cs │ │ │ │ ├── PhysicsShapeContact.cs.meta │ │ │ │ ├── PhysicsShapeContactCallback.cs │ │ │ │ ├── PhysicsShapeContactCallback.cs.meta │ │ │ │ ├── PhysicsShapeContactFiltering.cs │ │ │ │ ├── PhysicsShapeContactFiltering.cs.meta │ │ │ │ ├── PhysicsShapeCustomColors.cs │ │ │ │ ├── PhysicsShapeCustomColors.cs.meta │ │ │ │ ├── PhysicsShapeTriggerCallback.cs │ │ │ │ ├── PhysicsShapeTriggerCallback.cs.meta │ │ │ │ ├── PhysicsShapeTypes.cs │ │ │ │ ├── PhysicsShapeTypes.cs.meta │ │ │ │ ├── ReuseDefinitions.cs │ │ │ │ ├── ReuseDefinitions.cs.meta │ │ │ │ ├── TransformPlaneWrite.cs │ │ │ │ ├── TransformPlaneWrite.cs.meta │ │ │ │ ├── TransformWrite.cs │ │ │ │ ├── TransformWrite.cs.meta │ │ │ │ ├── UseDefaultPhysicsWorld.cs │ │ │ │ └── UseDefaultPhysicsWorld.cs.meta │ │ │ ├── Settings.meta │ │ │ ├── Settings │ │ │ │ ├── InputSystem.inputsettings.asset │ │ │ │ ├── InputSystem.inputsettings.asset.meta │ │ │ │ ├── Physics LowLevel Settings 2D.asset │ │ │ │ └── Physics LowLevel Settings 2D.asset.meta │ │ │ ├── Sprites.meta │ │ │ ├── Sprites │ │ │ │ ├── UnityLogo.png │ │ │ │ ├── UnityLogo.png.meta │ │ │ │ ├── Wheel.png │ │ │ │ ├── Wheel.png.meta │ │ │ │ ├── box2d-logo.pdn │ │ │ │ ├── box2d-logo.pdn.meta │ │ │ │ ├── box2d-logo.png │ │ │ │ ├── box2d-logo.png.meta │ │ │ │ ├── checker-dark.png │ │ │ │ ├── checker-dark.png.meta │ │ │ │ ├── checker-light.png │ │ │ │ ├── checker-light.png.meta │ │ │ │ ├── checkered.png │ │ │ │ └── checkered.png.meta │ │ │ ├── URP.meta │ │ │ └── URP │ │ │ │ ├── DefaultVolumeProfile.asset │ │ │ │ ├── DefaultVolumeProfile.asset.meta │ │ │ │ ├── Universal Render Pipeline Asset.asset │ │ │ │ ├── Universal Render Pipeline Asset.asset.meta │ │ │ │ ├── Universal Render Pipeline Asset_Renderer.asset │ │ │ │ ├── Universal Render Pipeline Asset_Renderer.asset.meta │ │ │ │ ├── UniversalRenderPipelineGlobalSettings.asset │ │ │ │ └── UniversalRenderPipelineGlobalSettings.asset.meta │ │ ├── ComponentAuthoring.md │ │ ├── DebugDrawing.md │ │ ├── Definitions.md │ │ ├── Images │ │ │ ├── Examples │ │ │ │ ├── SceneShape-PolygonEdit1.png │ │ │ │ ├── SceneShape-PolygonEdit2.png │ │ │ │ ├── SceneShapeType-Tooling.png │ │ │ │ └── SceneWorld-Info.png │ │ │ ├── GearComponent-Custom.png │ │ │ ├── LowLevelPhysicsOverview.png │ │ │ ├── LowLevelPhysicsSettings2D-Inspector.png │ │ │ ├── LowLevelPhysicsSettings2D-PhysicsBody-BodyType.png │ │ │ ├── LowLevelPhysicsSettings2D.png │ │ │ ├── PhysicsLayer-64.png │ │ │ ├── PhysicsMask-ShowAsPhysicsLayers.png │ │ │ ├── PhysicsMask-ShowAsPhysicsMaskAttribute.png │ │ │ ├── ProjectSettingsPhysics2D.png │ │ │ └── UnityLayer-32.png │ │ ├── Overview.md │ │ ├── Packages │ │ │ └── manifest.json │ │ ├── PhysicsAABB.md │ │ ├── PhysicsBody.md │ │ ├── PhysicsComposer.md │ │ ├── PhysicsDestructor.md │ │ ├── PhysicsEvents.md │ │ ├── PhysicsJoint.md │ │ ├── PhysicsLayers.md │ │ ├── PhysicsLowLevelSettings2D.md │ │ ├── PhysicsMask.md │ │ ├── PhysicsMath.md │ │ ├── PhysicsQuery.md │ │ ├── PhysicsRotate.md │ │ ├── PhysicsShape.md │ │ ├── PhysicsTransform.md │ │ ├── PhysicsUserData.md │ │ ├── PhysicsWorld.md │ │ ├── ProjectSettings │ │ │ ├── AudioManager.asset │ │ │ ├── ClusterInputManager.asset │ │ │ ├── DynamicsManager.asset │ │ │ ├── EditorBuildSettings.asset │ │ │ ├── EditorSettings.asset │ │ │ ├── GraphicsSettings.asset │ │ │ ├── InputManager.asset │ │ │ ├── MemorySettings.asset │ │ │ ├── MultiplayerManager.asset │ │ │ ├── NavMeshAreas.asset │ │ │ ├── NetworkManager.asset │ │ │ ├── Packages │ │ │ │ └── com.unity.dedicated-server │ │ │ │ │ └── MultiplayerRolesSettings.asset │ │ │ ├── Physics2DSettings.asset │ │ │ ├── PresetManager.asset │ │ │ ├── ProjectSettings.asset │ │ │ ├── ProjectVersion.txt │ │ │ ├── QualitySettings.asset │ │ │ ├── SceneTemplateSettings.json │ │ │ ├── ShaderGraphSettings.asset │ │ │ ├── TagManager.asset │ │ │ ├── TimeManager.asset │ │ │ ├── URPProjectSettings.asset │ │ │ ├── UnityConnectSettings.asset │ │ │ ├── VFXManager.asset │ │ │ └── XRSettings.asset │ │ └── README.md │ ├── Sandbox │ │ ├── .editorconfig │ │ ├── .gitignore │ │ ├── Assets │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ │ ├── PhysicsDevUtility.cs │ │ │ │ ├── PhysicsDevUtility.cs.meta │ │ │ │ ├── SandboxManagerEditor.cs │ │ │ │ ├── SandboxManagerEditor.cs.meta │ │ │ │ ├── SceneItemsPropertyDrawer.cs │ │ │ │ ├── SceneItemsPropertyDrawer.cs.meta │ │ │ │ ├── StartupScene.cs │ │ │ │ └── StartupScene.cs.meta │ │ │ ├── Resources.meta │ │ │ ├── Resources │ │ │ │ ├── Builtin Skins.meta │ │ │ │ ├── Builtin Skins │ │ │ │ │ ├── DarkSkin.meta │ │ │ │ │ └── DarkSkin │ │ │ │ │ │ ├── Images.meta │ │ │ │ │ │ └── Images │ │ │ │ │ │ ├── AnimationEventBackground.png │ │ │ │ │ │ ├── AnimationEventBackground.png.meta │ │ │ │ │ │ ├── AnimationEventBackground@2x.png │ │ │ │ │ │ ├── AnimationEventBackground@2x.png.meta │ │ │ │ │ │ ├── AnimationEventTooltip.png │ │ │ │ │ │ ├── AnimationEventTooltip.png.meta │ │ │ │ │ │ ├── AnimationEventTooltip@2x.png │ │ │ │ │ │ ├── AnimationEventTooltip@2x.png.meta │ │ │ │ │ │ ├── AnimationEventTooltipArrow.png │ │ │ │ │ │ ├── AnimationEventTooltipArrow.png.meta │ │ │ │ │ │ ├── AnimationEventTooltipArrow@2x.png │ │ │ │ │ │ ├── AnimationEventTooltipArrow@2x.png.meta │ │ │ │ │ │ ├── AnimationKeyframeBackground.png │ │ │ │ │ │ ├── AnimationKeyframeBackground.png.meta │ │ │ │ │ │ ├── AnimationKeyframeBackground@2x.png │ │ │ │ │ │ ├── AnimationKeyframeBackground@2x.png.meta │ │ │ │ │ │ ├── AnimationRowEven.png │ │ │ │ │ │ ├── AnimationRowEven.png.meta │ │ │ │ │ │ ├── AnimationRowEven@2x.png │ │ │ │ │ │ ├── AnimationRowEven@2x.png.meta │ │ │ │ │ │ ├── AnimationRowEvenSelected.png │ │ │ │ │ │ ├── AnimationRowEvenSelected.png.meta │ │ │ │ │ │ ├── AnimationRowEvenSelected@2x.png │ │ │ │ │ │ ├── AnimationRowEvenSelected@2x.png.meta │ │ │ │ │ │ ├── AnimationRowEvenSemiSelected.png │ │ │ │ │ │ ├── AnimationRowEvenSemiSelected.png.meta │ │ │ │ │ │ ├── AnimationRowEvenSemiSelected@2x.png │ │ │ │ │ │ ├── AnimationRowEvenSemiSelected@2x.png.meta │ │ │ │ │ │ ├── AnimationRowOdd.png │ │ │ │ │ │ ├── AnimationRowOdd.png.meta │ │ │ │ │ │ ├── AnimationRowOdd@2x.png │ │ │ │ │ │ ├── AnimationRowOdd@2x.png.meta │ │ │ │ │ │ ├── AnimationRowOddSelected.png │ │ │ │ │ │ ├── AnimationRowOddSelected.png.meta │ │ │ │ │ │ ├── AnimationRowOddSelected@2x.png │ │ │ │ │ │ ├── AnimationRowOddSelected@2x.png.meta │ │ │ │ │ │ ├── AnimationRowOddSemiSelected.png │ │ │ │ │ │ ├── AnimationRowOddSemiSelected.png.meta │ │ │ │ │ │ ├── AnimationRowOddSemiSelected@2x.png │ │ │ │ │ │ ├── AnimationRowOddSemiSelected@2x.png.meta │ │ │ │ │ │ ├── ArrowNavigationLeft.png │ │ │ │ │ │ ├── ArrowNavigationLeft.png.meta │ │ │ │ │ │ ├── ArrowNavigationLeft@2x.png │ │ │ │ │ │ ├── ArrowNavigationLeft@2x.png.meta │ │ │ │ │ │ ├── ArrowNavigationRight.png │ │ │ │ │ │ ├── ArrowNavigationRight.png.meta │ │ │ │ │ │ ├── ArrowNavigationRight@2x.png │ │ │ │ │ │ ├── ArrowNavigationRight@2x.png.meta │ │ │ │ │ │ ├── AssetLabel.png │ │ │ │ │ │ ├── AssetLabel.png.meta │ │ │ │ │ │ ├── AssetLabel@2x.png │ │ │ │ │ │ ├── AssetLabel@2x.png.meta │ │ │ │ │ │ ├── AssetLabelIcon.png │ │ │ │ │ │ ├── AssetLabelIcon.png.meta │ │ │ │ │ │ ├── AssetLabelIcon@2x.png │ │ │ │ │ │ ├── AssetLabelIcon@2x.png.meta │ │ │ │ │ │ ├── AssetLabelPartial.png │ │ │ │ │ │ ├── AssetLabelPartial.png.meta │ │ │ │ │ │ ├── AssetLabelPartial@2x.png │ │ │ │ │ │ ├── AssetLabelPartial@2x.png.meta │ │ │ │ │ │ ├── AudioMixerStripBg.png │ │ │ │ │ │ ├── AudioMixerStripBg.png.meta │ │ │ │ │ │ ├── AudioMixerStripBgSelection.png │ │ │ │ │ │ ├── AudioMixerStripBgSelection.png.meta │ │ │ │ │ │ ├── AvatarMaskDisabled.png │ │ │ │ │ │ ├── AvatarMaskDisabled.png.meta │ │ │ │ │ │ ├── AvatarMaskEnabled.png │ │ │ │ │ │ ├── AvatarMaskEnabled.png.meta │ │ │ │ │ │ ├── BackgroundWithInnerShadow.png │ │ │ │ │ │ ├── BackgroundWithInnerShadow.png.meta │ │ │ │ │ │ ├── BreadcrumbsSeparator.png │ │ │ │ │ │ ├── BreadcrumbsSeparator.png.meta │ │ │ │ │ │ ├── BreadcrumbsSeparator@2x.png │ │ │ │ │ │ ├── BreadcrumbsSeparator@2x.png.meta │ │ │ │ │ │ ├── BypassNormal.png │ │ │ │ │ │ ├── BypassNormal.png.meta │ │ │ │ │ │ ├── BypassON.png │ │ │ │ │ │ ├── BypassON.png.meta │ │ │ │ │ │ ├── CN Box.png │ │ │ │ │ │ ├── CN Box.png.meta │ │ │ │ │ │ ├── CN Box@2x.png │ │ │ │ │ │ ├── CN Box@2x.png.meta │ │ │ │ │ │ ├── ChannelStripAttenuationMarker.png │ │ │ │ │ │ ├── ChannelStripAttenuationMarker.png.meta │ │ │ │ │ │ ├── ChannelStripAttenuationMarker3.png │ │ │ │ │ │ ├── ChannelStripAttenuationMarker3.png.meta │ │ │ │ │ │ ├── ChannelStripVUMeterBg.png │ │ │ │ │ │ ├── ChannelStripVUMeterBg.png.meta │ │ │ │ │ │ ├── ChannelStrip_AttenuationBar.png │ │ │ │ │ │ ├── ChannelStrip_AttenuationBar.png.meta │ │ │ │ │ │ ├── ChannelStrip_EffectBar.png │ │ │ │ │ │ ├── ChannelStrip_EffectBar.png.meta │ │ │ │ │ │ ├── ChannelStrip_EffectBar_Disabled.png │ │ │ │ │ │ ├── ChannelStrip_EffectBar_Disabled.png.meta │ │ │ │ │ │ ├── ChannelStrip_EffectBar_ON.png │ │ │ │ │ │ ├── ChannelStrip_EffectBar_ON.png.meta │ │ │ │ │ │ ├── ChannelStrip_EffectBar_ON_bg.png │ │ │ │ │ │ ├── ChannelStrip_EffectBar_ON_bg.png.meta │ │ │ │ │ │ ├── ChannelStrip_SendReturnBar.png │ │ │ │ │ │ ├── ChannelStrip_SendReturnBar.png.meta │ │ │ │ │ │ ├── ChannelStrip_SendReturnBar_Disabled.png │ │ │ │ │ │ ├── ChannelStrip_SendReturnBar_Disabled.png.meta │ │ │ │ │ │ ├── ChannelStrip_SendReturnBar_ON.png │ │ │ │ │ │ ├── ChannelStrip_SendReturnBar_ON.png.meta │ │ │ │ │ │ ├── ChannelStrip_SendReturnBar_ON_bg.png │ │ │ │ │ │ ├── ChannelStrip_SendReturnBar_ON_bg.png.meta │ │ │ │ │ │ ├── CircularToggle_OFF.png │ │ │ │ │ │ ├── CircularToggle_OFF.png.meta │ │ │ │ │ │ ├── CircularToggle_ON.png │ │ │ │ │ │ ├── CircularToggle_ON.png.meta │ │ │ │ │ │ ├── ColorField focus.png │ │ │ │ │ │ ├── ColorField focus.png.meta │ │ │ │ │ │ ├── ColorField focus@2x.png │ │ │ │ │ │ ├── ColorField focus@2x.png.meta │ │ │ │ │ │ ├── ColorField.png │ │ │ │ │ │ ├── ColorField.png.meta │ │ │ │ │ │ ├── ColorField@2x.png │ │ │ │ │ │ ├── ColorField@2x.png.meta │ │ │ │ │ │ ├── ConsoleCountBadge.png │ │ │ │ │ │ ├── ConsoleCountBadge.png.meta │ │ │ │ │ │ ├── ConsoleCountBadge@2x.png │ │ │ │ │ │ ├── ConsoleCountBadge@2x.png.meta │ │ │ │ │ │ ├── ControlHighlight.png │ │ │ │ │ │ ├── ControlHighlight.png.meta │ │ │ │ │ │ ├── DopesheetBackground.png │ │ │ │ │ │ ├── DopesheetBackground.png.meta │ │ │ │ │ │ ├── DopesheetBackground@2x.png │ │ │ │ │ │ ├── DopesheetBackground@2x.png.meta │ │ │ │ │ │ ├── DopesheetRippleLeft.png │ │ │ │ │ │ ├── DopesheetRippleLeft.png.meta │ │ │ │ │ │ ├── DopesheetRippleRight.png │ │ │ │ │ │ ├── DopesheetRippleRight.png.meta │ │ │ │ │ │ ├── DopesheetScaleLeft.png │ │ │ │ │ │ ├── DopesheetScaleLeft.png.meta │ │ │ │ │ │ ├── DopesheetScaleRight.png │ │ │ │ │ │ ├── DopesheetScaleRight.png.meta │ │ │ │ │ │ ├── EllipsisMenu.png │ │ │ │ │ │ ├── EllipsisMenu.png.meta │ │ │ │ │ │ ├── EllipsisMenu@2x.png │ │ │ │ │ │ ├── EllipsisMenu@2x.png.meta │ │ │ │ │ │ ├── GV gizmo pulldown act.png │ │ │ │ │ │ ├── GV gizmo pulldown act.png.meta │ │ │ │ │ │ ├── GV gizmo pulldown act@2x.png │ │ │ │ │ │ ├── GV gizmo pulldown act@2x.png.meta │ │ │ │ │ │ ├── GV gizmo pulldown on act.png │ │ │ │ │ │ ├── GV gizmo pulldown on act.png.meta │ │ │ │ │ │ ├── GV gizmo pulldown on act@2x.png │ │ │ │ │ │ ├── GV gizmo pulldown on act@2x.png.meta │ │ │ │ │ │ ├── GV gizmo pulldown on.png │ │ │ │ │ │ ├── GV gizmo pulldown on.png.meta │ │ │ │ │ │ ├── GV gizmo pulldown on@2x.png │ │ │ │ │ │ ├── GV gizmo pulldown on@2x.png.meta │ │ │ │ │ │ ├── GV gizmo pulldown.png │ │ │ │ │ │ ├── GV gizmo pulldown.png.meta │ │ │ │ │ │ ├── GV gizmo pulldown@2x.png │ │ │ │ │ │ ├── GV gizmo pulldown@2x.png.meta │ │ │ │ │ │ ├── IN LockButton act.png │ │ │ │ │ │ ├── IN LockButton act.png.meta │ │ │ │ │ │ ├── IN LockButton act@2x.png │ │ │ │ │ │ ├── IN LockButton act@2x.png.meta │ │ │ │ │ │ ├── IN LockButton on act.png │ │ │ │ │ │ ├── IN LockButton on act.png.meta │ │ │ │ │ │ ├── IN LockButton on act@2x.png │ │ │ │ │ │ ├── IN LockButton on act@2x.png.meta │ │ │ │ │ │ ├── IN LockButton on.png │ │ │ │ │ │ ├── IN LockButton on.png.meta │ │ │ │ │ │ ├── IN LockButton on@2x.png │ │ │ │ │ │ ├── IN LockButton on@2x.png.meta │ │ │ │ │ │ ├── IN LockButton.png │ │ │ │ │ │ ├── IN LockButton.png.meta │ │ │ │ │ │ ├── IN LockButton@2x.png │ │ │ │ │ │ ├── IN LockButton@2x.png.meta │ │ │ │ │ │ ├── IN ObjectField PreDrop.png │ │ │ │ │ │ ├── IN ObjectField PreDrop.png.meta │ │ │ │ │ │ ├── IN ObjectField PreDrop@2x.png │ │ │ │ │ │ ├── IN ObjectField PreDrop@2x.png.meta │ │ │ │ │ │ ├── IN ObjectField f.png │ │ │ │ │ │ ├── IN ObjectField f.png.meta │ │ │ │ │ │ ├── IN ObjectField f@2x.png │ │ │ │ │ │ ├── IN ObjectField f@2x.png.meta │ │ │ │ │ │ ├── IN ObjectField.png │ │ │ │ │ │ ├── IN ObjectField.png.meta │ │ │ │ │ │ ├── IN ObjectField@2x.png │ │ │ │ │ │ ├── IN ObjectField@2x.png.meta │ │ │ │ │ │ ├── IN ThumbnailSelection On.png │ │ │ │ │ │ ├── IN ThumbnailSelection On.png.meta │ │ │ │ │ │ ├── IN ThumbnailSelection On@2x.png │ │ │ │ │ │ ├── IN ThumbnailSelection On@2x.png.meta │ │ │ │ │ │ ├── IN Title Active.png │ │ │ │ │ │ ├── IN Title Active.png.meta │ │ │ │ │ │ ├── IN Title Focused.png │ │ │ │ │ │ ├── IN Title Focused.png.meta │ │ │ │ │ │ ├── IN Title Normal.png │ │ │ │ │ │ ├── IN Title Normal.png.meta │ │ │ │ │ │ ├── IN Title On Active.png │ │ │ │ │ │ ├── IN Title On Active.png.meta │ │ │ │ │ │ ├── IN Title On Focused.png │ │ │ │ │ │ ├── IN Title On Focused.png.meta │ │ │ │ │ │ ├── IN Title On Normal.png │ │ │ │ │ │ ├── IN Title On Normal.png.meta │ │ │ │ │ │ ├── IN foldout act on.png │ │ │ │ │ │ ├── IN foldout act on.png.meta │ │ │ │ │ │ ├── IN foldout act on@2x.png │ │ │ │ │ │ ├── IN foldout act on@2x.png.meta │ │ │ │ │ │ ├── IN foldout act.png │ │ │ │ │ │ ├── IN foldout act.png.meta │ │ │ │ │ │ ├── IN foldout act@2x.png │ │ │ │ │ │ ├── IN foldout act@2x.png.meta │ │ │ │ │ │ ├── IN foldout focus on.png │ │ │ │ │ │ ├── IN foldout focus on.png.meta │ │ │ │ │ │ ├── IN foldout focus on@2x.png │ │ │ │ │ │ ├── IN foldout focus on@2x.png.meta │ │ │ │ │ │ ├── IN foldout focus.png │ │ │ │ │ │ ├── IN foldout focus.png.meta │ │ │ │ │ │ ├── IN foldout focus@2x.png │ │ │ │ │ │ ├── IN foldout focus@2x.png.meta │ │ │ │ │ │ ├── IN foldout on.png │ │ │ │ │ │ ├── IN foldout on.png.meta │ │ │ │ │ │ ├── IN foldout on@2x.png │ │ │ │ │ │ ├── IN foldout on@2x.png.meta │ │ │ │ │ │ ├── IN foldout.png │ │ │ │ │ │ ├── IN foldout.png.meta │ │ │ │ │ │ ├── IN foldout@2x.png │ │ │ │ │ │ ├── IN foldout@2x.png.meta │ │ │ │ │ │ ├── IN pulldown.png │ │ │ │ │ │ ├── IN pulldown.png.meta │ │ │ │ │ │ ├── IN pulldown@2x.png │ │ │ │ │ │ ├── IN pulldown@2x.png.meta │ │ │ │ │ │ ├── IN thumbnailshadow On.png │ │ │ │ │ │ ├── IN thumbnailshadow On.png.meta │ │ │ │ │ │ ├── IN thumbnailshadow On@2x.png │ │ │ │ │ │ ├── IN thumbnailshadow On@2x.png.meta │ │ │ │ │ │ ├── Inlined TextField Focus.png │ │ │ │ │ │ ├── Inlined TextField Focus.png.meta │ │ │ │ │ │ ├── Inlined TextField Focus@2x.png │ │ │ │ │ │ ├── Inlined TextField Focus@2x.png.meta │ │ │ │ │ │ ├── LightmapEditorSelectedHighlight.png │ │ │ │ │ │ ├── LightmapEditorSelectedHighlight.png.meta │ │ │ │ │ │ ├── LightmapEditorSelectedHighlight@2x.png │ │ │ │ │ │ ├── LightmapEditorSelectedHighlight@2x.png.meta │ │ │ │ │ │ ├── MenuItemHover.png │ │ │ │ │ │ ├── MenuItemHover.png.meta │ │ │ │ │ │ ├── MenuItemMixedOn.png │ │ │ │ │ │ ├── MenuItemMixedOn.png.meta │ │ │ │ │ │ ├── MenuItemMixedOnHover.png │ │ │ │ │ │ ├── MenuItemMixedOnHover.png.meta │ │ │ │ │ │ ├── MenuItemNormal.png │ │ │ │ │ │ ├── MenuItemNormal.png.meta │ │ │ │ │ │ ├── MenuItemOn.png │ │ │ │ │ │ ├── MenuItemOn.png.meta │ │ │ │ │ │ ├── MenuItemOnHover.png │ │ │ │ │ │ ├── MenuItemOnHover.png.meta │ │ │ │ │ │ ├── MiniToolbarBtn.png │ │ │ │ │ │ ├── MiniToolbarBtn.png.meta │ │ │ │ │ │ ├── MuteNormal.png │ │ │ │ │ │ ├── MuteNormal.png.meta │ │ │ │ │ │ ├── MuteON.png │ │ │ │ │ │ ├── MuteON.png.meta │ │ │ │ │ │ ├── OL box on.png │ │ │ │ │ │ ├── OL box on.png.meta │ │ │ │ │ │ ├── OL box on@2x.png │ │ │ │ │ │ ├── OL box on@2x.png.meta │ │ │ │ │ │ ├── OL box.png │ │ │ │ │ │ ├── OL box.png.meta │ │ │ │ │ │ ├── OL box@2x.png │ │ │ │ │ │ ├── OL box@2x.png.meta │ │ │ │ │ │ ├── OL title act.png │ │ │ │ │ │ ├── OL title act.png.meta │ │ │ │ │ │ ├── OL title act@2x.png │ │ │ │ │ │ ├── OL title act@2x.png.meta │ │ │ │ │ │ ├── OL title on act.png │ │ │ │ │ │ ├── OL title on act.png.meta │ │ │ │ │ │ ├── OL title on act@2x.png │ │ │ │ │ │ ├── OL title on act@2x.png.meta │ │ │ │ │ │ ├── OL title on.png │ │ │ │ │ │ ├── OL title on.png.meta │ │ │ │ │ │ ├── OL title on@2x.png │ │ │ │ │ │ ├── OL title on@2x.png.meta │ │ │ │ │ │ ├── OL title.png │ │ │ │ │ │ ├── OL title.png.meta │ │ │ │ │ │ ├── OL title@2x.png │ │ │ │ │ │ ├── OL title@2x.png.meta │ │ │ │ │ │ ├── ObjectFieldMiniThumb Focus.png │ │ │ │ │ │ ├── ObjectFieldMiniThumb Focus.png.meta │ │ │ │ │ │ ├── ObjectFieldMiniThumb Normal.png │ │ │ │ │ │ ├── ObjectFieldMiniThumb Normal.png.meta │ │ │ │ │ │ ├── ObjectFieldMiniThumb NormalWithContent.png │ │ │ │ │ │ ├── ObjectFieldMiniThumb NormalWithContent.png.meta │ │ │ │ │ │ ├── ObjectFieldMiniThumb Predrop.png │ │ │ │ │ │ ├── ObjectFieldMiniThumb Predrop.png.meta │ │ │ │ │ │ ├── ObjectPickerBackground.png │ │ │ │ │ │ ├── ObjectPickerBackground.png.meta │ │ │ │ │ │ ├── ObjectPickerBackground@2x.png │ │ │ │ │ │ ├── ObjectPickerBackground@2x.png.meta │ │ │ │ │ │ ├── ObjectPickerPreviewBackground.png │ │ │ │ │ │ ├── ObjectPickerPreviewBackground.png.meta │ │ │ │ │ │ ├── ObjectPickerPreviewBackground@2x.png │ │ │ │ │ │ ├── ObjectPickerPreviewBackground@2x.png.meta │ │ │ │ │ │ ├── ObjectPickerTab.png │ │ │ │ │ │ ├── ObjectPickerTab.png.meta │ │ │ │ │ │ ├── ObjectPickerTab@2x.png │ │ │ │ │ │ ├── ObjectPickerTab@2x.png.meta │ │ │ │ │ │ ├── ObjectPickerToolbar.png │ │ │ │ │ │ ├── ObjectPickerToolbar.png.meta │ │ │ │ │ │ ├── ObjectPickerToolbar@2x.png │ │ │ │ │ │ ├── ObjectPickerToolbar@2x.png.meta │ │ │ │ │ │ ├── PB-BottomBarBg.png │ │ │ │ │ │ ├── PB-BottomBarBg.png.meta │ │ │ │ │ │ ├── PB-HeaderBgMiddle.png │ │ │ │ │ │ ├── PB-HeaderBgMiddle.png.meta │ │ │ │ │ │ ├── PB-HeaderBgTop.png │ │ │ │ │ │ ├── PB-HeaderBgTop.png.meta │ │ │ │ │ │ ├── PB-TopBarBg.png │ │ │ │ │ │ ├── PB-TopBarBg.png.meta │ │ │ │ │ │ ├── PR DropHere.png │ │ │ │ │ │ ├── PR DropHere.png.meta │ │ │ │ │ │ ├── PR DropHere2.png │ │ │ │ │ │ ├── PR DropHere2.png.meta │ │ │ │ │ │ ├── PR DropHere2@2x.png │ │ │ │ │ │ ├── PR DropHere2@2x.png.meta │ │ │ │ │ │ ├── PR DropHere@2x.png │ │ │ │ │ │ ├── PR DropHere@2x.png.meta │ │ │ │ │ │ ├── PingBox.png │ │ │ │ │ │ ├── PingBox.png.meta │ │ │ │ │ │ ├── PingBox@2x.png │ │ │ │ │ │ ├── PingBox@2x.png.meta │ │ │ │ │ │ ├── PopupCurveEditorBack.png │ │ │ │ │ │ ├── PopupCurveEditorBack.png.meta │ │ │ │ │ │ ├── PopupCurveEditorBack@2x.png │ │ │ │ │ │ ├── PopupCurveEditorBack@2x.png.meta │ │ │ │ │ │ ├── PopupCurveEditorDropDown.png │ │ │ │ │ │ ├── PopupCurveEditorDropDown.png.meta │ │ │ │ │ │ ├── PopupCurveEditorDropDown@2x.png │ │ │ │ │ │ ├── PopupCurveEditorDropDown@2x.png.meta │ │ │ │ │ │ ├── PopupCurveEditorSwatch.png │ │ │ │ │ │ ├── PopupCurveEditorSwatch.png.meta │ │ │ │ │ │ ├── PopupCurveEditorSwatch@2x.png │ │ │ │ │ │ ├── PopupCurveEditorSwatch@2x.png.meta │ │ │ │ │ │ ├── PopupCurveEditorSwatchBack.png │ │ │ │ │ │ ├── PopupCurveEditorSwatchBack.png.meta │ │ │ │ │ │ ├── PopupCurveEditorSwatchBack@2x.png │ │ │ │ │ │ ├── PopupCurveEditorSwatchBack@2x.png.meta │ │ │ │ │ │ ├── PopupWindowOff.png │ │ │ │ │ │ ├── PopupWindowOff.png.meta │ │ │ │ │ │ ├── PopupWindowOff@2x.png │ │ │ │ │ │ ├── PopupWindowOff@2x.png.meta │ │ │ │ │ │ ├── PopupWindowOn.png │ │ │ │ │ │ ├── PopupWindowOn.png.meta │ │ │ │ │ │ ├── PopupWindowOn@2x.png │ │ │ │ │ │ ├── PopupWindowOn@2x.png.meta │ │ │ │ │ │ ├── Pre button act.png │ │ │ │ │ │ ├── Pre button act.png.meta │ │ │ │ │ │ ├── Pre button act@2x.png │ │ │ │ │ │ ├── Pre button act@2x.png.meta │ │ │ │ │ │ ├── Pre button on.png │ │ │ │ │ │ ├── Pre button on.png.meta │ │ │ │ │ │ ├── Pre button on@2x.png │ │ │ │ │ │ ├── Pre button on@2x.png.meta │ │ │ │ │ │ ├── Pre button.png │ │ │ │ │ │ ├── Pre button.png.meta │ │ │ │ │ │ ├── Pre button@2x.png │ │ │ │ │ │ ├── Pre button@2x.png.meta │ │ │ │ │ │ ├── Pre popup act.png │ │ │ │ │ │ ├── Pre popup act.png.meta │ │ │ │ │ │ ├── Pre popup on.png │ │ │ │ │ │ ├── Pre popup on.png.meta │ │ │ │ │ │ ├── Pre popup.png │ │ │ │ │ │ ├── Pre popup.png.meta │ │ │ │ │ │ ├── Pre toolbar a.png │ │ │ │ │ │ ├── Pre toolbar a.png.meta │ │ │ │ │ │ ├── Pre toolbar a@2x.png │ │ │ │ │ │ ├── Pre toolbar a@2x.png.meta │ │ │ │ │ │ ├── Pre toolbar.png │ │ │ │ │ │ ├── Pre toolbar.png.meta │ │ │ │ │ │ ├── Pre toolbar@2x.png │ │ │ │ │ │ ├── Pre toolbar@2x.png.meta │ │ │ │ │ │ ├── ProfilerLeftPane.png │ │ │ │ │ │ ├── ProfilerLeftPane.png.meta │ │ │ │ │ │ ├── ProfilerLeftPane@2x.png │ │ │ │ │ │ ├── ProfilerLeftPane@2x.png.meta │ │ │ │ │ │ ├── ProfilerNoDataAvailableOverlayDark.png │ │ │ │ │ │ ├── ProfilerNoDataAvailableOverlayDark.png.meta │ │ │ │ │ │ ├── ProfilerNoDataAvailableOverlayDarkOn.png │ │ │ │ │ │ ├── ProfilerNoDataAvailableOverlayDarkOn.png.meta │ │ │ │ │ │ ├── ProfilerRightPaneBackground.png │ │ │ │ │ │ ├── ProfilerRightPaneBackground.png.meta │ │ │ │ │ │ ├── ProfilerRightPaneBackground@2x.png │ │ │ │ │ │ ├── ProfilerRightPaneBackground@2x.png.meta │ │ │ │ │ │ ├── ProfilerRightPaneBackgroundOn.png │ │ │ │ │ │ ├── ProfilerRightPaneBackgroundOn.png.meta │ │ │ │ │ │ ├── ProfilerRightPaneBackgroundOn@2x.png │ │ │ │ │ │ ├── ProfilerRightPaneBackgroundOn@2x.png.meta │ │ │ │ │ │ ├── ProilerLeftPaneOn.png │ │ │ │ │ │ ├── ProilerLeftPaneOn.png.meta │ │ │ │ │ │ ├── ProilerLeftPaneOn@2x.png │ │ │ │ │ │ ├── ProilerLeftPaneOn@2x.png.meta │ │ │ │ │ │ ├── ProjectBrowserGridLabel.png │ │ │ │ │ │ ├── ProjectBrowserGridLabel.png.meta │ │ │ │ │ │ ├── ProjectBrowserGridLabelUnfocused.png │ │ │ │ │ │ ├── ProjectBrowserGridLabelUnfocused.png.meta │ │ │ │ │ │ ├── ProjectBrowserIconAreaBg.png │ │ │ │ │ │ ├── ProjectBrowserIconAreaBg.png.meta │ │ │ │ │ │ ├── ProjectBrowserIconDropShadow.png │ │ │ │ │ │ ├── ProjectBrowserIconDropShadow.png.meta │ │ │ │ │ │ ├── ProjectBrowserIconDropShadowSelected.png │ │ │ │ │ │ ├── ProjectBrowserIconDropShadowSelected.png.meta │ │ │ │ │ │ ├── ProjectBrowserIconDropShadowUnfocused.png │ │ │ │ │ │ ├── ProjectBrowserIconDropShadowUnfocused.png.meta │ │ │ │ │ │ ├── RectangleToolHBar.png │ │ │ │ │ │ ├── RectangleToolHBar.png.meta │ │ │ │ │ │ ├── RectangleToolHBarLeft.png │ │ │ │ │ │ ├── RectangleToolHBarLeft.png.meta │ │ │ │ │ │ ├── RectangleToolHBarRight.png │ │ │ │ │ │ ├── RectangleToolHBarRight.png.meta │ │ │ │ │ │ ├── RectangleToolHighlight.png │ │ │ │ │ │ ├── RectangleToolHighlight.png.meta │ │ │ │ │ │ ├── RectangleToolRippleLeft.png │ │ │ │ │ │ ├── RectangleToolRippleLeft.png.meta │ │ │ │ │ │ ├── RectangleToolRippleRight.png │ │ │ │ │ │ ├── RectangleToolRippleRight.png.meta │ │ │ │ │ │ ├── RectangleToolScaleBottom.png │ │ │ │ │ │ ├── RectangleToolScaleBottom.png.meta │ │ │ │ │ │ ├── RectangleToolScaleLeft.png │ │ │ │ │ │ ├── RectangleToolScaleLeft.png.meta │ │ │ │ │ │ ├── RectangleToolScaleRight.png │ │ │ │ │ │ ├── RectangleToolScaleRight.png.meta │ │ │ │ │ │ ├── RectangleToolScaleTop.png │ │ │ │ │ │ ├── RectangleToolScaleTop.png.meta │ │ │ │ │ │ ├── RectangleToolSelection.png │ │ │ │ │ │ ├── RectangleToolSelection.png.meta │ │ │ │ │ │ ├── RectangleToolVBar.png │ │ │ │ │ │ ├── RectangleToolVBar.png.meta │ │ │ │ │ │ ├── RectangleToolVBarBottom.png │ │ │ │ │ │ ├── RectangleToolVBarBottom.png.meta │ │ │ │ │ │ ├── RectangleToolVBarTop.png │ │ │ │ │ │ ├── RectangleToolVBarTop.png.meta │ │ │ │ │ │ ├── RegionBg.png │ │ │ │ │ │ ├── RegionBg.png.meta │ │ │ │ │ │ ├── Remove.png │ │ │ │ │ │ ├── Remove.png.meta │ │ │ │ │ │ ├── Remove@2x.png │ │ │ │ │ │ ├── Remove@2x.png.meta │ │ │ │ │ │ ├── Remove@4x.png │ │ │ │ │ │ ├── Remove@4x.png.meta │ │ │ │ │ │ ├── Remove@8x.png │ │ │ │ │ │ ├── Remove@8x.png.meta │ │ │ │ │ │ ├── ShurikenCheckMarkActive.png │ │ │ │ │ │ ├── ShurikenCheckMarkActive.png.meta │ │ │ │ │ │ ├── ShurikenCheckMarkMixed.png │ │ │ │ │ │ ├── ShurikenCheckMarkMixed.png.meta │ │ │ │ │ │ ├── ShurikenCheckMarkNormal.png │ │ │ │ │ │ ├── ShurikenCheckMarkNormal.png.meta │ │ │ │ │ │ ├── ShurikenCheckMarkNormalOn.png │ │ │ │ │ │ ├── ShurikenCheckMarkNormalOn.png.meta │ │ │ │ │ │ ├── ShurikenDropdown.png │ │ │ │ │ │ ├── ShurikenDropdown.png.meta │ │ │ │ │ │ ├── ShurikenDropdownFocused.png │ │ │ │ │ │ ├── ShurikenDropdownFocused.png.meta │ │ │ │ │ │ ├── ShurikenEffectBg.png │ │ │ │ │ │ ├── ShurikenEffectBg.png.meta │ │ │ │ │ │ ├── ShurikenEmitterActive.png │ │ │ │ │ │ ├── ShurikenEmitterActive.png.meta │ │ │ │ │ │ ├── ShurikenEmitterActiveOn.png │ │ │ │ │ │ ├── ShurikenEmitterActiveOn.png.meta │ │ │ │ │ │ ├── ShurikenEmitterNormal.png │ │ │ │ │ │ ├── ShurikenEmitterNormal.png.meta │ │ │ │ │ │ ├── ShurikenEmitterNormalOn.png │ │ │ │ │ │ ├── ShurikenEmitterNormalOn.png.meta │ │ │ │ │ │ ├── ShurikenMinus.png │ │ │ │ │ │ ├── ShurikenMinus.png.meta │ │ │ │ │ │ ├── ShurikenModuleActive.png │ │ │ │ │ │ ├── ShurikenModuleActive.png.meta │ │ │ │ │ │ ├── ShurikenModuleActiveOn.png │ │ │ │ │ │ ├── ShurikenModuleActiveOn.png.meta │ │ │ │ │ │ ├── ShurikenModuleBg.png │ │ │ │ │ │ ├── ShurikenModuleBg.png.meta │ │ │ │ │ │ ├── ShurikenModuleNormal.png │ │ │ │ │ │ ├── ShurikenModuleNormal.png.meta │ │ │ │ │ │ ├── ShurikenModuleNormalOn.png │ │ │ │ │ │ ├── ShurikenModuleNormalOn.png.meta │ │ │ │ │ │ ├── ShurikenObjectField.png │ │ │ │ │ │ ├── ShurikenObjectField.png.meta │ │ │ │ │ │ ├── ShurikenObjectFieldFocused.png │ │ │ │ │ │ ├── ShurikenObjectFieldFocused.png.meta │ │ │ │ │ │ ├── ShurikenObjectFieldPreDrop.png │ │ │ │ │ │ ├── ShurikenObjectFieldPreDrop.png.meta │ │ │ │ │ │ ├── ShurikenPlus.png │ │ │ │ │ │ ├── ShurikenPlus.png.meta │ │ │ │ │ │ ├── ShurikenPopup.png │ │ │ │ │ │ ├── ShurikenPopup.png.meta │ │ │ │ │ │ ├── ShurikenPopupFocused.png │ │ │ │ │ │ ├── ShurikenPopupFocused.png.meta │ │ │ │ │ │ ├── ShurikenTextField.png │ │ │ │ │ │ ├── ShurikenTextField.png.meta │ │ │ │ │ │ ├── ShurikenTextFieldFocused.png │ │ │ │ │ │ ├── ShurikenTextFieldFocused.png.meta │ │ │ │ │ │ ├── ShurikenToggleFocused.png │ │ │ │ │ │ ├── ShurikenToggleFocused.png.meta │ │ │ │ │ │ ├── ShurikenToggleFocused@2x.png │ │ │ │ │ │ ├── ShurikenToggleFocused@2x.png.meta │ │ │ │ │ │ ├── ShurikenToggleFocusedMixed.png │ │ │ │ │ │ ├── ShurikenToggleFocusedMixed.png.meta │ │ │ │ │ │ ├── ShurikenToggleFocusedMixed@2x.png │ │ │ │ │ │ ├── ShurikenToggleFocusedMixed@2x.png.meta │ │ │ │ │ │ ├── ShurikenToggleFocusedOn.png │ │ │ │ │ │ ├── ShurikenToggleFocusedOn.png.meta │ │ │ │ │ │ ├── ShurikenToggleFocusedOn@2x.png │ │ │ │ │ │ ├── ShurikenToggleFocusedOn@2x.png.meta │ │ │ │ │ │ ├── ShurikenToggleHover.png │ │ │ │ │ │ ├── ShurikenToggleHover.png.meta │ │ │ │ │ │ ├── ShurikenToggleHover@2x.png │ │ │ │ │ │ ├── ShurikenToggleHover@2x.png.meta │ │ │ │ │ │ ├── ShurikenToggleHoverMixed.png │ │ │ │ │ │ ├── ShurikenToggleHoverMixed.png.meta │ │ │ │ │ │ ├── ShurikenToggleHoverMixed@2x.png │ │ │ │ │ │ ├── ShurikenToggleHoverMixed@2x.png.meta │ │ │ │ │ │ ├── ShurikenToggleHoverOn.png │ │ │ │ │ │ ├── ShurikenToggleHoverOn.png.meta │ │ │ │ │ │ ├── ShurikenToggleHoverOn@2x.png │ │ │ │ │ │ ├── ShurikenToggleHoverOn@2x.png.meta │ │ │ │ │ │ ├── ShurikenToggleMixed.png │ │ │ │ │ │ ├── ShurikenToggleMixed.png.meta │ │ │ │ │ │ ├── ShurikenToggleMixed@2x.png │ │ │ │ │ │ ├── ShurikenToggleMixed@2x.png.meta │ │ │ │ │ │ ├── ShurikenToggleNormal.png │ │ │ │ │ │ ├── ShurikenToggleNormal.png.meta │ │ │ │ │ │ ├── ShurikenToggleNormal@2x.png │ │ │ │ │ │ ├── ShurikenToggleNormal@2x.png.meta │ │ │ │ │ │ ├── ShurikenToggleNormalMixed.png │ │ │ │ │ │ ├── ShurikenToggleNormalMixed.png.meta │ │ │ │ │ │ ├── ShurikenToggleNormalMixed@2x.png │ │ │ │ │ │ ├── ShurikenToggleNormalMixed@2x.png.meta │ │ │ │ │ │ ├── ShurikenToggleNormalOn.png │ │ │ │ │ │ ├── ShurikenToggleNormalOn.png.meta │ │ │ │ │ │ ├── ShurikenToggleNormalOn@2x.png │ │ │ │ │ │ ├── ShurikenToggleNormalOn@2x.png.meta │ │ │ │ │ │ ├── SoloNormal.png │ │ │ │ │ │ ├── SoloNormal.png.meta │ │ │ │ │ │ ├── SoloON.png │ │ │ │ │ │ ├── SoloON.png.meta │ │ │ │ │ │ ├── SubAssetCollapseButton.png │ │ │ │ │ │ ├── SubAssetCollapseButton.png.meta │ │ │ │ │ │ ├── SubAssetCollapseButton@2x.png │ │ │ │ │ │ ├── SubAssetCollapseButton@2x.png.meta │ │ │ │ │ │ ├── SubAssetCollapseButtonMedium.png │ │ │ │ │ │ ├── SubAssetCollapseButtonMedium.png.meta │ │ │ │ │ │ ├── SubAssetCollapseButtonMedium@2x.png │ │ │ │ │ │ ├── SubAssetCollapseButtonMedium@2x.png.meta │ │ │ │ │ │ ├── SubAssetCollapseButtonSmall.png │ │ │ │ │ │ ├── SubAssetCollapseButtonSmall.png.meta │ │ │ │ │ │ ├── SubAssetCollapseButtonSmall@2x.png │ │ │ │ │ │ ├── SubAssetCollapseButtonSmall@2x.png.meta │ │ │ │ │ │ ├── SubAssetExpandButton.png │ │ │ │ │ │ ├── SubAssetExpandButton.png.meta │ │ │ │ │ │ ├── SubAssetExpandButton@2x.png │ │ │ │ │ │ ├── SubAssetExpandButton@2x.png.meta │ │ │ │ │ │ ├── SubAssetExpandButtonMedium.png │ │ │ │ │ │ ├── SubAssetExpandButtonMedium.png.meta │ │ │ │ │ │ ├── SubAssetExpandButtonMedium@2x.png │ │ │ │ │ │ ├── SubAssetExpandButtonMedium@2x.png.meta │ │ │ │ │ │ ├── SubAssetExpandButtonSmall.png │ │ │ │ │ │ ├── SubAssetExpandButtonSmall.png.meta │ │ │ │ │ │ ├── SubAssetExpandButtonSmall@2x.png │ │ │ │ │ │ ├── SubAssetExpandButtonSmall@2x.png.meta │ │ │ │ │ │ ├── TE Toolbar.png │ │ │ │ │ │ ├── TE Toolbar.png.meta │ │ │ │ │ │ ├── TE Toolbar@2x.png │ │ │ │ │ │ ├── TE Toolbar@2x.png.meta │ │ │ │ │ │ ├── TE toolbar button act.png │ │ │ │ │ │ ├── TE toolbar button act.png.meta │ │ │ │ │ │ ├── TE toolbar button act@2x.png │ │ │ │ │ │ ├── TE toolbar button act@2x.png.meta │ │ │ │ │ │ ├── TE toolbar button.png │ │ │ │ │ │ ├── TE toolbar button.png.meta │ │ │ │ │ │ ├── TE toolbar button@2x.png │ │ │ │ │ │ ├── TE toolbar button@2x.png.meta │ │ │ │ │ │ ├── TE toolbar dropdown act.png │ │ │ │ │ │ ├── TE toolbar dropdown act.png.meta │ │ │ │ │ │ ├── TE toolbar dropdown act@2x.png │ │ │ │ │ │ ├── TE toolbar dropdown act@2x.png.meta │ │ │ │ │ │ ├── TE toolbar dropdown.png │ │ │ │ │ │ ├── TE toolbar dropdown.png.meta │ │ │ │ │ │ ├── TE toolbar dropdown@2x.png │ │ │ │ │ │ ├── TE toolbar dropdown@2x.png.meta │ │ │ │ │ │ ├── TextField focused.png │ │ │ │ │ │ ├── TextField focused.png.meta │ │ │ │ │ │ ├── TextField focused@2x.png │ │ │ │ │ │ ├── TextField focused@2x.png.meta │ │ │ │ │ │ ├── TextField.png │ │ │ │ │ │ ├── TextField.png.meta │ │ │ │ │ │ ├── TextField@2x.png │ │ │ │ │ │ ├── TextField@2x.png.meta │ │ │ │ │ │ ├── TextFieldDropDownFocused.png │ │ │ │ │ │ ├── TextFieldDropDownFocused.png.meta │ │ │ │ │ │ ├── TextFieldDropDownText.png │ │ │ │ │ │ ├── TextFieldDropDownText.png.meta │ │ │ │ │ │ ├── TextfieldDropdown.png │ │ │ │ │ │ ├── TextfieldDropdown.png.meta │ │ │ │ │ │ ├── TextfieldDropdownAct.png │ │ │ │ │ │ ├── TextfieldDropdownAct.png.meta │ │ │ │ │ │ ├── TimelineAutokey@2x.png │ │ │ │ │ │ ├── TimelineAutokey@2x.png.meta │ │ │ │ │ │ ├── TimelineAutokey_active@2x.png │ │ │ │ │ │ ├── TimelineAutokey_active@2x.png.meta │ │ │ │ │ │ ├── TimelineEye@2x.png │ │ │ │ │ │ ├── TimelineEye@2x.png.meta │ │ │ │ │ │ ├── TimelineLockButton@2x.png │ │ │ │ │ │ ├── TimelineLockButton@2x.png.meta │ │ │ │ │ │ ├── Toolbar.png │ │ │ │ │ │ ├── Toolbar.png.meta │ │ │ │ │ │ ├── Toolbar@2x.png │ │ │ │ │ │ ├── Toolbar@2x.png.meta │ │ │ │ │ │ ├── TrianglePointingRight15px.png │ │ │ │ │ │ ├── TrianglePointingRight15px.png.meta │ │ │ │ │ │ ├── WarningOverlay.png │ │ │ │ │ │ ├── WarningOverlay.png.meta │ │ │ │ │ │ ├── WindowBottomResize.png │ │ │ │ │ │ ├── WindowBottomResize.png.meta │ │ │ │ │ │ ├── WindowBottomResize@2x.png │ │ │ │ │ │ ├── WindowBottomResize@2x.png.meta │ │ │ │ │ │ ├── bg_HeaderCollapsed.png │ │ │ │ │ │ ├── bg_HeaderCollapsed.png.meta │ │ │ │ │ │ ├── bg_HeaderCollapsed@2x.png │ │ │ │ │ │ ├── bg_HeaderCollapsed@2x.png.meta │ │ │ │ │ │ ├── bg_HeaderExpanded.png │ │ │ │ │ │ ├── bg_HeaderExpanded.png.meta │ │ │ │ │ │ ├── bg_HeaderExpanded@2x.png │ │ │ │ │ │ ├── bg_HeaderExpanded@2x.png.meta │ │ │ │ │ │ ├── box.png │ │ │ │ │ │ ├── box.png.meta │ │ │ │ │ │ ├── box@2x.png │ │ │ │ │ │ ├── box@2x.png.meta │ │ │ │ │ │ ├── breadcrump left act.png │ │ │ │ │ │ ├── breadcrump left act.png.meta │ │ │ │ │ │ ├── breadcrump left act@2x.png │ │ │ │ │ │ ├── breadcrump left act@2x.png.meta │ │ │ │ │ │ ├── breadcrump left on.png │ │ │ │ │ │ ├── breadcrump left on.png.meta │ │ │ │ │ │ ├── breadcrump left on@2x.png │ │ │ │ │ │ ├── breadcrump left on@2x.png.meta │ │ │ │ │ │ ├── breadcrump left onact.png │ │ │ │ │ │ ├── breadcrump left onact.png.meta │ │ │ │ │ │ ├── breadcrump left onact@2x.png │ │ │ │ │ │ ├── breadcrump left onact@2x.png.meta │ │ │ │ │ │ ├── breadcrump left.png │ │ │ │ │ │ ├── breadcrump left.png.meta │ │ │ │ │ │ ├── breadcrump left@2x.png │ │ │ │ │ │ ├── breadcrump left@2x.png.meta │ │ │ │ │ │ ├── breadcrump mid act.png │ │ │ │ │ │ ├── breadcrump mid act.png.meta │ │ │ │ │ │ ├── breadcrump mid act@2x.png │ │ │ │ │ │ ├── breadcrump mid act@2x.png.meta │ │ │ │ │ │ ├── breadcrump mid on.png │ │ │ │ │ │ ├── breadcrump mid on.png.meta │ │ │ │ │ │ ├── breadcrump mid on@2x.png │ │ │ │ │ │ ├── breadcrump mid on@2x.png.meta │ │ │ │ │ │ ├── breadcrump mid onact.png │ │ │ │ │ │ ├── breadcrump mid onact.png.meta │ │ │ │ │ │ ├── breadcrump mid onact@2x.png │ │ │ │ │ │ ├── breadcrump mid onact@2x.png.meta │ │ │ │ │ │ ├── breadcrump mid.png │ │ │ │ │ │ ├── breadcrump mid.png.meta │ │ │ │ │ │ ├── breadcrump mid@2x.png │ │ │ │ │ │ ├── breadcrump mid@2x.png.meta │ │ │ │ │ │ ├── btn act.png │ │ │ │ │ │ ├── btn act.png.meta │ │ │ │ │ │ ├── btn act@2x.png │ │ │ │ │ │ ├── btn act@2x.png.meta │ │ │ │ │ │ ├── btn focus.png │ │ │ │ │ │ ├── btn focus.png.meta │ │ │ │ │ │ ├── btn left act.png │ │ │ │ │ │ ├── btn left act.png.meta │ │ │ │ │ │ ├── btn left act@2x.png │ │ │ │ │ │ ├── btn left act@2x.png.meta │ │ │ │ │ │ ├── btn left focus.png │ │ │ │ │ │ ├── btn left focus.png.meta │ │ │ │ │ │ ├── btn left on focus.png │ │ │ │ │ │ ├── btn left on focus.png.meta │ │ │ │ │ │ ├── btn left on.png │ │ │ │ │ │ ├── btn left on.png.meta │ │ │ │ │ │ ├── btn left on@2x.png │ │ │ │ │ │ ├── btn left on@2x.png.meta │ │ │ │ │ │ ├── btn left onact.png │ │ │ │ │ │ ├── btn left onact.png.meta │ │ │ │ │ │ ├── btn left onact@2x.png │ │ │ │ │ │ ├── btn left onact@2x.png.meta │ │ │ │ │ │ ├── btn left.png │ │ │ │ │ │ ├── btn left.png.meta │ │ │ │ │ │ ├── btn left@2x.png │ │ │ │ │ │ ├── btn left@2x.png.meta │ │ │ │ │ │ ├── btn mid act.png │ │ │ │ │ │ ├── btn mid act.png.meta │ │ │ │ │ │ ├── btn mid act@2x.png │ │ │ │ │ │ ├── btn mid act@2x.png.meta │ │ │ │ │ │ ├── btn mid focus.png │ │ │ │ │ │ ├── btn mid focus.png.meta │ │ │ │ │ │ ├── btn mid on focus.png │ │ │ │ │ │ ├── btn mid on focus.png.meta │ │ │ │ │ │ ├── btn mid on.png │ │ │ │ │ │ ├── btn mid on.png.meta │ │ │ │ │ │ ├── btn mid on@2x.png │ │ │ │ │ │ ├── btn mid on@2x.png.meta │ │ │ │ │ │ ├── btn mid onact.png │ │ │ │ │ │ ├── btn mid onact.png.meta │ │ │ │ │ │ ├── btn mid onact@2x.png │ │ │ │ │ │ ├── btn mid onact@2x.png.meta │ │ │ │ │ │ ├── btn mid.png │ │ │ │ │ │ ├── btn mid.png.meta │ │ │ │ │ │ ├── btn mid@2x.png │ │ │ │ │ │ ├── btn mid@2x.png.meta │ │ │ │ │ │ ├── btn on focus.png │ │ │ │ │ │ ├── btn on focus.png.meta │ │ │ │ │ │ ├── btn on.png │ │ │ │ │ │ ├── btn on.png.meta │ │ │ │ │ │ ├── btn on@2x.png │ │ │ │ │ │ ├── btn on@2x.png.meta │ │ │ │ │ │ ├── btn onact.png │ │ │ │ │ │ ├── btn onact.png.meta │ │ │ │ │ │ ├── btn onact@2x.png │ │ │ │ │ │ ├── btn onact@2x.png.meta │ │ │ │ │ │ ├── btn right act.png │ │ │ │ │ │ ├── btn right act.png.meta │ │ │ │ │ │ ├── btn right act@2x.png │ │ │ │ │ │ ├── btn right act@2x.png.meta │ │ │ │ │ │ ├── btn right focus.png │ │ │ │ │ │ ├── btn right focus.png.meta │ │ │ │ │ │ ├── btn right on focus.png │ │ │ │ │ │ ├── btn right on focus.png.meta │ │ │ │ │ │ ├── btn right on.png │ │ │ │ │ │ ├── btn right on.png.meta │ │ │ │ │ │ ├── btn right on@2x.png │ │ │ │ │ │ ├── btn right on@2x.png.meta │ │ │ │ │ │ ├── btn right onact.png │ │ │ │ │ │ ├── btn right onact.png.meta │ │ │ │ │ │ ├── btn right onact@2x.png │ │ │ │ │ │ ├── btn right onact@2x.png.meta │ │ │ │ │ │ ├── btn right.png │ │ │ │ │ │ ├── btn right.png.meta │ │ │ │ │ │ ├── btn right@2x.png │ │ │ │ │ │ ├── btn right@2x.png.meta │ │ │ │ │ │ ├── btn.png │ │ │ │ │ │ ├── btn.png.meta │ │ │ │ │ │ ├── btn@2x.png │ │ │ │ │ │ ├── btn@2x.png.meta │ │ │ │ │ │ ├── buttonpulldown act.png │ │ │ │ │ │ ├── buttonpulldown act.png.meta │ │ │ │ │ │ ├── buttonpulldown act@2x.png │ │ │ │ │ │ ├── buttonpulldown act@2x.png.meta │ │ │ │ │ │ ├── buttonpulldown.png │ │ │ │ │ │ ├── buttonpulldown.png.meta │ │ │ │ │ │ ├── buttonpulldown@2x.png │ │ │ │ │ │ ├── buttonpulldown@2x.png.meta │ │ │ │ │ │ ├── cmd act.png │ │ │ │ │ │ ├── cmd act.png.meta │ │ │ │ │ │ ├── cmd act@2x.png │ │ │ │ │ │ ├── cmd act@2x.png.meta │ │ │ │ │ │ ├── cmd focus.png │ │ │ │ │ │ ├── cmd focus.png.meta │ │ │ │ │ │ ├── cmd left act.png │ │ │ │ │ │ ├── cmd left act.png.meta │ │ │ │ │ │ ├── cmd left act@2x.png │ │ │ │ │ │ ├── cmd left act@2x.png.meta │ │ │ │ │ │ ├── cmd left focus.png │ │ │ │ │ │ ├── cmd left focus.png.meta │ │ │ │ │ │ ├── cmd left on focus.png │ │ │ │ │ │ ├── cmd left on focus.png.meta │ │ │ │ │ │ ├── cmd left on.png │ │ │ │ │ │ ├── cmd left on.png.meta │ │ │ │ │ │ ├── cmd left on@2x.png │ │ │ │ │ │ ├── cmd left on@2x.png.meta │ │ │ │ │ │ ├── cmd left onact.png │ │ │ │ │ │ ├── cmd left onact.png.meta │ │ │ │ │ │ ├── cmd left onact@2x.png │ │ │ │ │ │ ├── cmd left onact@2x.png.meta │ │ │ │ │ │ ├── cmd left.png │ │ │ │ │ │ ├── cmd left.png.meta │ │ │ │ │ │ ├── cmd left@2x.png │ │ │ │ │ │ ├── cmd left@2x.png.meta │ │ │ │ │ │ ├── cmd mid act.png │ │ │ │ │ │ ├── cmd mid act.png.meta │ │ │ │ │ │ ├── cmd mid act@2x.png │ │ │ │ │ │ ├── cmd mid act@2x.png.meta │ │ │ │ │ │ ├── cmd mid focus.png │ │ │ │ │ │ ├── cmd mid focus.png.meta │ │ │ │ │ │ ├── cmd mid on.png │ │ │ │ │ │ ├── cmd mid on.png.meta │ │ │ │ │ │ ├── cmd mid on@2x.png │ │ │ │ │ │ ├── cmd mid on@2x.png.meta │ │ │ │ │ │ ├── cmd mid onact.png │ │ │ │ │ │ ├── cmd mid onact.png.meta │ │ │ │ │ │ ├── cmd mid onact@2x.png │ │ │ │ │ │ ├── cmd mid onact@2x.png.meta │ │ │ │ │ │ ├── cmd mid.png │ │ │ │ │ │ ├── cmd mid.png.meta │ │ │ │ │ │ ├── cmd mid@2x.png │ │ │ │ │ │ ├── cmd mid@2x.png.meta │ │ │ │ │ │ ├── cmd on focus.png │ │ │ │ │ │ ├── cmd on focus.png.meta │ │ │ │ │ │ ├── cmd on.png │ │ │ │ │ │ ├── cmd on.png.meta │ │ │ │ │ │ ├── cmd on@2x.png │ │ │ │ │ │ ├── cmd on@2x.png.meta │ │ │ │ │ │ ├── cmd onact.png │ │ │ │ │ │ ├── cmd onact.png.meta │ │ │ │ │ │ ├── cmd onact@2x.png │ │ │ │ │ │ ├── cmd onact@2x.png.meta │ │ │ │ │ │ ├── cmd right act.png │ │ │ │ │ │ ├── cmd right act.png.meta │ │ │ │ │ │ ├── cmd right act@2x.png │ │ │ │ │ │ ├── cmd right act@2x.png.meta │ │ │ │ │ │ ├── cmd right focus.png │ │ │ │ │ │ ├── cmd right focus.png.meta │ │ │ │ │ │ ├── cmd right on focus.png │ │ │ │ │ │ ├── cmd right on focus.png.meta │ │ │ │ │ │ ├── cmd right on.png │ │ │ │ │ │ ├── cmd right on.png.meta │ │ │ │ │ │ ├── cmd right on@2x.png │ │ │ │ │ │ ├── cmd right on@2x.png.meta │ │ │ │ │ │ ├── cmd right onact.png │ │ │ │ │ │ ├── cmd right onact.png.meta │ │ │ │ │ │ ├── cmd right onact@2x.png │ │ │ │ │ │ ├── cmd right onact@2x.png.meta │ │ │ │ │ │ ├── cmd right.png │ │ │ │ │ │ ├── cmd right.png.meta │ │ │ │ │ │ ├── cmd right@2x.png │ │ │ │ │ │ ├── cmd right@2x.png.meta │ │ │ │ │ │ ├── cmd.png │ │ │ │ │ │ ├── cmd.png.meta │ │ │ │ │ │ ├── cmd@2x.png │ │ │ │ │ │ ├── cmd@2x.png.meta │ │ │ │ │ │ ├── cn entrybackodd.png │ │ │ │ │ │ ├── cn entrybackodd.png.meta │ │ │ │ │ │ ├── cn entrybackodd@2x.png │ │ │ │ │ │ ├── cn entrybackodd@2x.png.meta │ │ │ │ │ │ ├── cnentrybackeven.png │ │ │ │ │ │ ├── cnentrybackeven.png.meta │ │ │ │ │ │ ├── cnentrybackeven@2x.png │ │ │ │ │ │ ├── cnentrybackeven@2x.png.meta │ │ │ │ │ │ ├── d_rol-body.png │ │ │ │ │ │ ├── d_rol-body.png.meta │ │ │ │ │ │ ├── d_rol-header.png │ │ │ │ │ │ ├── d_rol-header.png.meta │ │ │ │ │ │ ├── d_rol-tab.png │ │ │ │ │ │ ├── d_rol-tab.png.meta │ │ │ │ │ │ ├── darkviewbackground.png │ │ │ │ │ │ ├── darkviewbackground.png.meta │ │ │ │ │ │ ├── darkviewbackground@2x.png │ │ │ │ │ │ ├── darkviewbackground@2x.png.meta │ │ │ │ │ │ ├── dockarea back.png │ │ │ │ │ │ ├── dockarea back.png.meta │ │ │ │ │ │ ├── dockarea back@2x.png │ │ │ │ │ │ ├── dockarea back@2x.png.meta │ │ │ │ │ │ ├── dockarea overlay.png │ │ │ │ │ │ ├── dockarea overlay.png.meta │ │ │ │ │ │ ├── dockarea overlay@2x.png │ │ │ │ │ │ ├── dockarea overlay@2x.png.meta │ │ │ │ │ │ ├── dropwell act.png │ │ │ │ │ │ ├── dropwell act.png.meta │ │ │ │ │ │ ├── dropwell act@2x.png │ │ │ │ │ │ ├── dropwell act@2x.png.meta │ │ │ │ │ │ ├── dropwell display nothumb focus.png │ │ │ │ │ │ ├── dropwell display nothumb focus.png.meta │ │ │ │ │ │ ├── dropwell display nothumb.png │ │ │ │ │ │ ├── dropwell display nothumb.png.meta │ │ │ │ │ │ ├── dropwell display predrop.png │ │ │ │ │ │ ├── dropwell display predrop.png.meta │ │ │ │ │ │ ├── dropwell nothumb focus.png │ │ │ │ │ │ ├── dropwell nothumb focus.png.meta │ │ │ │ │ │ ├── dropwell nothumb.png │ │ │ │ │ │ ├── dropwell nothumb.png.meta │ │ │ │ │ │ ├── dropwell nothumb@2x.png │ │ │ │ │ │ ├── dropwell nothumb@2x.png.meta │ │ │ │ │ │ ├── dropwell on.png │ │ │ │ │ │ ├── dropwell on.png.meta │ │ │ │ │ │ ├── dropwell on@2x.png │ │ │ │ │ │ ├── dropwell on@2x.png.meta │ │ │ │ │ │ ├── dropwell predrop.png │ │ │ │ │ │ ├── dropwell predrop.png.meta │ │ │ │ │ │ ├── dropwell predrop@2x.png │ │ │ │ │ │ ├── dropwell predrop@2x.png.meta │ │ │ │ │ │ ├── dropwell selector focus.png │ │ │ │ │ │ ├── dropwell selector focus.png.meta │ │ │ │ │ │ ├── dropwell selector.png │ │ │ │ │ │ ├── dropwell selector.png.meta │ │ │ │ │ │ ├── eventpin on.png │ │ │ │ │ │ ├── eventpin on.png.meta │ │ │ │ │ │ ├── eventpin on@2x.png │ │ │ │ │ │ ├── eventpin on@2x.png.meta │ │ │ │ │ │ ├── eventpin.png │ │ │ │ │ │ ├── eventpin.png.meta │ │ │ │ │ │ ├── eventpin@2x.png │ │ │ │ │ │ ├── eventpin@2x.png.meta │ │ │ │ │ │ ├── flow background.png │ │ │ │ │ │ ├── flow background.png.meta │ │ │ │ │ │ ├── flow background@2x.png │ │ │ │ │ │ ├── flow background@2x.png.meta │ │ │ │ │ │ ├── gameviewbackground.png │ │ │ │ │ │ ├── gameviewbackground.png.meta │ │ │ │ │ │ ├── gameviewbackground@2x.png │ │ │ │ │ │ ├── gameviewbackground@2x.png.meta │ │ │ │ │ │ ├── grey_border.png │ │ │ │ │ │ ├── grey_border.png.meta │ │ │ │ │ │ ├── grey_border@2x.png │ │ │ │ │ │ ├── grey_border@2x.png.meta │ │ │ │ │ │ ├── iconselector back.png │ │ │ │ │ │ ├── iconselector back.png.meta │ │ │ │ │ │ ├── iconselector back@2x.png │ │ │ │ │ │ ├── iconselector back@2x.png.meta │ │ │ │ │ │ ├── iconselector sep.png │ │ │ │ │ │ ├── iconselector sep.png.meta │ │ │ │ │ │ ├── iconselector sep@2x.png │ │ │ │ │ │ ├── iconselector sep@2x.png.meta │ │ │ │ │ │ ├── iconselector_labelselection_bg.png │ │ │ │ │ │ ├── iconselector_labelselection_bg.png.meta │ │ │ │ │ │ ├── iconselector_labelselection_bg@2x.png │ │ │ │ │ │ ├── iconselector_labelselection_bg@2x.png.meta │ │ │ │ │ │ ├── iconselector_selection_bg.png │ │ │ │ │ │ ├── iconselector_selection_bg.png.meta │ │ │ │ │ │ ├── iconselector_selection_bg@2x.png │ │ │ │ │ │ ├── iconselector_selection_bg@2x.png.meta │ │ │ │ │ │ ├── me_leftthumb_d.png │ │ │ │ │ │ ├── me_leftthumb_d.png.meta │ │ │ │ │ │ ├── me_leftthumb_prev_d.png │ │ │ │ │ │ ├── me_leftthumb_prev_d.png.meta │ │ │ │ │ │ ├── me_rightthumb_d.png │ │ │ │ │ │ ├── me_rightthumb_d.png.meta │ │ │ │ │ │ ├── me_trans_bg_d.png │ │ │ │ │ │ ├── me_trans_bg_d.png.meta │ │ │ │ │ │ ├── me_trans_cover_d.png │ │ │ │ │ │ ├── me_trans_cover_d.png.meta │ │ │ │ │ │ ├── me_trans_head_d.png │ │ │ │ │ │ ├── me_trans_head_d.png.meta │ │ │ │ │ │ ├── me_trans_heads_d.png │ │ │ │ │ │ ├── me_trans_heads_d.png.meta │ │ │ │ │ │ ├── me_trans_off2on_d.png │ │ │ │ │ │ ├── me_trans_off2on_d.png.meta │ │ │ │ │ │ ├── me_trans_offleft_d.png │ │ │ │ │ │ ├── me_trans_offleft_d.png.meta │ │ │ │ │ │ ├── me_trans_offright_d.png │ │ │ │ │ │ ├── me_trans_offright_d.png.meta │ │ │ │ │ │ ├── me_trans_on2off_d.png │ │ │ │ │ │ ├── me_trans_on2off_d.png.meta │ │ │ │ │ │ ├── me_trans_onleft_d.png │ │ │ │ │ │ ├── me_trans_onleft_d.png.meta │ │ │ │ │ │ ├── me_trans_onright_d.png │ │ │ │ │ │ ├── me_trans_onright_d.png.meta │ │ │ │ │ │ ├── me_trans_s_d.png │ │ │ │ │ │ ├── me_trans_s_d.png.meta │ │ │ │ │ │ ├── mini btn act.png │ │ │ │ │ │ ├── mini btn act.png.meta │ │ │ │ │ │ ├── mini btn act@2x.png │ │ │ │ │ │ ├── mini btn act@2x.png.meta │ │ │ │ │ │ ├── mini btn focus.png │ │ │ │ │ │ ├── mini btn focus.png.meta │ │ │ │ │ │ ├── mini btn left act.png │ │ │ │ │ │ ├── mini btn left act.png.meta │ │ │ │ │ │ ├── mini btn left act@2x.png │ │ │ │ │ │ ├── mini btn left act@2x.png.meta │ │ │ │ │ │ ├── mini btn left focus.png │ │ │ │ │ │ ├── mini btn left focus.png.meta │ │ │ │ │ │ ├── mini btn left on focus.png │ │ │ │ │ │ ├── mini btn left on focus.png.meta │ │ │ │ │ │ ├── mini btn left on.png │ │ │ │ │ │ ├── mini btn left on.png.meta │ │ │ │ │ │ ├── mini btn left on@2x.png │ │ │ │ │ │ ├── mini btn left on@2x.png.meta │ │ │ │ │ │ ├── mini btn left onact.png │ │ │ │ │ │ ├── mini btn left onact.png.meta │ │ │ │ │ │ ├── mini btn left onact@2x.png │ │ │ │ │ │ ├── mini btn left onact@2x.png.meta │ │ │ │ │ │ ├── mini btn left.png │ │ │ │ │ │ ├── mini btn left.png.meta │ │ │ │ │ │ ├── mini btn left@2x.png │ │ │ │ │ │ ├── mini btn left@2x.png.meta │ │ │ │ │ │ ├── mini btn mid act.png │ │ │ │ │ │ ├── mini btn mid act.png.meta │ │ │ │ │ │ ├── mini btn mid act@2x.png │ │ │ │ │ │ ├── mini btn mid act@2x.png.meta │ │ │ │ │ │ ├── mini btn mid focus.png │ │ │ │ │ │ ├── mini btn mid focus.png.meta │ │ │ │ │ │ ├── mini btn mid on focus.png │ │ │ │ │ │ ├── mini btn mid on focus.png.meta │ │ │ │ │ │ ├── mini btn mid on.png │ │ │ │ │ │ ├── mini btn mid on.png.meta │ │ │ │ │ │ ├── mini btn mid on@2x.png │ │ │ │ │ │ ├── mini btn mid on@2x.png.meta │ │ │ │ │ │ ├── mini btn mid onact.png │ │ │ │ │ │ ├── mini btn mid onact.png.meta │ │ │ │ │ │ ├── mini btn mid onact@2x.png │ │ │ │ │ │ ├── mini btn mid onact@2x.png.meta │ │ │ │ │ │ ├── mini btn mid.png │ │ │ │ │ │ ├── mini btn mid.png.meta │ │ │ │ │ │ ├── mini btn mid@2x.png │ │ │ │ │ │ ├── mini btn mid@2x.png.meta │ │ │ │ │ │ ├── mini btn on focus.png │ │ │ │ │ │ ├── mini btn on focus.png.meta │ │ │ │ │ │ ├── mini btn on.png │ │ │ │ │ │ ├── mini btn on.png.meta │ │ │ │ │ │ ├── mini btn on@2x.png │ │ │ │ │ │ ├── mini btn on@2x.png.meta │ │ │ │ │ │ ├── mini btn onact.png │ │ │ │ │ │ ├── mini btn onact.png.meta │ │ │ │ │ │ ├── mini btn onact@2x.png │ │ │ │ │ │ ├── mini btn onact@2x.png.meta │ │ │ │ │ │ ├── mini btn right act.png │ │ │ │ │ │ ├── mini btn right act.png.meta │ │ │ │ │ │ ├── mini btn right act@2x.png │ │ │ │ │ │ ├── mini btn right act@2x.png.meta │ │ │ │ │ │ ├── mini btn right focus.png │ │ │ │ │ │ ├── mini btn right focus.png.meta │ │ │ │ │ │ ├── mini btn right on focus.png │ │ │ │ │ │ ├── mini btn right on focus.png.meta │ │ │ │ │ │ ├── mini btn right on.png │ │ │ │ │ │ ├── mini btn right on.png.meta │ │ │ │ │ │ ├── mini btn right on@2x.png │ │ │ │ │ │ ├── mini btn right on@2x.png.meta │ │ │ │ │ │ ├── mini btn right onact.png │ │ │ │ │ │ ├── mini btn right onact.png.meta │ │ │ │ │ │ ├── mini btn right onact@2x.png │ │ │ │ │ │ ├── mini btn right onact@2x.png.meta │ │ │ │ │ │ ├── mini btn right.png │ │ │ │ │ │ ├── mini btn right.png.meta │ │ │ │ │ │ ├── mini btn right@2x.png │ │ │ │ │ │ ├── mini btn right@2x.png.meta │ │ │ │ │ │ ├── mini btn.png │ │ │ │ │ │ ├── mini btn.png.meta │ │ │ │ │ │ ├── mini btn@2x.png │ │ │ │ │ │ ├── mini btn@2x.png.meta │ │ │ │ │ │ ├── mini popup act.png │ │ │ │ │ │ ├── mini popup act.png.meta │ │ │ │ │ │ ├── mini popup act@2x.png │ │ │ │ │ │ ├── mini popup act@2x.png.meta │ │ │ │ │ │ ├── mini popup focus.png │ │ │ │ │ │ ├── mini popup focus.png.meta │ │ │ │ │ │ ├── mini popup focus@2x.png │ │ │ │ │ │ ├── mini popup focus@2x.png.meta │ │ │ │ │ │ ├── mini popup.png │ │ │ │ │ │ ├── mini popup.png.meta │ │ │ │ │ │ ├── mini popup@2x.png │ │ │ │ │ │ ├── mini popup@2x.png.meta │ │ │ │ │ │ ├── mini pulldown act.png │ │ │ │ │ │ ├── mini pulldown act.png.meta │ │ │ │ │ │ ├── mini pulldown act@2x.png │ │ │ │ │ │ ├── mini pulldown act@2x.png.meta │ │ │ │ │ │ ├── mini pulldown focus.png │ │ │ │ │ │ ├── mini pulldown focus.png.meta │ │ │ │ │ │ ├── mini pulldown focus@2x.png │ │ │ │ │ │ ├── mini pulldown focus@2x.png.meta │ │ │ │ │ │ ├── mini pulldown.png │ │ │ │ │ │ ├── mini pulldown.png.meta │ │ │ │ │ │ ├── mini pulldown@2x.png │ │ │ │ │ │ ├── mini pulldown@2x.png.meta │ │ │ │ │ │ ├── miniScrollerVertical.png │ │ │ │ │ │ ├── miniScrollerVertical.png.meta │ │ │ │ │ │ ├── miniminmaxsliderHorizontal.png │ │ │ │ │ │ ├── miniminmaxsliderHorizontal.png.meta │ │ │ │ │ │ ├── miniminmaxsliderHorizontal@2x.png │ │ │ │ │ │ ├── miniminmaxsliderHorizontal@2x.png.meta │ │ │ │ │ │ ├── miniminmaxsliderVertical.png │ │ │ │ │ │ ├── miniminmaxsliderVertical.png.meta │ │ │ │ │ │ ├── miniminmaxsliderVertical@2x.png │ │ │ │ │ │ ├── miniminmaxsliderVertical@2x.png.meta │ │ │ │ │ │ ├── miniscrollerhorizontal.png │ │ │ │ │ │ ├── miniscrollerhorizontal.png.meta │ │ │ │ │ │ ├── minmax slider thumb act.png │ │ │ │ │ │ ├── minmax slider thumb act.png.meta │ │ │ │ │ │ ├── minmax slider thumb act@2x.png │ │ │ │ │ │ ├── minmax slider thumb act@2x.png.meta │ │ │ │ │ │ ├── minmax slider thumb.png │ │ │ │ │ │ ├── minmax slider thumb.png.meta │ │ │ │ │ │ ├── minmax slider thumb@2x.png │ │ │ │ │ │ ├── minmax slider thumb@2x.png.meta │ │ │ │ │ │ ├── node0 hex on.png │ │ │ │ │ │ ├── node0 hex on.png.meta │ │ │ │ │ │ ├── node0 hex on@2x.png │ │ │ │ │ │ ├── node0 hex on@2x.png.meta │ │ │ │ │ │ ├── node0 hex.png │ │ │ │ │ │ ├── node0 hex.png.meta │ │ │ │ │ │ ├── node0 hex@2x.png │ │ │ │ │ │ ├── node0 hex@2x.png.meta │ │ │ │ │ │ ├── node0 on.png │ │ │ │ │ │ ├── node0 on.png.meta │ │ │ │ │ │ ├── node0 on@2x.png │ │ │ │ │ │ ├── node0 on@2x.png.meta │ │ │ │ │ │ ├── node0.png │ │ │ │ │ │ ├── node0.png.meta │ │ │ │ │ │ ├── node0@2x.png │ │ │ │ │ │ ├── node0@2x.png.meta │ │ │ │ │ │ ├── node1 hex on.png │ │ │ │ │ │ ├── node1 hex on.png.meta │ │ │ │ │ │ ├── node1 hex on@2x.png │ │ │ │ │ │ ├── node1 hex on@2x.png.meta │ │ │ │ │ │ ├── node1 hex.png │ │ │ │ │ │ ├── node1 hex.png.meta │ │ │ │ │ │ ├── node1 hex@2x.png │ │ │ │ │ │ ├── node1 hex@2x.png.meta │ │ │ │ │ │ ├── node1 on.png │ │ │ │ │ │ ├── node1 on.png.meta │ │ │ │ │ │ ├── node1 on@2x.png │ │ │ │ │ │ ├── node1 on@2x.png.meta │ │ │ │ │ │ ├── node1.png │ │ │ │ │ │ ├── node1.png.meta │ │ │ │ │ │ ├── node1@2x.png │ │ │ │ │ │ ├── node1@2x.png.meta │ │ │ │ │ │ ├── node2 hex on.png │ │ │ │ │ │ ├── node2 hex on.png.meta │ │ │ │ │ │ ├── node2 hex on@2x.png │ │ │ │ │ │ ├── node2 hex on@2x.png.meta │ │ │ │ │ │ ├── node2 hex.png │ │ │ │ │ │ ├── node2 hex.png.meta │ │ │ │ │ │ ├── node2 hex@2x.png │ │ │ │ │ │ ├── node2 hex@2x.png.meta │ │ │ │ │ │ ├── node2 on.png │ │ │ │ │ │ ├── node2 on.png.meta │ │ │ │ │ │ ├── node2 on@2x.png │ │ │ │ │ │ ├── node2 on@2x.png.meta │ │ │ │ │ │ ├── node2.png │ │ │ │ │ │ ├── node2.png.meta │ │ │ │ │ │ ├── node2@2x.png │ │ │ │ │ │ ├── node2@2x.png.meta │ │ │ │ │ │ ├── node3 hex on.png │ │ │ │ │ │ ├── node3 hex on.png.meta │ │ │ │ │ │ ├── node3 hex on@2x.png │ │ │ │ │ │ ├── node3 hex on@2x.png.meta │ │ │ │ │ │ ├── node3 hex.png │ │ │ │ │ │ ├── node3 hex.png.meta │ │ │ │ │ │ ├── node3 hex@2x.png │ │ │ │ │ │ ├── node3 hex@2x.png.meta │ │ │ │ │ │ ├── node3 on.png │ │ │ │ │ │ ├── node3 on.png.meta │ │ │ │ │ │ ├── node3 on@2x.png │ │ │ │ │ │ ├── node3 on@2x.png.meta │ │ │ │ │ │ ├── node3.png │ │ │ │ │ │ ├── node3.png.meta │ │ │ │ │ │ ├── node3@2x.png │ │ │ │ │ │ ├── node3@2x.png.meta │ │ │ │ │ │ ├── node4 hex on.png │ │ │ │ │ │ ├── node4 hex on.png.meta │ │ │ │ │ │ ├── node4 hex on@2x.png │ │ │ │ │ │ ├── node4 hex on@2x.png.meta │ │ │ │ │ │ ├── node4 hex.png │ │ │ │ │ │ ├── node4 hex.png.meta │ │ │ │ │ │ ├── node4 hex@2x.png │ │ │ │ │ │ ├── node4 hex@2x.png.meta │ │ │ │ │ │ ├── node4 on.png │ │ │ │ │ │ ├── node4 on.png.meta │ │ │ │ │ │ ├── node4 on@2x.png │ │ │ │ │ │ ├── node4 on@2x.png.meta │ │ │ │ │ │ ├── node4.png │ │ │ │ │ │ ├── node4.png.meta │ │ │ │ │ │ ├── node4@2x.png │ │ │ │ │ │ ├── node4@2x.png.meta │ │ │ │ │ │ ├── node5 hex on.png │ │ │ │ │ │ ├── node5 hex on.png.meta │ │ │ │ │ │ ├── node5 hex on@2x.png │ │ │ │ │ │ ├── node5 hex on@2x.png.meta │ │ │ │ │ │ ├── node5 hex.png │ │ │ │ │ │ ├── node5 hex.png.meta │ │ │ │ │ │ ├── node5 hex@2x.png │ │ │ │ │ │ ├── node5 hex@2x.png.meta │ │ │ │ │ │ ├── node5 on.png │ │ │ │ │ │ ├── node5 on.png.meta │ │ │ │ │ │ ├── node5 on@2x.png │ │ │ │ │ │ ├── node5 on@2x.png.meta │ │ │ │ │ │ ├── node5.png │ │ │ │ │ │ ├── node5.png.meta │ │ │ │ │ │ ├── node5@2x.png │ │ │ │ │ │ ├── node5@2x.png.meta │ │ │ │ │ │ ├── node6 hex on.png │ │ │ │ │ │ ├── node6 hex on.png.meta │ │ │ │ │ │ ├── node6 hex on@2x.png │ │ │ │ │ │ ├── node6 hex on@2x.png.meta │ │ │ │ │ │ ├── node6 hex.png │ │ │ │ │ │ ├── node6 hex.png.meta │ │ │ │ │ │ ├── node6 hex@2x.png │ │ │ │ │ │ ├── node6 hex@2x.png.meta │ │ │ │ │ │ ├── node6 on.png │ │ │ │ │ │ ├── node6 on.png.meta │ │ │ │ │ │ ├── node6 on@2x.png │ │ │ │ │ │ ├── node6 on@2x.png.meta │ │ │ │ │ │ ├── node6.png │ │ │ │ │ │ ├── node6.png.meta │ │ │ │ │ │ ├── node6@2x.png │ │ │ │ │ │ ├── node6@2x.png.meta │ │ │ │ │ │ ├── ol toggle act.png │ │ │ │ │ │ ├── ol toggle act.png.meta │ │ │ │ │ │ ├── ol toggle act@2x.png │ │ │ │ │ │ ├── ol toggle act@2x.png.meta │ │ │ │ │ │ ├── ol toggle mixed act.png │ │ │ │ │ │ ├── ol toggle mixed act.png.meta │ │ │ │ │ │ ├── ol toggle mixed act@2x.png │ │ │ │ │ │ ├── ol toggle mixed act@2x.png.meta │ │ │ │ │ │ ├── ol toggle mixed.png │ │ │ │ │ │ ├── ol toggle mixed.png.meta │ │ │ │ │ │ ├── ol toggle mixed@2x.png │ │ │ │ │ │ ├── ol toggle mixed@2x.png.meta │ │ │ │ │ │ ├── ol toggle on act.png │ │ │ │ │ │ ├── ol toggle on act.png.meta │ │ │ │ │ │ ├── ol toggle on act@2x.png │ │ │ │ │ │ ├── ol toggle on act@2x.png.meta │ │ │ │ │ │ ├── ol toggle on.png │ │ │ │ │ │ ├── ol toggle on.png.meta │ │ │ │ │ │ ├── ol toggle on@2x.png │ │ │ │ │ │ ├── ol toggle on@2x.png.meta │ │ │ │ │ │ ├── ol toggle.png │ │ │ │ │ │ ├── ol toggle.png.meta │ │ │ │ │ │ ├── ol toggle@2x.png │ │ │ │ │ │ ├── ol toggle@2x.png.meta │ │ │ │ │ │ ├── pane options.png │ │ │ │ │ │ ├── pane options.png.meta │ │ │ │ │ │ ├── pane options@2x.png │ │ │ │ │ │ ├── pane options@2x.png.meta │ │ │ │ │ │ ├── playtovalidate_pro.png │ │ │ │ │ │ ├── playtovalidate_pro.png.meta │ │ │ │ │ │ ├── popup act.png │ │ │ │ │ │ ├── popup act.png.meta │ │ │ │ │ │ ├── popup act@2x.png │ │ │ │ │ │ ├── popup act@2x.png.meta │ │ │ │ │ │ ├── popup.png │ │ │ │ │ │ ├── popup.png.meta │ │ │ │ │ │ ├── popup@2x.png │ │ │ │ │ │ ├── popup@2x.png.meta │ │ │ │ │ │ ├── progress front.png │ │ │ │ │ │ ├── progress front.png.meta │ │ │ │ │ │ ├── pulldown act.png │ │ │ │ │ │ ├── pulldown act.png.meta │ │ │ │ │ │ ├── pulldown act@2x.png │ │ │ │ │ │ ├── pulldown act@2x.png.meta │ │ │ │ │ │ ├── pulldown focus.png │ │ │ │ │ │ ├── pulldown focus.png.meta │ │ │ │ │ │ ├── pulldown focus@2x.png │ │ │ │ │ │ ├── pulldown focus@2x.png.meta │ │ │ │ │ │ ├── pulldown.png │ │ │ │ │ │ ├── pulldown.png.meta │ │ │ │ │ │ ├── pulldown@2x.png │ │ │ │ │ │ ├── pulldown@2x.png.meta │ │ │ │ │ │ ├── radio act.png │ │ │ │ │ │ ├── radio act.png.meta │ │ │ │ │ │ ├── radio act@2x.png │ │ │ │ │ │ ├── radio act@2x.png.meta │ │ │ │ │ │ ├── radio on act.png │ │ │ │ │ │ ├── radio on act.png.meta │ │ │ │ │ │ ├── radio on act@2x.png │ │ │ │ │ │ ├── radio on act@2x.png.meta │ │ │ │ │ │ ├── radio on.png │ │ │ │ │ │ ├── radio on.png.meta │ │ │ │ │ │ ├── radio on@2x.png │ │ │ │ │ │ ├── radio on@2x.png.meta │ │ │ │ │ │ ├── radio.png │ │ │ │ │ │ ├── radio.png.meta │ │ │ │ │ │ ├── radio@2x.png │ │ │ │ │ │ ├── radio@2x.png.meta │ │ │ │ │ │ ├── ro_selected_d.png │ │ │ │ │ │ ├── ro_selected_d.png.meta │ │ │ │ │ │ ├── ro_unselected_d.png │ │ │ │ │ │ ├── ro_unselected_d.png.meta │ │ │ │ │ │ ├── scroll horiz left act.png │ │ │ │ │ │ ├── scroll horiz left act.png.meta │ │ │ │ │ │ ├── scroll horiz left act@2x.png │ │ │ │ │ │ ├── scroll horiz left act@2x.png.meta │ │ │ │ │ │ ├── scroll horiz left.png │ │ │ │ │ │ ├── scroll horiz left.png.meta │ │ │ │ │ │ ├── scroll horiz left@2x.png │ │ │ │ │ │ ├── scroll horiz left@2x.png.meta │ │ │ │ │ │ ├── scroll horiz right act.png │ │ │ │ │ │ ├── scroll horiz right act.png.meta │ │ │ │ │ │ ├── scroll horiz right act@2x.png │ │ │ │ │ │ ├── scroll horiz right act@2x.png.meta │ │ │ │ │ │ ├── scroll horiz right.png │ │ │ │ │ │ ├── scroll horiz right.png.meta │ │ │ │ │ │ ├── scroll horiz right@2x.png │ │ │ │ │ │ ├── scroll horiz right@2x.png.meta │ │ │ │ │ │ ├── scroll horiz thumb.png │ │ │ │ │ │ ├── scroll horiz thumb.png.meta │ │ │ │ │ │ ├── scroll horiz thumb@2x.png │ │ │ │ │ │ ├── scroll horiz thumb@2x.png.meta │ │ │ │ │ │ ├── scroll horiz.png │ │ │ │ │ │ ├── scroll horiz.png.meta │ │ │ │ │ │ ├── scroll horiz@2x.png │ │ │ │ │ │ ├── scroll horiz@2x.png.meta │ │ │ │ │ │ ├── scroll vert down act.png │ │ │ │ │ │ ├── scroll vert down act.png.meta │ │ │ │ │ │ ├── scroll vert down act@2x.png │ │ │ │ │ │ ├── scroll vert down act@2x.png.meta │ │ │ │ │ │ ├── scroll vert down.png │ │ │ │ │ │ ├── scroll vert down.png.meta │ │ │ │ │ │ ├── scroll vert down@2x.png │ │ │ │ │ │ ├── scroll vert down@2x.png.meta │ │ │ │ │ │ ├── scroll vert thumb.png │ │ │ │ │ │ ├── scroll vert thumb.png.meta │ │ │ │ │ │ ├── scroll vert thumb@2x.png │ │ │ │ │ │ ├── scroll vert thumb@2x.png.meta │ │ │ │ │ │ ├── scroll vert up act.png │ │ │ │ │ │ ├── scroll vert up act.png.meta │ │ │ │ │ │ ├── scroll vert up act@2x.png │ │ │ │ │ │ ├── scroll vert up act@2x.png.meta │ │ │ │ │ │ ├── scroll vert up.png │ │ │ │ │ │ ├── scroll vert up.png.meta │ │ │ │ │ │ ├── scroll vert up@2x.png │ │ │ │ │ │ ├── scroll vert up@2x.png.meta │ │ │ │ │ │ ├── scroll vert.png │ │ │ │ │ │ ├── scroll vert.png.meta │ │ │ │ │ │ ├── scroll vert@2x.png │ │ │ │ │ │ ├── scroll vert@2x.png.meta │ │ │ │ │ │ ├── scrubber background.png │ │ │ │ │ │ ├── scrubber background.png.meta │ │ │ │ │ │ ├── scrubber button act.png │ │ │ │ │ │ ├── scrubber button act.png.meta │ │ │ │ │ │ ├── scrubber button.png │ │ │ │ │ │ ├── scrubber button.png.meta │ │ │ │ │ │ ├── search focused.png │ │ │ │ │ │ ├── search focused.png.meta │ │ │ │ │ │ ├── search focused@2x.png │ │ │ │ │ │ ├── search focused@2x.png.meta │ │ │ │ │ │ ├── search.png │ │ │ │ │ │ ├── search.png.meta │ │ │ │ │ │ ├── search@2x.png │ │ │ │ │ │ ├── search@2x.png.meta │ │ │ │ │ │ ├── searchCancelButton.png │ │ │ │ │ │ ├── searchCancelButton.png.meta │ │ │ │ │ │ ├── searchCancelButton@2x.png │ │ │ │ │ │ ├── searchCancelButton@2x.png.meta │ │ │ │ │ │ ├── searchCancelButtonActive.png │ │ │ │ │ │ ├── searchCancelButtonActive.png.meta │ │ │ │ │ │ ├── searchCancelButtonActive@2x.png │ │ │ │ │ │ ├── searchCancelButtonActive@2x.png.meta │ │ │ │ │ │ ├── searchCancelButtonOff.png │ │ │ │ │ │ ├── searchCancelButtonOff.png.meta │ │ │ │ │ │ ├── searchCancelButtonOff@2x.png │ │ │ │ │ │ ├── searchCancelButtonOff@2x.png.meta │ │ │ │ │ │ ├── selected.png │ │ │ │ │ │ ├── selected.png.meta │ │ │ │ │ │ ├── selected@2x.png │ │ │ │ │ │ ├── selected@2x.png.meta │ │ │ │ │ │ ├── selectionrect.png │ │ │ │ │ │ ├── selectionrect.png.meta │ │ │ │ │ │ ├── selectionrect@2x.png │ │ │ │ │ │ ├── selectionrect@2x.png.meta │ │ │ │ │ │ ├── slider horiz.png │ │ │ │ │ │ ├── slider horiz.png.meta │ │ │ │ │ │ ├── slider horiz@2x.png │ │ │ │ │ │ ├── slider horiz@2x.png.meta │ │ │ │ │ │ ├── slider thumb act.png │ │ │ │ │ │ ├── slider thumb act.png.meta │ │ │ │ │ │ ├── slider thumb act@2x.png │ │ │ │ │ │ ├── slider thumb act@2x.png.meta │ │ │ │ │ │ ├── slider thumb focus.png │ │ │ │ │ │ ├── slider thumb focus.png.meta │ │ │ │ │ │ ├── slider thumb focus@2x.png │ │ │ │ │ │ ├── slider thumb focus@2x.png.meta │ │ │ │ │ │ ├── slider thumb.png │ │ │ │ │ │ ├── slider thumb.png.meta │ │ │ │ │ │ ├── slider thumb@2x.png │ │ │ │ │ │ ├── slider thumb@2x.png.meta │ │ │ │ │ │ ├── slider vert.png │ │ │ │ │ │ ├── slider vert.png.meta │ │ │ │ │ │ ├── slider vert@2x.png │ │ │ │ │ │ ├── slider vert@2x.png.meta │ │ │ │ │ │ ├── stretchscroll horiz thumb.png │ │ │ │ │ │ ├── stretchscroll horiz thumb.png.meta │ │ │ │ │ │ ├── stretchscroll horiz thumb@2x.png │ │ │ │ │ │ ├── stretchscroll horiz thumb@2x.png.meta │ │ │ │ │ │ ├── stretchscroll vert thumb.png │ │ │ │ │ │ ├── stretchscroll vert thumb.png.meta │ │ │ │ │ │ ├── stretchscroll vert thumb@2x.png │ │ │ │ │ │ ├── stretchscroll vert thumb@2x.png.meta │ │ │ │ │ │ ├── tabbar on f.png │ │ │ │ │ │ ├── tabbar on f.png.meta │ │ │ │ │ │ ├── tabbar on f@2x.png │ │ │ │ │ │ ├── tabbar on f@2x.png.meta │ │ │ │ │ │ ├── tabbar on.png │ │ │ │ │ │ ├── tabbar on.png.meta │ │ │ │ │ │ ├── tabbar on@2x.png │ │ │ │ │ │ ├── tabbar on@2x.png.meta │ │ │ │ │ │ ├── toggle act.png │ │ │ │ │ │ ├── toggle act.png.meta │ │ │ │ │ │ ├── toggle act@2x.png │ │ │ │ │ │ ├── toggle act@2x.png.meta │ │ │ │ │ │ ├── toggle focus.png │ │ │ │ │ │ ├── toggle focus.png.meta │ │ │ │ │ │ ├── toggle focus@2x.png │ │ │ │ │ │ ├── toggle focus@2x.png.meta │ │ │ │ │ │ ├── toggle mixed act.png │ │ │ │ │ │ ├── toggle mixed act.png.meta │ │ │ │ │ │ ├── toggle mixed act@2x.png │ │ │ │ │ │ ├── toggle mixed act@2x.png.meta │ │ │ │ │ │ ├── toggle mixed focus.png │ │ │ │ │ │ ├── toggle mixed focus.png.meta │ │ │ │ │ │ ├── toggle mixed focus@2x.png │ │ │ │ │ │ ├── toggle mixed focus@2x.png.meta │ │ │ │ │ │ ├── toggle mixed.png │ │ │ │ │ │ ├── toggle mixed.png.meta │ │ │ │ │ │ ├── toggle mixed@2x.png │ │ │ │ │ │ ├── toggle mixed@2x.png.meta │ │ │ │ │ │ ├── toggle on act.png │ │ │ │ │ │ ├── toggle on act.png.meta │ │ │ │ │ │ ├── toggle on act@2x.png │ │ │ │ │ │ ├── toggle on act@2x.png.meta │ │ │ │ │ │ ├── toggle on focus.png │ │ │ │ │ │ ├── toggle on focus.png.meta │ │ │ │ │ │ ├── toggle on focus@2x.png │ │ │ │ │ │ ├── toggle on focus@2x.png.meta │ │ │ │ │ │ ├── toggle on.png │ │ │ │ │ │ ├── toggle on.png.meta │ │ │ │ │ │ ├── toggle on@2x.png │ │ │ │ │ │ ├── toggle on@2x.png.meta │ │ │ │ │ │ ├── toggle.png │ │ │ │ │ │ ├── toggle.png.meta │ │ │ │ │ │ ├── toggle@2x.png │ │ │ │ │ │ ├── toggle@2x.png.meta │ │ │ │ │ │ ├── toolbar back.png │ │ │ │ │ │ ├── toolbar back.png.meta │ │ │ │ │ │ ├── toolbar back@2x.png │ │ │ │ │ │ ├── toolbar back@2x.png.meta │ │ │ │ │ │ ├── toolbar button act on uie.png │ │ │ │ │ │ ├── toolbar button act on uie.png.meta │ │ │ │ │ │ ├── toolbar button act on uie@2x.png │ │ │ │ │ │ ├── toolbar button act on uie@2x.png.meta │ │ │ │ │ │ ├── toolbar button act on.png │ │ │ │ │ │ ├── toolbar button act on.png.meta │ │ │ │ │ │ ├── toolbar button act on@2x.png │ │ │ │ │ │ ├── toolbar button act on@2x.png.meta │ │ │ │ │ │ ├── toolbar button act uie.png │ │ │ │ │ │ ├── toolbar button act uie.png.meta │ │ │ │ │ │ ├── toolbar button act uie@2x.png │ │ │ │ │ │ ├── toolbar button act uie@2x.png.meta │ │ │ │ │ │ ├── toolbar button act.png │ │ │ │ │ │ ├── toolbar button act.png.meta │ │ │ │ │ │ ├── toolbar button act@2x.png │ │ │ │ │ │ ├── toolbar button act@2x.png.meta │ │ │ │ │ │ ├── toolbar button flat.png │ │ │ │ │ │ ├── toolbar button flat.png.meta │ │ │ │ │ │ ├── toolbar button on uie.png │ │ │ │ │ │ ├── toolbar button on uie.png.meta │ │ │ │ │ │ ├── toolbar button on uie@2x.png │ │ │ │ │ │ ├── toolbar button on uie@2x.png.meta │ │ │ │ │ │ ├── toolbar button on.png │ │ │ │ │ │ ├── toolbar button on.png.meta │ │ │ │ │ │ ├── toolbar button on@2x.png │ │ │ │ │ │ ├── toolbar button on@2x.png.meta │ │ │ │ │ │ ├── toolbar button uie.png │ │ │ │ │ │ ├── toolbar button uie.png.meta │ │ │ │ │ │ ├── toolbar button uie@2x.png │ │ │ │ │ │ ├── toolbar button uie@2x.png.meta │ │ │ │ │ │ ├── toolbar button.png │ │ │ │ │ │ ├── toolbar button.png.meta │ │ │ │ │ │ ├── toolbar button@2x.png │ │ │ │ │ │ ├── toolbar button@2x.png.meta │ │ │ │ │ │ ├── toolbar popup uie.png │ │ │ │ │ │ ├── toolbar popup uie.png.meta │ │ │ │ │ │ ├── toolbar popup uie@2x.png │ │ │ │ │ │ ├── toolbar popup uie@2x.png.meta │ │ │ │ │ │ ├── toolbar popup.png │ │ │ │ │ │ ├── toolbar popup.png.meta │ │ │ │ │ │ ├── toolbar popup@2x.png │ │ │ │ │ │ ├── toolbar popup@2x.png.meta │ │ │ │ │ │ ├── toolbar pulldown uie.png │ │ │ │ │ │ ├── toolbar pulldown uie.png.meta │ │ │ │ │ │ ├── toolbar pulldown uie@2x.png │ │ │ │ │ │ ├── toolbar pulldown uie@2x.png.meta │ │ │ │ │ │ ├── toolbar pulldown.png │ │ │ │ │ │ ├── toolbar pulldown.png.meta │ │ │ │ │ │ ├── toolbar pulldown@2x.png │ │ │ │ │ │ ├── toolbar pulldown@2x.png.meta │ │ │ │ │ │ ├── toolbarsearch focused.png │ │ │ │ │ │ ├── toolbarsearch focused.png.meta │ │ │ │ │ │ ├── toolbarsearch focused@2x.png │ │ │ │ │ │ ├── toolbarsearch focused@2x.png.meta │ │ │ │ │ │ ├── toolbarsearch.png │ │ │ │ │ │ ├── toolbarsearch.png.meta │ │ │ │ │ │ ├── toolbarsearch@2x.png │ │ │ │ │ │ ├── toolbarsearch@2x.png.meta │ │ │ │ │ │ ├── toolbarsearchCancelButton.png │ │ │ │ │ │ ├── toolbarsearchCancelButton.png.meta │ │ │ │ │ │ ├── toolbarsearchCancelButton@2x.png │ │ │ │ │ │ ├── toolbarsearchCancelButton@2x.png.meta │ │ │ │ │ │ ├── toolbarsearchCancelButtonActive.png │ │ │ │ │ │ ├── toolbarsearchCancelButtonActive.png.meta │ │ │ │ │ │ ├── toolbarsearchCancelButtonActive@2x.png │ │ │ │ │ │ ├── toolbarsearchCancelButtonActive@2x.png.meta │ │ │ │ │ │ ├── toolbarsearchCancelButtonOff.png │ │ │ │ │ │ ├── toolbarsearchCancelButtonOff.png.meta │ │ │ │ │ │ ├── toolbarsearchCancelButtonOff@2x.png │ │ │ │ │ │ ├── toolbarsearchCancelButtonOff@2x.png.meta │ │ │ │ │ │ ├── toolbarsearchpopup focused.png │ │ │ │ │ │ ├── toolbarsearchpopup focused.png.meta │ │ │ │ │ │ ├── toolbarsearchpopup focused@2x.png │ │ │ │ │ │ ├── toolbarsearchpopup focused@2x.png.meta │ │ │ │ │ │ ├── toolbarsearchpopup.png │ │ │ │ │ │ ├── toolbarsearchpopup.png.meta │ │ │ │ │ │ ├── toolbarsearchpopup@2x.png │ │ │ │ │ │ ├── toolbarsearchpopup@2x.png.meta │ │ │ │ │ │ ├── transparent.png │ │ │ │ │ │ ├── transparent.png.meta │ │ │ │ │ │ ├── transparent@2x.png │ │ │ │ │ │ ├── transparent@2x.png.meta │ │ │ │ │ │ ├── tree_node.png │ │ │ │ │ │ ├── tree_node.png.meta │ │ │ │ │ │ ├── tree_node@2x.png │ │ │ │ │ │ ├── tree_node@2x.png.meta │ │ │ │ │ │ ├── tree_node_selected.png │ │ │ │ │ │ ├── tree_node_selected.png.meta │ │ │ │ │ │ ├── tree_node_selected@2x.png │ │ │ │ │ │ ├── tree_node_selected@2x.png.meta │ │ │ │ │ │ ├── unselected.png │ │ │ │ │ │ ├── unselected.png.meta │ │ │ │ │ │ ├── unselected@2x.png │ │ │ │ │ │ ├── unselected@2x.png.meta │ │ │ │ │ │ ├── varpin on.png │ │ │ │ │ │ ├── varpin on.png.meta │ │ │ │ │ │ ├── varpin on@2x.png │ │ │ │ │ │ ├── varpin on@2x.png.meta │ │ │ │ │ │ ├── varpin tooltip.png │ │ │ │ │ │ ├── varpin tooltip.png.meta │ │ │ │ │ │ ├── varpin tooltip@2x.png │ │ │ │ │ │ ├── varpin tooltip@2x.png.meta │ │ │ │ │ │ ├── varpin.png │ │ │ │ │ │ ├── varpin.png.meta │ │ │ │ │ │ ├── varpin@2x.png │ │ │ │ │ │ ├── varpin@2x.png.meta │ │ │ │ │ │ ├── window back.png │ │ │ │ │ │ ├── window back.png.meta │ │ │ │ │ │ ├── window back@2x.png │ │ │ │ │ │ └── window back@2x.png.meta │ │ │ │ ├── Fonts.meta │ │ │ │ ├── Fonts │ │ │ │ │ ├── Cozette.meta │ │ │ │ │ └── Cozette │ │ │ │ │ │ ├── CozetteVector.ttf │ │ │ │ │ │ ├── CozetteVector.ttf.meta │ │ │ │ │ │ ├── LICENSE │ │ │ │ │ │ ├── LICENSE.meta │ │ │ │ │ │ ├── README.md │ │ │ │ │ │ └── README.md.meta │ │ │ │ ├── Previews.meta │ │ │ │ ├── Previews │ │ │ │ │ ├── Textures.meta │ │ │ │ │ └── Textures │ │ │ │ │ │ ├── textureChecker.png │ │ │ │ │ │ ├── textureChecker.png.meta │ │ │ │ │ │ ├── textureCheckerDark.png │ │ │ │ │ │ └── textureCheckerDark.png.meta │ │ │ │ ├── UIPackageResources.meta │ │ │ │ └── UIPackageResources │ │ │ │ │ ├── Images.meta │ │ │ │ │ └── Images │ │ │ │ │ ├── Gradient-Background.png │ │ │ │ │ ├── Gradient-Background.png.meta │ │ │ │ │ ├── IN_foldout.png │ │ │ │ │ ├── IN_foldout.png.meta │ │ │ │ │ ├── IN_foldout@2x.png │ │ │ │ │ ├── IN_foldout@2x.png.meta │ │ │ │ │ ├── IN_foldout_act.png │ │ │ │ │ ├── IN_foldout_act.png.meta │ │ │ │ │ ├── IN_foldout_act@2x.png │ │ │ │ │ ├── IN_foldout_act@2x.png.meta │ │ │ │ │ ├── IN_foldout_act_on.png │ │ │ │ │ ├── IN_foldout_act_on.png.meta │ │ │ │ │ ├── IN_foldout_act_on@2x.png │ │ │ │ │ ├── IN_foldout_act_on@2x.png.meta │ │ │ │ │ ├── IN_foldout_focus.png │ │ │ │ │ ├── IN_foldout_focus.png.meta │ │ │ │ │ ├── IN_foldout_focus@2x.png │ │ │ │ │ ├── IN_foldout_focus@2x.png.meta │ │ │ │ │ ├── IN_foldout_focus_on.png │ │ │ │ │ ├── IN_foldout_focus_on.png.meta │ │ │ │ │ ├── IN_foldout_focus_on@2x.png │ │ │ │ │ ├── IN_foldout_focus_on@2x.png.meta │ │ │ │ │ ├── IN_foldout_on.png │ │ │ │ │ ├── IN_foldout_on.png.meta │ │ │ │ │ ├── IN_foldout_on@2x.png │ │ │ │ │ ├── IN_foldout_on@2x.png.meta │ │ │ │ │ ├── Roboto-Regular.ttf │ │ │ │ │ ├── Roboto-Regular.ttf.meta │ │ │ │ │ ├── Vanilla.meta │ │ │ │ │ ├── Vanilla │ │ │ │ │ ├── Remove.png │ │ │ │ │ ├── Remove.png.meta │ │ │ │ │ ├── Remove@2x.png │ │ │ │ │ ├── Remove@2x.png.meta │ │ │ │ │ ├── Remove@4.png │ │ │ │ │ ├── Remove@4.png.meta │ │ │ │ │ ├── Remove@8.png │ │ │ │ │ ├── Remove@8.png.meta │ │ │ │ │ ├── arrow-down.png │ │ │ │ │ ├── arrow-down.png.meta │ │ │ │ │ ├── arrow-down@2x.png │ │ │ │ │ ├── arrow-down@2x.png.meta │ │ │ │ │ ├── arrow-left.png │ │ │ │ │ ├── arrow-left.png.meta │ │ │ │ │ ├── arrow-left@2x.png │ │ │ │ │ ├── arrow-left@2x.png.meta │ │ │ │ │ ├── arrow-right.png │ │ │ │ │ ├── arrow-right.png.meta │ │ │ │ │ ├── arrow-right@2x.png │ │ │ │ │ ├── arrow-right@2x.png.meta │ │ │ │ │ ├── arrow-up.png │ │ │ │ │ ├── arrow-up.png.meta │ │ │ │ │ ├── arrow-up@2x.png │ │ │ │ │ ├── arrow-up@2x.png.meta │ │ │ │ │ ├── check-dash.png │ │ │ │ │ ├── check-dash.png.meta │ │ │ │ │ ├── check-dash@2x.png │ │ │ │ │ ├── check-dash@2x.png.meta │ │ │ │ │ ├── check.png │ │ │ │ │ ├── check.png.meta │ │ │ │ │ ├── check@2x.png │ │ │ │ │ ├── check@2x.png.meta │ │ │ │ │ ├── dropdown-arrow.png │ │ │ │ │ ├── dropdown-arrow.png.meta │ │ │ │ │ ├── dropdown-arrow@2x.png │ │ │ │ │ └── dropdown-arrow@2x.png.meta │ │ │ │ │ ├── addmore.png │ │ │ │ │ ├── addmore.png.meta │ │ │ │ │ ├── addmore@2x.png │ │ │ │ │ ├── addmore@2x.png.meta │ │ │ │ │ ├── breadcrump_left.png │ │ │ │ │ ├── breadcrump_left.png.meta │ │ │ │ │ ├── breadcrump_left@2x.png │ │ │ │ │ ├── breadcrump_left@2x.png.meta │ │ │ │ │ ├── breadcrump_left_act.png │ │ │ │ │ ├── breadcrump_left_act.png.meta │ │ │ │ │ ├── breadcrump_left_act@2x.png │ │ │ │ │ ├── breadcrump_left_act@2x.png.meta │ │ │ │ │ ├── breadcrump_mid.png │ │ │ │ │ ├── breadcrump_mid.png.meta │ │ │ │ │ ├── breadcrump_mid@2x.png │ │ │ │ │ ├── breadcrump_mid@2x.png.meta │ │ │ │ │ ├── breadcrump_mid_act.png │ │ │ │ │ ├── breadcrump_mid_act.png.meta │ │ │ │ │ ├── breadcrump_mid_act@2x.png │ │ │ │ │ ├── breadcrump_mid_act@2x.png.meta │ │ │ │ │ ├── checkmark.png │ │ │ │ │ ├── checkmark.png.meta │ │ │ │ │ ├── clear.png │ │ │ │ │ ├── clear.png.meta │ │ │ │ │ ├── clear@2x.png │ │ │ │ │ ├── clear@2x.png.meta │ │ │ │ │ ├── clear_uielements.png │ │ │ │ │ ├── clear_uielements.png.meta │ │ │ │ │ ├── clear_uielements@2x.png │ │ │ │ │ ├── clear_uielements@2x.png.meta │ │ │ │ │ ├── close.png │ │ │ │ │ ├── close.png.meta │ │ │ │ │ ├── close@2x.png │ │ │ │ │ ├── close@2x.png.meta │ │ │ │ │ ├── color_picker.png │ │ │ │ │ ├── color_picker.png.meta │ │ │ │ │ ├── color_picker@2x.png │ │ │ │ │ ├── color_picker@2x.png.meta │ │ │ │ │ ├── colorpickerbox.png │ │ │ │ │ ├── colorpickerbox.png.meta │ │ │ │ │ ├── colorpickerboxfocused.png │ │ │ │ │ ├── colorpickerboxfocused.png.meta │ │ │ │ │ ├── completed_task.png │ │ │ │ │ ├── completed_task.png.meta │ │ │ │ │ ├── completed_task@2x.png │ │ │ │ │ ├── completed_task@2x.png.meta │ │ │ │ │ ├── console.erroricon.png │ │ │ │ │ ├── console.erroricon.png.meta │ │ │ │ │ ├── console.erroricon@2x.png │ │ │ │ │ ├── console.erroricon@2x.png.meta │ │ │ │ │ ├── console.infoicon.png │ │ │ │ │ ├── console.infoicon.png.meta │ │ │ │ │ ├── console.infoicon@2x.png │ │ │ │ │ ├── console.infoicon@2x.png.meta │ │ │ │ │ ├── console.warnicon.png │ │ │ │ │ ├── console.warnicon.png.meta │ │ │ │ │ ├── console.warnicon@2x.png │ │ │ │ │ ├── console.warnicon@2x.png.meta │ │ │ │ │ ├── d_IN_foldout.png │ │ │ │ │ ├── d_IN_foldout.png.meta │ │ │ │ │ ├── d_IN_foldout@2x.png │ │ │ │ │ ├── d_IN_foldout@2x.png.meta │ │ │ │ │ ├── d_IN_foldout_act.png │ │ │ │ │ ├── d_IN_foldout_act.png.meta │ │ │ │ │ ├── d_IN_foldout_act@2x.png │ │ │ │ │ ├── d_IN_foldout_act@2x.png.meta │ │ │ │ │ ├── d_IN_foldout_act_on.png │ │ │ │ │ ├── d_IN_foldout_act_on.png.meta │ │ │ │ │ ├── d_IN_foldout_act_on@2x.png │ │ │ │ │ ├── d_IN_foldout_act_on@2x.png.meta │ │ │ │ │ ├── d_IN_foldout_focus.png │ │ │ │ │ ├── d_IN_foldout_focus.png.meta │ │ │ │ │ ├── d_IN_foldout_focus@2x.png │ │ │ │ │ ├── d_IN_foldout_focus@2x.png.meta │ │ │ │ │ ├── d_IN_foldout_focus_on.png │ │ │ │ │ ├── d_IN_foldout_focus_on.png.meta │ │ │ │ │ ├── d_IN_foldout_focus_on@2x.png │ │ │ │ │ ├── d_IN_foldout_focus_on@2x.png.meta │ │ │ │ │ ├── d_IN_foldout_on.png │ │ │ │ │ ├── d_IN_foldout_on.png.meta │ │ │ │ │ ├── d_IN_foldout_on@2x.png │ │ │ │ │ ├── d_IN_foldout_on@2x.png.meta │ │ │ │ │ ├── d_addmore.png │ │ │ │ │ ├── d_addmore.png.meta │ │ │ │ │ ├── d_addmore@2x.png │ │ │ │ │ ├── d_addmore@2x.png.meta │ │ │ │ │ ├── d_breadcrump_left.png │ │ │ │ │ ├── d_breadcrump_left.png.meta │ │ │ │ │ ├── d_breadcrump_left@2x.png │ │ │ │ │ ├── d_breadcrump_left@2x.png.meta │ │ │ │ │ ├── d_breadcrump_left_act.png │ │ │ │ │ ├── d_breadcrump_left_act.png.meta │ │ │ │ │ ├── d_breadcrump_left_act@2x.png │ │ │ │ │ ├── d_breadcrump_left_act@2x.png.meta │ │ │ │ │ ├── d_breadcrump_mid.png │ │ │ │ │ ├── d_breadcrump_mid.png.meta │ │ │ │ │ ├── d_breadcrump_mid@2x.png │ │ │ │ │ ├── d_breadcrump_mid@2x.png.meta │ │ │ │ │ ├── d_breadcrump_mid_act.png │ │ │ │ │ ├── d_breadcrump_mid_act.png.meta │ │ │ │ │ ├── d_breadcrump_mid_act@2x.png │ │ │ │ │ ├── d_breadcrump_mid_act@2x.png.meta │ │ │ │ │ ├── d_checkmark.png │ │ │ │ │ ├── d_checkmark.png.meta │ │ │ │ │ ├── d_clear.png │ │ │ │ │ ├── d_clear.png.meta │ │ │ │ │ ├── d_clear@2x.png │ │ │ │ │ ├── d_clear@2x.png.meta │ │ │ │ │ ├── d_clear_uielements.png │ │ │ │ │ ├── d_clear_uielements.png.meta │ │ │ │ │ ├── d_clear_uielements@2x.png │ │ │ │ │ ├── d_clear_uielements@2x.png.meta │ │ │ │ │ ├── d_color_picker.png │ │ │ │ │ ├── d_color_picker.png.meta │ │ │ │ │ ├── d_color_picker@2x.png │ │ │ │ │ ├── d_color_picker@2x.png.meta │ │ │ │ │ ├── d_console.erroricon.png │ │ │ │ │ ├── d_console.erroricon.png.meta │ │ │ │ │ ├── d_console.erroricon@2x.png │ │ │ │ │ ├── d_console.erroricon@2x.png.meta │ │ │ │ │ ├── d_console.infoicon.png │ │ │ │ │ ├── d_console.infoicon.png.meta │ │ │ │ │ ├── d_console.infoicon@2x.png │ │ │ │ │ ├── d_console.infoicon@2x.png.meta │ │ │ │ │ ├── d_console.warnicon.png │ │ │ │ │ ├── d_console.warnicon.png.meta │ │ │ │ │ ├── d_console.warnicon@2x.png │ │ │ │ │ ├── d_console.warnicon@2x.png.meta │ │ │ │ │ ├── d_dropdown.png │ │ │ │ │ ├── d_dropdown.png.meta │ │ │ │ │ ├── d_dropdown@2x.png │ │ │ │ │ ├── d_dropdown@2x.png.meta │ │ │ │ │ ├── d_dropdown_toggle.png │ │ │ │ │ ├── d_dropdown_toggle.png.meta │ │ │ │ │ ├── d_dropdown_toggle@2x.png │ │ │ │ │ ├── d_dropdown_toggle@2x.png.meta │ │ │ │ │ ├── d_dropdown_uielements.png │ │ │ │ │ ├── d_dropdown_uielements.png.meta │ │ │ │ │ ├── d_dropdown_uielements@2x.png │ │ │ │ │ ├── d_dropdown_uielements@2x.png.meta │ │ │ │ │ ├── d_ol_minus.png │ │ │ │ │ ├── d_ol_minus.png.meta │ │ │ │ │ ├── d_ol_minus@2x.png │ │ │ │ │ ├── d_ol_minus@2x.png.meta │ │ │ │ │ ├── d_ol_minus_act.png │ │ │ │ │ ├── d_ol_minus_act.png.meta │ │ │ │ │ ├── d_ol_minus_act@2x.png │ │ │ │ │ ├── d_ol_minus_act@2x.png.meta │ │ │ │ │ ├── d_ol_plus.png │ │ │ │ │ ├── d_ol_plus.png.meta │ │ │ │ │ ├── d_ol_plus@2x.png │ │ │ │ │ ├── d_ol_plus@2x.png.meta │ │ │ │ │ ├── d_ol_plus_act.png │ │ │ │ │ ├── d_ol_plus_act.png.meta │ │ │ │ │ ├── d_ol_plus_act@2x.png │ │ │ │ │ ├── d_ol_plus_act@2x.png.meta │ │ │ │ │ ├── d_pick.png │ │ │ │ │ ├── d_pick.png.meta │ │ │ │ │ ├── d_pick@2x.png │ │ │ │ │ ├── d_pick@2x.png.meta │ │ │ │ │ ├── d_pick_uielements.png │ │ │ │ │ ├── d_pick_uielements.png.meta │ │ │ │ │ ├── d_pick_uielements@2x.png │ │ │ │ │ ├── d_pick_uielements@2x.png.meta │ │ │ │ │ ├── d_pulldown.png │ │ │ │ │ ├── d_pulldown.png.meta │ │ │ │ │ ├── d_pulldown@2x.png │ │ │ │ │ ├── d_pulldown@2x.png.meta │ │ │ │ │ ├── d_pulldown_uielements.png │ │ │ │ │ ├── d_pulldown_uielements.png.meta │ │ │ │ │ ├── d_remove.png │ │ │ │ │ ├── d_remove.png.meta │ │ │ │ │ ├── d_remove@2x.png │ │ │ │ │ ├── d_remove@2x.png.meta │ │ │ │ │ ├── d_resizer.png │ │ │ │ │ ├── d_resizer.png.meta │ │ │ │ │ ├── d_resizer@2x.png │ │ │ │ │ ├── d_resizer@2x.png.meta │ │ │ │ │ ├── d_resizer_hover.png │ │ │ │ │ ├── d_resizer_hover.png.meta │ │ │ │ │ ├── d_resizer_hover@2x.png │ │ │ │ │ ├── d_resizer_hover@2x.png.meta │ │ │ │ │ ├── d_scrolldown.png │ │ │ │ │ ├── d_scrolldown.png.meta │ │ │ │ │ ├── d_scrolldown@2x.png │ │ │ │ │ ├── d_scrolldown@2x.png.meta │ │ │ │ │ ├── d_scrolldown_uielements.png │ │ │ │ │ ├── d_scrolldown_uielements.png.meta │ │ │ │ │ ├── d_scrolldown_uielements@2x.png │ │ │ │ │ ├── d_scrolldown_uielements@2x.png.meta │ │ │ │ │ ├── d_scrollleft.png │ │ │ │ │ ├── d_scrollleft.png.meta │ │ │ │ │ ├── d_scrollleft@2x.png │ │ │ │ │ ├── d_scrollleft@2x.png.meta │ │ │ │ │ ├── d_scrollleft_uielements.png │ │ │ │ │ ├── d_scrollleft_uielements.png.meta │ │ │ │ │ ├── d_scrollleft_uielements@2x.png │ │ │ │ │ ├── d_scrollleft_uielements@2x.png.meta │ │ │ │ │ ├── d_scrollright.png │ │ │ │ │ ├── d_scrollright.png.meta │ │ │ │ │ ├── d_scrollright@2x.png │ │ │ │ │ ├── d_scrollright@2x.png.meta │ │ │ │ │ ├── d_scrollright_uielements.png │ │ │ │ │ ├── d_scrollright_uielements.png.meta │ │ │ │ │ ├── d_scrollright_uielements@2x.png │ │ │ │ │ ├── d_scrollright_uielements@2x.png.meta │ │ │ │ │ ├── d_scrollup.png │ │ │ │ │ ├── d_scrollup.png.meta │ │ │ │ │ ├── d_scrollup@2x.png │ │ │ │ │ ├── d_scrollup@2x.png.meta │ │ │ │ │ ├── d_scrollup_uielements.png │ │ │ │ │ ├── d_scrollup_uielements.png.meta │ │ │ │ │ ├── d_scrollup_uielements@2x.png │ │ │ │ │ ├── d_scrollup_uielements@2x.png.meta │ │ │ │ │ ├── d_search_icon.png │ │ │ │ │ ├── d_search_icon.png.meta │ │ │ │ │ ├── d_search_icon@2x.png │ │ │ │ │ ├── d_search_icon@2x.png.meta │ │ │ │ │ ├── d_search_menu.png │ │ │ │ │ ├── d_search_menu.png.meta │ │ │ │ │ ├── d_search_menu@2x.png │ │ │ │ │ ├── d_search_menu@2x.png.meta │ │ │ │ │ ├── d_toggle_bg.png │ │ │ │ │ ├── d_toggle_bg.png.meta │ │ │ │ │ ├── d_toggle_bg@2x.png │ │ │ │ │ ├── d_toggle_bg@2x.png.meta │ │ │ │ │ ├── d_toggle_bg_focus.png │ │ │ │ │ ├── d_toggle_bg_focus.png.meta │ │ │ │ │ ├── d_toggle_bg_focus@2x.png │ │ │ │ │ ├── d_toggle_bg_focus@2x.png.meta │ │ │ │ │ ├── d_toggle_bg_hover.png │ │ │ │ │ ├── d_toggle_bg_hover.png.meta │ │ │ │ │ ├── d_toggle_bg_hover@2x.png │ │ │ │ │ ├── d_toggle_bg_hover@2x.png.meta │ │ │ │ │ ├── d_toggle_mixed_bg.png │ │ │ │ │ ├── d_toggle_mixed_bg.png.meta │ │ │ │ │ ├── d_toggle_mixed_bg@2x.png │ │ │ │ │ ├── d_toggle_mixed_bg@2x.png.meta │ │ │ │ │ ├── d_toggle_mixed_bg_focus.png │ │ │ │ │ ├── d_toggle_mixed_bg_focus.png.meta │ │ │ │ │ ├── d_toggle_mixed_bg_focus@2x.png │ │ │ │ │ ├── d_toggle_mixed_bg_focus@2x.png.meta │ │ │ │ │ ├── d_toggle_mixed_bg_hover.png │ │ │ │ │ ├── d_toggle_mixed_bg_hover.png.meta │ │ │ │ │ ├── d_toggle_mixed_bg_hover@2x.png │ │ │ │ │ ├── d_toggle_mixed_bg_hover@2x.png.meta │ │ │ │ │ ├── d_toggle_on.png │ │ │ │ │ ├── d_toggle_on.png.meta │ │ │ │ │ ├── d_toggle_on@2x.png │ │ │ │ │ ├── d_toggle_on@2x.png.meta │ │ │ │ │ ├── d_toggle_on_focus.png │ │ │ │ │ ├── d_toggle_on_focus.png.meta │ │ │ │ │ ├── d_toggle_on_focus@2x.png │ │ │ │ │ ├── d_toggle_on_focus@2x.png.meta │ │ │ │ │ ├── d_toggle_on_hover.png │ │ │ │ │ ├── d_toggle_on_hover.png.meta │ │ │ │ │ ├── d_toggle_on_hover@2x.png │ │ │ │ │ ├── d_toggle_on_hover@2x.png.meta │ │ │ │ │ ├── dropdown.png │ │ │ │ │ ├── dropdown.png.meta │ │ │ │ │ ├── dropdown@2x.png │ │ │ │ │ ├── dropdown@2x.png.meta │ │ │ │ │ ├── dropdown_toggle.png │ │ │ │ │ ├── dropdown_toggle.png.meta │ │ │ │ │ ├── dropdown_toggle@2x.png │ │ │ │ │ ├── dropdown_toggle@2x.png.meta │ │ │ │ │ ├── dropdown_uielements.png │ │ │ │ │ ├── dropdown_uielements.png.meta │ │ │ │ │ ├── dropdown_uielements@2x.png │ │ │ │ │ ├── dropdown_uielements@2x.png.meta │ │ │ │ │ ├── minmax slider thumb act.png │ │ │ │ │ ├── minmax slider thumb act.png.meta │ │ │ │ │ ├── minmax slider thumb.png │ │ │ │ │ ├── minmax slider thumb.png.meta │ │ │ │ │ ├── ol_minus.png │ │ │ │ │ ├── ol_minus.png.meta │ │ │ │ │ ├── ol_minus@2x.png │ │ │ │ │ ├── ol_minus@2x.png.meta │ │ │ │ │ ├── ol_minus_act.png │ │ │ │ │ ├── ol_minus_act.png.meta │ │ │ │ │ ├── ol_minus_act@2x.png │ │ │ │ │ ├── ol_minus_act@2x.png.meta │ │ │ │ │ ├── ol_plus.png │ │ │ │ │ ├── ol_plus.png.meta │ │ │ │ │ ├── ol_plus@2x.png │ │ │ │ │ ├── ol_plus@2x.png.meta │ │ │ │ │ ├── ol_plus_act.png │ │ │ │ │ ├── ol_plus_act.png.meta │ │ │ │ │ ├── ol_plus_act@2x.png │ │ │ │ │ ├── ol_plus_act@2x.png.meta │ │ │ │ │ ├── pick.png │ │ │ │ │ ├── pick.png.meta │ │ │ │ │ ├── pick@2x.png │ │ │ │ │ ├── pick@2x.png.meta │ │ │ │ │ ├── pick_uielements.png │ │ │ │ │ ├── pick_uielements.png.meta │ │ │ │ │ ├── pick_uielements@2x.png │ │ │ │ │ ├── pick_uielements@2x.png.meta │ │ │ │ │ ├── pulldown.png │ │ │ │ │ ├── pulldown.png.meta │ │ │ │ │ ├── pulldown@2x.png │ │ │ │ │ ├── pulldown@2x.png.meta │ │ │ │ │ ├── pulldown_uielements.png │ │ │ │ │ ├── pulldown_uielements.png.meta │ │ │ │ │ ├── remove.png │ │ │ │ │ ├── remove.png.meta │ │ │ │ │ ├── remove@2x.png │ │ │ │ │ ├── remove@2x.png.meta │ │ │ │ │ ├── resizer.png │ │ │ │ │ ├── resizer.png.meta │ │ │ │ │ ├── resizer@2x.png │ │ │ │ │ ├── resizer@2x.png.meta │ │ │ │ │ ├── scrolldown.png │ │ │ │ │ ├── scrolldown.png.meta │ │ │ │ │ ├── scrolldown@2x.png │ │ │ │ │ ├── scrolldown@2x.png.meta │ │ │ │ │ ├── scrolldown_uielements.png │ │ │ │ │ ├── scrolldown_uielements.png.meta │ │ │ │ │ ├── scrolldown_uielements@2x.png │ │ │ │ │ ├── scrolldown_uielements@2x.png.meta │ │ │ │ │ ├── scrollleft.png │ │ │ │ │ ├── scrollleft.png.meta │ │ │ │ │ ├── scrollleft@2x.png │ │ │ │ │ ├── scrollleft@2x.png.meta │ │ │ │ │ ├── scrollleft_uielements.png │ │ │ │ │ ├── scrollleft_uielements.png.meta │ │ │ │ │ ├── scrollleft_uielements@2x.png │ │ │ │ │ ├── scrollleft_uielements@2x.png.meta │ │ │ │ │ ├── scrollright.png │ │ │ │ │ ├── scrollright.png.meta │ │ │ │ │ ├── scrollright@2x.png │ │ │ │ │ ├── scrollright@2x.png.meta │ │ │ │ │ ├── scrollright_uielements.png │ │ │ │ │ ├── scrollright_uielements.png.meta │ │ │ │ │ ├── scrollright_uielements@2x.png │ │ │ │ │ ├── scrollright_uielements@2x.png.meta │ │ │ │ │ ├── scrollup.png │ │ │ │ │ ├── scrollup.png.meta │ │ │ │ │ ├── scrollup@2x.png │ │ │ │ │ ├── scrollup@2x.png.meta │ │ │ │ │ ├── scrollup_uielements.png │ │ │ │ │ ├── scrollup_uielements.png.meta │ │ │ │ │ ├── scrollup_uielements@2x.png │ │ │ │ │ ├── scrollup_uielements@2x.png.meta │ │ │ │ │ ├── search_icon.png │ │ │ │ │ ├── search_icon.png.meta │ │ │ │ │ ├── search_icon@2x.png │ │ │ │ │ ├── search_icon@2x.png.meta │ │ │ │ │ ├── search_icon_uielements.png │ │ │ │ │ ├── search_icon_uielements.png.meta │ │ │ │ │ ├── search_menu.png │ │ │ │ │ ├── search_menu.png.meta │ │ │ │ │ ├── search_menu@2x.png │ │ │ │ │ ├── search_menu@2x.png.meta │ │ │ │ │ ├── search_menu_uielements.png │ │ │ │ │ ├── search_menu_uielements.png.meta │ │ │ │ │ ├── toggle_bg.png │ │ │ │ │ ├── toggle_bg.png.meta │ │ │ │ │ ├── toggle_bg@2x.png │ │ │ │ │ ├── toggle_bg@2x.png.meta │ │ │ │ │ ├── toggle_bg_focus.png │ │ │ │ │ ├── toggle_bg_focus.png.meta │ │ │ │ │ ├── toggle_bg_focus@2x.png │ │ │ │ │ ├── toggle_bg_focus@2x.png.meta │ │ │ │ │ ├── toggle_bg_hover.png │ │ │ │ │ ├── toggle_bg_hover.png.meta │ │ │ │ │ ├── toggle_bg_hover@2x.png │ │ │ │ │ ├── toggle_bg_hover@2x.png.meta │ │ │ │ │ ├── toggle_mixed_bg.png │ │ │ │ │ ├── toggle_mixed_bg.png.meta │ │ │ │ │ ├── toggle_mixed_bg@2x.png │ │ │ │ │ ├── toggle_mixed_bg@2x.png.meta │ │ │ │ │ ├── toggle_mixed_bg_focus.png │ │ │ │ │ ├── toggle_mixed_bg_focus.png.meta │ │ │ │ │ ├── toggle_mixed_bg_focus@2x.png │ │ │ │ │ ├── toggle_mixed_bg_focus@2x.png.meta │ │ │ │ │ ├── toggle_mixed_bg_hover.png │ │ │ │ │ ├── toggle_mixed_bg_hover.png.meta │ │ │ │ │ ├── toggle_mixed_bg_hover@2x.png │ │ │ │ │ ├── toggle_mixed_bg_hover@2x.png.meta │ │ │ │ │ ├── toggle_on.png │ │ │ │ │ ├── toggle_on.png.meta │ │ │ │ │ ├── toggle_on@2x.png │ │ │ │ │ ├── toggle_on@2x.png.meta │ │ │ │ │ ├── toggle_on_focus.png │ │ │ │ │ ├── toggle_on_focus.png.meta │ │ │ │ │ ├── toggle_on_focus@2x.png │ │ │ │ │ ├── toggle_on_focus@2x.png.meta │ │ │ │ │ ├── toggle_on_hover.png │ │ │ │ │ ├── toggle_on_hover.png.meta │ │ │ │ │ ├── toggle_on_hover@2x.png │ │ │ │ │ └── toggle_on_hover@2x.png.meta │ │ │ ├── Sandbox.meta │ │ │ ├── Sandbox.unity │ │ │ ├── Sandbox.unity.meta │ │ │ ├── Sandbox │ │ │ │ ├── Scripts.meta │ │ │ │ ├── Scripts │ │ │ │ │ ├── CameraManipulator.cs │ │ │ │ │ ├── CameraManipulator.cs.meta │ │ │ │ │ ├── IShapeColorProvider.cs │ │ │ │ │ ├── IShapeColorProvider.cs.meta │ │ │ │ │ ├── SandboxManager.cs │ │ │ │ │ ├── SandboxManager.cs.meta │ │ │ │ │ ├── SandboxUtility.cs │ │ │ │ │ ├── SandboxUtility.cs.meta │ │ │ │ │ ├── SceneManifest.cs │ │ │ │ │ └── SceneManifest.cs.meta │ │ │ │ ├── UI.meta │ │ │ │ └── UI │ │ │ │ │ ├── ControlsMenu.meta │ │ │ │ │ ├── ControlsMenu │ │ │ │ │ ├── ControlsMenu.cs │ │ │ │ │ ├── ControlsMenu.cs.meta │ │ │ │ │ ├── ControlsMenu.uxml │ │ │ │ │ └── ControlsMenu.uxml.meta │ │ │ │ │ ├── DebugMenu.meta │ │ │ │ │ ├── DebugMenu │ │ │ │ │ ├── DebugView.cs │ │ │ │ │ ├── DebugView.cs.meta │ │ │ │ │ ├── DebugView.uxml │ │ │ │ │ └── DebugView.uxml.meta │ │ │ │ │ ├── MainMenu.meta │ │ │ │ │ ├── MainMenu │ │ │ │ │ ├── MainMenu.uxml │ │ │ │ │ └── MainMenu.uxml.meta │ │ │ │ │ ├── PanelSettings.asset │ │ │ │ │ ├── PanelSettings.asset.meta │ │ │ │ │ ├── ShortcutsView.meta │ │ │ │ │ ├── ShortcutsView │ │ │ │ │ ├── ShortcutsView.cs │ │ │ │ │ ├── ShortcutsView.cs.meta │ │ │ │ │ ├── ShortcutsView.uxml │ │ │ │ │ └── ShortcutsView.uxml.meta │ │ │ │ │ ├── Styling.meta │ │ │ │ │ └── Styling │ │ │ │ │ ├── DefaultDark.tss │ │ │ │ │ ├── DefaultDark.tss.meta │ │ │ │ │ ├── SandboxStyleOverrides.uss │ │ │ │ │ └── SandboxStyleOverrides.uss.meta │ │ │ ├── Scenes.meta │ │ │ ├── Scenes │ │ │ │ ├── Batching.meta │ │ │ │ ├── Batching │ │ │ │ │ ├── Boids.meta │ │ │ │ │ ├── Boids │ │ │ │ │ │ ├── Boids.cs │ │ │ │ │ │ ├── Boids.cs.meta │ │ │ │ │ │ ├── Boids.unity │ │ │ │ │ │ ├── Boids.unity.meta │ │ │ │ │ │ ├── BoidsMenu.uxml │ │ │ │ │ │ └── BoidsMenu.uxml.meta │ │ │ │ │ ├── Queries.meta │ │ │ │ │ ├── Queries │ │ │ │ │ │ ├── Queries.cs │ │ │ │ │ │ ├── Queries.cs.meta │ │ │ │ │ │ ├── Queries.unity │ │ │ │ │ │ ├── Queries.unity.meta │ │ │ │ │ │ ├── QueriesMenu.uxml │ │ │ │ │ │ └── QueriesMenu.uxml.meta │ │ │ │ │ ├── Shooter.meta │ │ │ │ │ └── Shooter │ │ │ │ │ │ ├── Shooter.cs │ │ │ │ │ │ ├── Shooter.cs.meta │ │ │ │ │ │ ├── Shooter.unity │ │ │ │ │ │ ├── Shooter.unity.meta │ │ │ │ │ │ ├── ShooterMenu.uxml │ │ │ │ │ │ └── ShooterMenu.uxml.meta │ │ │ │ ├── Benchmark.meta │ │ │ │ ├── Benchmark │ │ │ │ │ ├── Barrel.meta │ │ │ │ │ ├── Barrel │ │ │ │ │ │ ├── Barrel.cs │ │ │ │ │ │ ├── Barrel.cs.meta │ │ │ │ │ │ ├── Barrel.unity │ │ │ │ │ │ ├── Barrel.unity.meta │ │ │ │ │ │ ├── BarrelMenu.uxml │ │ │ │ │ │ └── BarrelMenu.uxml.meta │ │ │ │ │ ├── Capacity.meta │ │ │ │ │ ├── Capacity │ │ │ │ │ │ ├── Capacity.cs │ │ │ │ │ │ ├── Capacity.cs.meta │ │ │ │ │ │ ├── Capacity.unity │ │ │ │ │ │ ├── Capacity.unity.meta │ │ │ │ │ │ ├── CapacityMenu.uxml │ │ │ │ │ │ └── CapacityMenu.uxml.meta │ │ │ │ │ ├── Drawing.meta │ │ │ │ │ ├── Drawing │ │ │ │ │ │ ├── Drawing.cs │ │ │ │ │ │ ├── Drawing.cs.meta │ │ │ │ │ │ ├── Drawing.unity │ │ │ │ │ │ ├── Drawing.unity.meta │ │ │ │ │ │ ├── DrawingMenu.uxml │ │ │ │ │ │ └── DrawingMenu.uxml.meta │ │ │ │ │ ├── Funnel.meta │ │ │ │ │ ├── Funnel │ │ │ │ │ │ ├── Funnel.cs │ │ │ │ │ │ ├── Funnel.cs.meta │ │ │ │ │ │ ├── Funnel.unity │ │ │ │ │ │ ├── Funnel.unity.meta │ │ │ │ │ │ ├── FunnellMenu.uxml │ │ │ │ │ │ └── FunnellMenu.uxml.meta │ │ │ │ │ ├── JointGrid.meta │ │ │ │ │ ├── JointGrid │ │ │ │ │ │ ├── JointGrid.cs │ │ │ │ │ │ ├── JointGrid.cs.meta │ │ │ │ │ │ ├── JointGrid.unity │ │ │ │ │ │ ├── JointGrid.unity.meta │ │ │ │ │ │ ├── JointGridMenu.uxml │ │ │ │ │ │ └── JointGridMenu.uxml.meta │ │ │ │ │ ├── LargeCompound.meta │ │ │ │ │ ├── LargeCompound │ │ │ │ │ │ ├── LargeCompound.cs │ │ │ │ │ │ ├── LargeCompound.cs.meta │ │ │ │ │ │ ├── LargeCompound.unity │ │ │ │ │ │ ├── LargeCompound.unity.meta │ │ │ │ │ │ ├── LargeCompoundMenu.uxml │ │ │ │ │ │ └── LargeCompoundMenu.uxml.meta │ │ │ │ │ ├── LargeKinematic.meta │ │ │ │ │ ├── LargeKinematic │ │ │ │ │ │ ├── LargeKinematic.cs │ │ │ │ │ │ ├── LargeKinematic.cs.meta │ │ │ │ │ │ ├── LargeKinematic.unity │ │ │ │ │ │ ├── LargeKinematic.unity.meta │ │ │ │ │ │ ├── LargeKinematicMenu.uxml │ │ │ │ │ │ └── LargeKinematicMenu.uxml.meta │ │ │ │ │ ├── LargePyramid.meta │ │ │ │ │ ├── LargePyramid │ │ │ │ │ │ ├── LargePyramid.cs │ │ │ │ │ │ ├── LargePyramid.cs.meta │ │ │ │ │ │ ├── LargePyramid.unity │ │ │ │ │ │ ├── LargePyramid.unity.meta │ │ │ │ │ │ ├── LargePyramidMenu.uxml │ │ │ │ │ │ └── LargePyramidMenu.uxml.meta │ │ │ │ │ ├── LargeWorld.meta │ │ │ │ │ ├── LargeWorld │ │ │ │ │ │ ├── LargeWorld.cs │ │ │ │ │ │ ├── LargeWorld.cs.meta │ │ │ │ │ │ ├── LargeWorld.unity │ │ │ │ │ │ ├── LargeWorld.unity.meta │ │ │ │ │ │ ├── LargeWorldMenu.uxml │ │ │ │ │ │ └── LargeWorldMenu.uxml.meta │ │ │ │ │ ├── ManyTumblers.meta │ │ │ │ │ ├── ManyTumblers │ │ │ │ │ │ ├── ManyTumblers.cs │ │ │ │ │ │ ├── ManyTumblers.cs.meta │ │ │ │ │ │ ├── ManyTumblers.unity │ │ │ │ │ │ ├── ManyTumblers.unity.meta │ │ │ │ │ │ ├── ManyTumblersMenu.uxml │ │ │ │ │ │ └── ManyTumblersMenu.uxml.meta │ │ │ │ │ ├── Smash.meta │ │ │ │ │ ├── Smash │ │ │ │ │ │ ├── Smash.cs │ │ │ │ │ │ ├── Smash.cs.meta │ │ │ │ │ │ ├── Smash.unity │ │ │ │ │ │ ├── Smash.unity.meta │ │ │ │ │ │ ├── SmashMenu.uxml │ │ │ │ │ │ └── SmashMenu.uxml.meta │ │ │ │ │ ├── Spinner.meta │ │ │ │ │ ├── Spinner │ │ │ │ │ │ ├── Spinner.cs │ │ │ │ │ │ ├── Spinner.cs.meta │ │ │ │ │ │ ├── Spinner.unity │ │ │ │ │ │ ├── Spinner.unity.meta │ │ │ │ │ │ ├── SpinnerMenu.uxml │ │ │ │ │ │ └── SpinnerMenu.uxml.meta │ │ │ │ │ ├── Triggers.meta │ │ │ │ │ ├── Triggers │ │ │ │ │ │ ├── Triggers.cs │ │ │ │ │ │ ├── Triggers.cs.meta │ │ │ │ │ │ ├── Triggers.unity │ │ │ │ │ │ ├── Triggers.unity.meta │ │ │ │ │ │ ├── TriggersMenu.uxml │ │ │ │ │ │ └── TriggersMenu.uxml.meta │ │ │ │ │ ├── Tumbler.meta │ │ │ │ │ ├── Tumbler │ │ │ │ │ │ ├── Tumbler.cs │ │ │ │ │ │ ├── Tumbler.cs.meta │ │ │ │ │ │ ├── Tumbler.unity │ │ │ │ │ │ ├── Tumbler.unity.meta │ │ │ │ │ │ ├── TumblerMenu.uxml │ │ │ │ │ │ └── TumblerMenu.uxml.meta │ │ │ │ │ ├── Washer.meta │ │ │ │ │ └── Washer │ │ │ │ │ │ ├── Washer.cs │ │ │ │ │ │ ├── Washer.cs.meta │ │ │ │ │ │ ├── Washer.unity │ │ │ │ │ │ ├── Washer.unity.meta │ │ │ │ │ │ ├── WasherMenu.uxml │ │ │ │ │ │ └── WasherMenu.uxml.meta │ │ │ │ ├── Collision.meta │ │ │ │ ├── Collision │ │ │ │ │ ├── BounceHouse.meta │ │ │ │ │ ├── BounceHouse │ │ │ │ │ │ ├── BounceHouse.cs │ │ │ │ │ │ ├── BounceHouse.cs.meta │ │ │ │ │ │ ├── BounceHouse.unity │ │ │ │ │ │ ├── BounceHouse.unity.meta │ │ │ │ │ │ ├── BounceHouseMenu.uxml │ │ │ │ │ │ └── BounceHouseMenu.uxml.meta │ │ │ │ │ ├── BounceRagdolls.meta │ │ │ │ │ ├── BounceRagdolls │ │ │ │ │ │ ├── BounceRagdolls.cs │ │ │ │ │ │ ├── BounceRagdolls.cs.meta │ │ │ │ │ │ ├── BounceRagdolls.unity │ │ │ │ │ │ ├── BounceRagdolls.unity.meta │ │ │ │ │ │ ├── BounceRagdollsMenu.uxml │ │ │ │ │ │ └── BounceRagdollsMenu.uxml.meta │ │ │ │ │ ├── CharacterMover.meta │ │ │ │ │ ├── CharacterMover │ │ │ │ │ │ ├── CharacterMover.cs │ │ │ │ │ │ ├── CharacterMover.cs.meta │ │ │ │ │ │ ├── CharacterMover.unity │ │ │ │ │ │ ├── CharacterMover.unity.meta │ │ │ │ │ │ ├── CharacterMoverMenu.uxml │ │ │ │ │ │ └── CharacterMoverMenu.uxml.meta │ │ │ │ │ ├── ContactManifold.meta │ │ │ │ │ ├── ContactManifold │ │ │ │ │ │ ├── ContactManifold.cs │ │ │ │ │ │ ├── ContactManifold.cs.meta │ │ │ │ │ │ ├── ContactManifold.unity │ │ │ │ │ │ ├── ContactManifold.unity.meta │ │ │ │ │ │ ├── ContactManifoldMenu.uxml │ │ │ │ │ │ └── ContactManifoldMenu.uxml.meta │ │ │ │ │ ├── Determinism.meta │ │ │ │ │ └── Determinism │ │ │ │ │ │ ├── Determinism.cs │ │ │ │ │ │ ├── Determinism.cs.meta │ │ │ │ │ │ ├── Determinism.unity │ │ │ │ │ │ ├── Determinism.unity.meta │ │ │ │ │ │ ├── DeterminismMenu.uxml │ │ │ │ │ │ └── DeterminismMenu.uxml.meta │ │ │ │ ├── Custom.meta │ │ │ │ ├── Custom │ │ │ │ │ ├── Custom.cs │ │ │ │ │ ├── Custom.cs.meta │ │ │ │ │ ├── Custom.unity │ │ │ │ │ ├── Custom.unity.meta │ │ │ │ │ ├── CustomMenu.uxml │ │ │ │ │ └── CustomMenu.uxml.meta │ │ │ │ ├── Joints.meta │ │ │ │ ├── Joints │ │ │ │ │ ├── BallAndChain.meta │ │ │ │ │ ├── BallAndChain │ │ │ │ │ │ ├── BallAndChain.cs │ │ │ │ │ │ ├── BallAndChain.cs.meta │ │ │ │ │ │ ├── BallAndChain.unity │ │ │ │ │ │ ├── BallAndChain.unity.meta │ │ │ │ │ │ ├── BallAndChainMenu.uxml │ │ │ │ │ │ └── BallAndChainMenu.uxml.meta │ │ │ │ │ ├── DistanceJoint.meta │ │ │ │ │ ├── DistanceJoint │ │ │ │ │ │ ├── DistanceJoint.cs │ │ │ │ │ │ ├── DistanceJoint.cs.meta │ │ │ │ │ │ ├── DistanceJoint.unity │ │ │ │ │ │ ├── DistanceJoint.unity.meta │ │ │ │ │ │ ├── DistanceJointMenu.uxml │ │ │ │ │ │ └── DistanceJointMenu.uxml.meta │ │ │ │ │ ├── Doohickey.meta │ │ │ │ │ ├── Doohickey │ │ │ │ │ │ ├── Doohickey.cs │ │ │ │ │ │ ├── Doohickey.cs.meta │ │ │ │ │ │ ├── Doohickey.unity │ │ │ │ │ │ ├── Doohickey.unity.meta │ │ │ │ │ │ ├── DoohickeyMenu.uxml │ │ │ │ │ │ └── DoohickeyMenu.uxml.meta │ │ │ │ │ ├── Driving.meta │ │ │ │ │ ├── Driving │ │ │ │ │ │ ├── Driving.cs │ │ │ │ │ │ ├── Driving.cs.meta │ │ │ │ │ │ ├── Driving.unity │ │ │ │ │ │ ├── Driving.unity.meta │ │ │ │ │ │ ├── DrivingMenu.uxml │ │ │ │ │ │ └── DrivingMenu.uxml.meta │ │ │ │ │ ├── GearLift.meta │ │ │ │ │ ├── GearLift │ │ │ │ │ │ ├── GearLift.cs │ │ │ │ │ │ ├── GearLift.cs.meta │ │ │ │ │ │ ├── GearLift.unity │ │ │ │ │ │ ├── GearLift.unity.meta │ │ │ │ │ │ ├── GearLiftMenu.uxml │ │ │ │ │ │ └── GearLiftMenu.uxml.meta │ │ │ │ │ ├── IgnoreJoint.meta │ │ │ │ │ ├── IgnoreJoint │ │ │ │ │ │ ├── IgnoreJoint.cs │ │ │ │ │ │ ├── IgnoreJoint.cs.meta │ │ │ │ │ │ ├── IgnoreJoint.unity │ │ │ │ │ │ ├── IgnoreJoint.unity.meta │ │ │ │ │ │ ├── IgnoreJointMenu.uxml │ │ │ │ │ │ └── IgnoreJointMenu.uxml.meta │ │ │ │ │ ├── ScaleRagdoll.meta │ │ │ │ │ ├── ScaleRagdoll │ │ │ │ │ │ ├── ScaleRagdoll.cs │ │ │ │ │ │ ├── ScaleRagdoll.cs.meta │ │ │ │ │ │ ├── ScaleRagdoll.unity │ │ │ │ │ │ ├── ScaleRagdoll.unity.meta │ │ │ │ │ │ ├── ScaleRagdollMenu.uxml │ │ │ │ │ │ └── ScaleRagdollMenu.uxml.meta │ │ │ │ │ ├── ScissorLift.meta │ │ │ │ │ ├── ScissorLift │ │ │ │ │ │ ├── ScissorLift.cs │ │ │ │ │ │ ├── ScissorLift.cs.meta │ │ │ │ │ │ ├── ScissorLift.unity │ │ │ │ │ │ ├── ScissorLift.unity.meta │ │ │ │ │ │ ├── ScissorLiftMenu.uxml │ │ │ │ │ │ └── ScissorLiftMenu.uxml.meta │ │ │ │ │ ├── SliderJoint.meta │ │ │ │ │ ├── SliderJoint │ │ │ │ │ │ ├── SliderJoint.cs │ │ │ │ │ │ ├── SliderJoint.cs.meta │ │ │ │ │ │ ├── SliderJoint.unity │ │ │ │ │ │ ├── SliderJoint.unity.meta │ │ │ │ │ │ ├── SliderJointMenu.uxml │ │ │ │ │ │ └── SliderJointMenu.uxml.meta │ │ │ │ │ ├── SoftBody.meta │ │ │ │ │ ├── SoftBody │ │ │ │ │ │ ├── SoftBody.cs │ │ │ │ │ │ ├── SoftBody.cs.meta │ │ │ │ │ │ ├── SoftBody.unity │ │ │ │ │ │ ├── SoftBody.unity.meta │ │ │ │ │ │ ├── SoftBodyMenu.uxml │ │ │ │ │ │ └── SoftBodyMenu.uxml.meta │ │ │ │ │ ├── TopDownFriction.meta │ │ │ │ │ ├── TopDownFriction │ │ │ │ │ │ ├── TopDownFriction.cs │ │ │ │ │ │ ├── TopDownFriction.cs.meta │ │ │ │ │ │ ├── TopDownFriction.unity │ │ │ │ │ │ ├── TopDownFriction.unity.meta │ │ │ │ │ │ ├── TopDownFrictionMenu.uxml │ │ │ │ │ │ └── TopDownFrictionMenu.uxml.meta │ │ │ │ │ ├── UserJoint.meta │ │ │ │ │ ├── UserJoint │ │ │ │ │ │ ├── UserJoint.cs │ │ │ │ │ │ ├── UserJoint.cs.meta │ │ │ │ │ │ ├── UserJoint.unity │ │ │ │ │ │ ├── UserJoint.unity.meta │ │ │ │ │ │ ├── UserJointMenu.uxml │ │ │ │ │ │ └── UserJointMenu.uxml.meta │ │ │ │ │ ├── WheelJoint.meta │ │ │ │ │ └── WheelJoint │ │ │ │ │ │ ├── WheelJoint.cs │ │ │ │ │ │ ├── WheelJoint.cs.meta │ │ │ │ │ │ ├── WheelJoint.unity │ │ │ │ │ │ ├── WheelJoint.unity.meta │ │ │ │ │ │ ├── WheelJointMenu.uxml │ │ │ │ │ │ └── WheelJointMenu.uxml.meta │ │ │ │ ├── Shapes.meta │ │ │ │ ├── Shapes │ │ │ │ │ ├── Bounciness.meta │ │ │ │ │ ├── Bounciness │ │ │ │ │ │ ├── Bounciness.cs │ │ │ │ │ │ ├── Bounciness.cs.meta │ │ │ │ │ │ ├── Bounciness.unity │ │ │ │ │ │ ├── Bounciness.unity.meta │ │ │ │ │ │ ├── BouncinessMenu.uxml │ │ │ │ │ │ └── BouncinessMenu.uxml.meta │ │ │ │ │ ├── ChainShape.meta │ │ │ │ │ ├── ChainShape │ │ │ │ │ │ ├── ChainShape.cs │ │ │ │ │ │ ├── ChainShape.cs.meta │ │ │ │ │ │ ├── ChainShape.unity │ │ │ │ │ │ ├── ChainShape.unity.meta │ │ │ │ │ │ ├── ChainShapeMenu.uxml │ │ │ │ │ │ └── ChainShapeMenu.uxml.meta │ │ │ │ │ ├── Compound.meta │ │ │ │ │ ├── Compound │ │ │ │ │ │ ├── Compound.cs │ │ │ │ │ │ ├── Compound.cs.meta │ │ │ │ │ │ ├── Compound.unity │ │ │ │ │ │ ├── Compound.unity.meta │ │ │ │ │ │ ├── CompoundMenu.uxml │ │ │ │ │ │ └── CompoundMenu.uxml.meta │ │ │ │ │ ├── ConveyorBelt.meta │ │ │ │ │ ├── ConveyorBelt │ │ │ │ │ │ ├── ConveyorBelt.cs │ │ │ │ │ │ ├── ConveyorBelt.cs.meta │ │ │ │ │ │ ├── ConveyorBelt.unity │ │ │ │ │ │ ├── ConveyorBelt.unity.meta │ │ │ │ │ │ ├── ConveyorBeltMenu.uxml │ │ │ │ │ │ └── ConveyorBeltMenu.uxml.meta │ │ │ │ │ ├── CustomFilter.meta │ │ │ │ │ ├── CustomFilter │ │ │ │ │ │ ├── CustomFilter.cs │ │ │ │ │ │ ├── CustomFilter.cs.meta │ │ │ │ │ │ ├── CustomFilter.unity │ │ │ │ │ │ ├── CustomFilter.unity.meta │ │ │ │ │ │ ├── CustomFilterMenu.uxml │ │ │ │ │ │ └── CustomFilterMenu.uxml.meta │ │ │ │ │ ├── EllipsePolygons.meta │ │ │ │ │ ├── EllipsePolygons │ │ │ │ │ │ ├── EllipsePolygons.cs │ │ │ │ │ │ ├── EllipsePolygons.cs.meta │ │ │ │ │ │ ├── EllipsePolygons.unity │ │ │ │ │ │ ├── EllipsePolygons.unity.meta │ │ │ │ │ │ ├── EllipsePolygonsMenu.uxml │ │ │ │ │ │ └── EllipsePolygonsMenu.uxml.meta │ │ │ │ │ ├── Fragmenting.meta │ │ │ │ │ ├── Fragmenting │ │ │ │ │ │ ├── Fragmenting.cs │ │ │ │ │ │ ├── Fragmenting.cs.meta │ │ │ │ │ │ ├── Fragmenting.unity │ │ │ │ │ │ ├── Fragmenting.unity.meta │ │ │ │ │ │ ├── FragmentingMenu.uxml │ │ │ │ │ │ └── FragmentingMenu.uxml.meta │ │ │ │ │ ├── Friction.meta │ │ │ │ │ ├── Friction │ │ │ │ │ │ ├── Friction.cs │ │ │ │ │ │ ├── Friction.cs.meta │ │ │ │ │ │ ├── Friction.unity │ │ │ │ │ │ ├── Friction.unity.meta │ │ │ │ │ │ ├── FrictionMenu.uxml │ │ │ │ │ │ └── FrictionMenu.uxml.meta │ │ │ │ │ ├── GeometryIslands.meta │ │ │ │ │ ├── GeometryIslands │ │ │ │ │ │ ├── GeometryIslands.cs │ │ │ │ │ │ ├── GeometryIslands.cs.meta │ │ │ │ │ │ ├── GeometryIslands.unity │ │ │ │ │ │ ├── GeometryIslands.unity.meta │ │ │ │ │ │ ├── GeometryIslandsMenu.uxml │ │ │ │ │ │ └── GeometryIslandsMenu.uxml.meta │ │ │ │ │ ├── ModifyGeometry.meta │ │ │ │ │ ├── ModifyGeometry │ │ │ │ │ │ ├── ModifyGeometry.cs │ │ │ │ │ │ ├── ModifyGeometry.cs.meta │ │ │ │ │ │ ├── ModifyGeometry.unity │ │ │ │ │ │ ├── ModifyGeometry.unity.meta │ │ │ │ │ │ ├── ModifyGeometryMenu.uxml │ │ │ │ │ │ └── ModifyGeometryMenu.uxml.meta │ │ │ │ │ ├── RollingResistance.meta │ │ │ │ │ ├── RollingResistance │ │ │ │ │ │ ├── RollingResistance.cs │ │ │ │ │ │ ├── RollingResistance.cs.meta │ │ │ │ │ │ ├── RollingResistance.unity │ │ │ │ │ │ ├── RollingResistance.unity.meta │ │ │ │ │ │ ├── RollingResistanceMenu.uxml │ │ │ │ │ │ └── RollingResistanceMenu.uxml.meta │ │ │ │ │ ├── RoundedPolygons.meta │ │ │ │ │ ├── RoundedPolygons │ │ │ │ │ │ ├── RoundedPolygons.cs │ │ │ │ │ │ ├── RoundedPolygons.cs.meta │ │ │ │ │ │ ├── RoundedPolygons.unity │ │ │ │ │ │ ├── RoundedPolygons.unity.meta │ │ │ │ │ │ ├── RoundedPolygonsMenu.uxml │ │ │ │ │ │ └── RoundedPolygonsMenu.uxml.meta │ │ │ │ │ ├── Slicing.meta │ │ │ │ │ ├── Slicing │ │ │ │ │ │ ├── Slicing.cs │ │ │ │ │ │ ├── Slicing.cs.meta │ │ │ │ │ │ ├── Slicing.unity │ │ │ │ │ │ ├── Slicing.unity.meta │ │ │ │ │ │ ├── SlicingMenu.uxml │ │ │ │ │ │ └── SlicingMenu.uxml.meta │ │ │ │ │ ├── SpriteDestruction.meta │ │ │ │ │ ├── SpriteDestruction │ │ │ │ │ │ ├── SpriteDestruction.cs │ │ │ │ │ │ ├── SpriteDestruction.cs.meta │ │ │ │ │ │ ├── SpriteDestruction.unity │ │ │ │ │ │ ├── SpriteDestruction.unity.meta │ │ │ │ │ │ ├── SpriteDestructionBatch.cs │ │ │ │ │ │ ├── SpriteDestructionBatch.cs.meta │ │ │ │ │ │ ├── SpriteDestructionMenu.uxml │ │ │ │ │ │ └── SpriteDestructionMenu.uxml.meta │ │ │ │ │ ├── Wind.meta │ │ │ │ │ └── Wind │ │ │ │ │ │ ├── Wind.cs │ │ │ │ │ │ ├── Wind.cs.meta │ │ │ │ │ │ ├── Wind.unity │ │ │ │ │ │ ├── Wind.unity.meta │ │ │ │ │ │ ├── WindMenu.uxml │ │ │ │ │ │ └── WindMenu.uxml.meta │ │ │ │ ├── Stacking.meta │ │ │ │ └── Stacking │ │ │ │ │ ├── Arch.meta │ │ │ │ │ ├── Arch │ │ │ │ │ ├── Arch.cs │ │ │ │ │ ├── Arch.cs.meta │ │ │ │ │ ├── Arch.unity │ │ │ │ │ ├── Arch.unity.meta │ │ │ │ │ ├── ArchMenu.uxml │ │ │ │ │ └── ArchMenu.uxml.meta │ │ │ │ │ ├── CardHouse.meta │ │ │ │ │ ├── CardHouse │ │ │ │ │ ├── CardHouse.cs │ │ │ │ │ ├── CardHouse.cs.meta │ │ │ │ │ ├── CardHouse.unity │ │ │ │ │ ├── CardHouse.unity.meta │ │ │ │ │ ├── CardHouseMenu.uxml │ │ │ │ │ └── CardHouseMenu.uxml.meta │ │ │ │ │ ├── Confined.meta │ │ │ │ │ ├── Confined │ │ │ │ │ ├── Confined.cs │ │ │ │ │ ├── Confined.cs.meta │ │ │ │ │ ├── Confined.unity │ │ │ │ │ ├── Confined.unity.meta │ │ │ │ │ ├── ConfinedMenu.uxml │ │ │ │ │ └── ConfinedMenu.uxml.meta │ │ │ │ │ ├── DoubleDomino.meta │ │ │ │ │ ├── DoubleDomino │ │ │ │ │ ├── DoubleDomino.cs │ │ │ │ │ ├── DoubleDomino.cs.meta │ │ │ │ │ ├── DoubleDomino.unity │ │ │ │ │ ├── DoubleDomino.unity.meta │ │ │ │ │ ├── DoubleDominoMenu.uxml │ │ │ │ │ └── DoubleDominoMenu.uxml.meta │ │ │ │ │ ├── ShapeStack.meta │ │ │ │ │ └── ShapeStack │ │ │ │ │ ├── ShapeStack.cs │ │ │ │ │ ├── ShapeStack.cs.meta │ │ │ │ │ ├── ShapeStack.unity │ │ │ │ │ ├── ShapeStack.unity.meta │ │ │ │ │ ├── ShapeStackMenu.uxml │ │ │ │ │ └── ShapeStackMenu.uxml.meta │ │ │ ├── Scripts.meta │ │ │ ├── Scripts │ │ │ │ ├── CarFactory.cs │ │ │ │ ├── CarFactory.cs.meta │ │ │ │ ├── DoohickeyFactory.cs │ │ │ │ ├── DoohickeyFactory.cs.meta │ │ │ │ ├── GearComponent.cs │ │ │ │ ├── GearComponent.cs.meta │ │ │ │ ├── GearFactory.cs │ │ │ │ ├── GearFactory.cs.meta │ │ │ │ ├── RagdollFactory.cs │ │ │ │ ├── RagdollFactory.cs.meta │ │ │ │ ├── SoftbodyFactory.cs │ │ │ │ └── SoftbodyFactory.cs.meta │ │ │ ├── Settings.meta │ │ │ ├── Settings │ │ │ │ ├── InputSystem.inputsettings.asset │ │ │ │ ├── InputSystem.inputsettings.asset.meta │ │ │ │ ├── Physics LowLevel Settings 2D.asset │ │ │ │ └── Physics LowLevel Settings 2D.asset.meta │ │ │ ├── Sprites.meta │ │ │ ├── Sprites │ │ │ │ ├── box2d-logo.pdn │ │ │ │ ├── box2d-logo.pdn.meta │ │ │ │ ├── box2d-logo.png │ │ │ │ ├── box2d-logo.png.meta │ │ │ │ ├── checker-dark.png │ │ │ │ ├── checker-dark.png.meta │ │ │ │ ├── checker-light.png │ │ │ │ └── checker-light.png.meta │ │ │ ├── URP.meta │ │ │ ├── URP │ │ │ │ ├── DefaultVolumeProfile.asset │ │ │ │ ├── DefaultVolumeProfile.asset.meta │ │ │ │ ├── Universal Render Pipeline Asset.asset │ │ │ │ ├── Universal Render Pipeline Asset.asset.meta │ │ │ │ ├── Universal Render Pipeline Asset_Renderer.asset │ │ │ │ ├── Universal Render Pipeline Asset_Renderer.asset.meta │ │ │ │ ├── UniversalRenderPipelineGlobalSettings.asset │ │ │ │ └── UniversalRenderPipelineGlobalSettings.asset.meta │ │ │ ├── Visuals.meta │ │ │ └── Visuals │ │ │ │ ├── Materials.meta │ │ │ │ ├── Materials │ │ │ │ ├── BuildingMaterial.mat │ │ │ │ └── BuildingMaterial.mat.meta │ │ │ │ ├── Sprites.meta │ │ │ │ └── Sprites │ │ │ │ ├── Building.png │ │ │ │ ├── Building.png.meta │ │ │ │ ├── box2d-logo.pdn │ │ │ │ ├── box2d-logo.pdn.meta │ │ │ │ ├── box2d-logo.png │ │ │ │ ├── box2d-logo.png.meta │ │ │ │ ├── checker-dark.png │ │ │ │ ├── checker-dark.png.meta │ │ │ │ ├── checker-light.png │ │ │ │ └── checker-light.png.meta │ │ ├── LICENSE.md │ │ ├── Packages │ │ │ └── manifest.json │ │ ├── ProjectSettings │ │ │ ├── AudioManager.asset │ │ │ ├── ClusterInputManager.asset │ │ │ ├── DynamicsManager.asset │ │ │ ├── EditorBuildSettings.asset │ │ │ ├── EditorSettings.asset │ │ │ ├── GraphicsSettings.asset │ │ │ ├── InputManager.asset │ │ │ ├── MemorySettings.asset │ │ │ ├── MultiplayerManager.asset │ │ │ ├── NavMeshAreas.asset │ │ │ ├── NetworkManager.asset │ │ │ ├── Packages │ │ │ │ └── com.unity.dedicated-server │ │ │ │ │ └── MultiplayerRolesSettings.asset │ │ │ ├── Physics2DSettings.asset │ │ │ ├── PresetManager.asset │ │ │ ├── ProjectSettings.asset │ │ │ ├── ProjectVersion.txt │ │ │ ├── QualitySettings.asset │ │ │ ├── SceneTemplateSettings.json │ │ │ ├── ShaderGraphSettings.asset │ │ │ ├── TagManager.asset │ │ │ ├── TimeManager.asset │ │ │ ├── URPProjectSettings.asset │ │ │ ├── UnityConnectSettings.asset │ │ │ ├── VFXManager.asset │ │ │ └── XRSettings.asset │ │ └── README.md │ └── Snippets │ │ ├── .editorconfig │ │ ├── .gitignore │ │ ├── Assets │ │ ├── Editor.meta │ │ ├── Editor │ │ │ ├── PhysicsDevUtility.cs │ │ │ └── PhysicsDevUtility.cs.meta │ │ ├── Examples.meta │ │ ├── Examples │ │ │ ├── ContactFilteringExtensions.meta │ │ │ ├── ContactFilteringExtensions │ │ │ │ ├── ContactExtensions.cs │ │ │ │ ├── ContactExtensions.cs.meta │ │ │ │ ├── ContactFilterSnippet.png │ │ │ │ ├── ContactFilterSnippet.png.meta │ │ │ │ ├── ContactFiltering.cs │ │ │ │ ├── ContactFiltering.cs.meta │ │ │ │ ├── ContactFiltering.unity │ │ │ │ ├── ContactFiltering.unity.meta │ │ │ │ ├── README.md │ │ │ │ └── README.md.meta │ │ │ ├── Ownership.meta │ │ │ ├── Ownership │ │ │ │ ├── GearComponent.cs │ │ │ │ ├── GearComponent.cs.meta │ │ │ │ ├── Ownership.unity │ │ │ │ ├── Ownership.unity.meta │ │ │ │ ├── OwnershipSnippet.png │ │ │ │ ├── OwnershipSnippet.png.meta │ │ │ │ ├── README.md │ │ │ │ └── README.md.meta │ │ │ ├── ShadowCaster.meta │ │ │ ├── ShadowCaster │ │ │ │ ├── Providers.meta │ │ │ │ ├── Providers │ │ │ │ │ ├── SceneBodyShadowProvider.cs │ │ │ │ │ ├── SceneBodyShadowProvider.cs.meta │ │ │ │ │ ├── SceneShadowProviderBase.cs │ │ │ │ │ ├── SceneShadowProviderBase.cs.meta │ │ │ │ │ ├── SceneShadowRegion.cs │ │ │ │ │ ├── SceneShadowRegion.cs.meta │ │ │ │ │ ├── SceneShadowRegionProvider.cs │ │ │ │ │ ├── SceneShadowRegionProvider.cs.meta │ │ │ │ │ ├── SceneShapeShadowProvider.cs │ │ │ │ │ └── SceneShapeShadowProvider.cs.meta │ │ │ │ ├── README.md │ │ │ │ ├── README.md.meta │ │ │ │ ├── ShadowCasterSnippet.png │ │ │ │ ├── ShadowCasterSnippet.png.meta │ │ │ │ ├── ShadowCaster_PerSceneBody.unity │ │ │ │ ├── ShadowCaster_PerSceneBody.unity.meta │ │ │ │ ├── ShadowCaster_PerSceneShape.unity │ │ │ │ ├── ShadowCaster_PerSceneShape.unity.meta │ │ │ │ ├── ShadowCaster_Region.unity │ │ │ │ └── ShadowCaster_Region.unity.meta │ │ │ ├── SuggestedAPI.meta │ │ │ └── SuggestedAPI │ │ │ │ ├── PhysicsAPIExtensions.cs │ │ │ │ ├── PhysicsAPIExtensions.cs.meta │ │ │ │ ├── README.md │ │ │ │ └── README.md.meta │ │ ├── Materials.meta │ │ ├── Materials │ │ │ ├── Checkered.mat │ │ │ └── Checkered.mat.meta │ │ ├── Prefabs.meta │ │ ├── Prefabs │ │ │ ├── MainCamera.prefab │ │ │ └── MainCamera.prefab.meta │ │ ├── Scripts.meta │ │ ├── Scripts │ │ │ ├── DragScript.cs │ │ │ └── DragScript.cs.meta │ │ ├── Settings.meta │ │ ├── Settings │ │ │ ├── InputSystem.inputsettings.asset │ │ │ ├── InputSystem.inputsettings.asset.meta │ │ │ ├── Physics LowLevel Settings 2D.asset │ │ │ └── Physics LowLevel Settings 2D.asset.meta │ │ ├── Sprites.meta │ │ ├── Sprites │ │ │ ├── UnityLogo.png │ │ │ ├── UnityLogo.png.meta │ │ │ ├── Wheel.png │ │ │ ├── Wheel.png.meta │ │ │ ├── box2d-logo.pdn │ │ │ ├── box2d-logo.pdn.meta │ │ │ ├── box2d-logo.png │ │ │ ├── box2d-logo.png.meta │ │ │ ├── checker-dark.png │ │ │ ├── checker-dark.png.meta │ │ │ ├── checker-light.png │ │ │ ├── checker-light.png.meta │ │ │ ├── checkered.png │ │ │ └── checkered.png.meta │ │ ├── URP.meta │ │ └── URP │ │ │ ├── DefaultVolumeProfile.asset │ │ │ ├── DefaultVolumeProfile.asset.meta │ │ │ ├── Universal Render Pipeline Asset.asset │ │ │ ├── Universal Render Pipeline Asset.asset.meta │ │ │ ├── Universal Render Pipeline Asset_Renderer.asset │ │ │ ├── Universal Render Pipeline Asset_Renderer.asset.meta │ │ │ ├── UniversalRenderPipelineGlobalSettings.asset │ │ │ └── UniversalRenderPipelineGlobalSettings.asset.meta │ │ ├── Packages │ │ └── manifest.json │ │ ├── ProjectSettings │ │ ├── AudioManager.asset │ │ ├── ClusterInputManager.asset │ │ ├── DynamicsManager.asset │ │ ├── EditorBuildSettings.asset │ │ ├── EditorSettings.asset │ │ ├── GraphicsSettings.asset │ │ ├── InputManager.asset │ │ ├── MemorySettings.asset │ │ ├── MultiplayerManager.asset │ │ ├── NavMeshAreas.asset │ │ ├── NetworkManager.asset │ │ ├── Packages │ │ │ └── com.unity.dedicated-server │ │ │ │ └── MultiplayerRolesSettings.asset │ │ ├── Physics2DSettings.asset │ │ ├── PresetManager.asset │ │ ├── ProjectSettings.asset │ │ ├── ProjectVersion.txt │ │ ├── QualitySettings.asset │ │ ├── SceneTemplateSettings.json │ │ ├── ShaderGraphSettings.asset │ │ ├── TagManager.asset │ │ ├── TimeManager.asset │ │ ├── URPProjectSettings.asset │ │ ├── UnityConnectSettings.asset │ │ ├── VFXManager.asset │ │ └── XRSettings.asset │ │ └── README.md └── README.md └── README.md /HighLevel/PhysicsExamples2D/.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/.gitattributes -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/.gitignore -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/.vsconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/.vsconfig -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Animations.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Animations.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Animations/PlayerIdle.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Animations/PlayerIdle.anim -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Animations/PlayerIdle.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Animations/PlayerIdle.anim.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/PhysicsMaterials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/PhysicsMaterials.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/PhysicsMaterials/Generic.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/PhysicsMaterials/Generic.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Prefabs.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Prefabs/Functional.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Prefabs/Functional.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Prefabs/Functional/Dragger.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Prefabs/Functional/Dragger.prefab -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Prefabs/Particles.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Prefabs/Particles.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Prefabs/Particles/NoisyPlume.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Prefabs/Particles/NoisyPlume.prefab -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Prefabs/Particles/Smoke.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Prefabs/Particles/Smoke.prefab -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Prefabs/Particles/Smoke.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Prefabs/Particles/Smoke.prefab.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Prefabs/PhysicsSprites.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Prefabs/PhysicsSprites.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Prefabs/PhysicsSprites/Arrow.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Prefabs/PhysicsSprites/Arrow.prefab -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Prefabs/PhysicsSprites/Crate.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Prefabs/PhysicsSprites/Crate.prefab -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Prefabs/PhysicsSprites/Star.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Prefabs/PhysicsSprites/Star.prefab -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Prefabs/PhysicsSprites/Truck.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Prefabs/PhysicsSprites/Truck.prefab -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Scenes.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Scenes/Colliders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Scenes/Colliders.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Scenes/Effectors.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Scenes/Effectors.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Scenes/Joints.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Scenes/Joints.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Scenes/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Scenes/Materials.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Scenes/Miscellaneous.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Scenes/Miscellaneous.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Scenes/Miscellaneous/Pendulum.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Scenes/Miscellaneous/Pendulum.unity -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Scenes/Miscellaneous/SeeSaw.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Scenes/Miscellaneous/SeeSaw.unity -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Scenes/Miscellaneous/SoftBody.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Scenes/Miscellaneous/SoftBody.unity -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Scenes/Physics2D.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Scenes/Physics2D.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Scenes/Queries.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Scenes/Queries.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Scenes/Queries/Placeholder.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Scenes/Queries/Placeholder.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Scenes/Queries/Placeholder.txt.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Scenes/Rigidbody.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Scenes/Rigidbody.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Scenes/Rigidbody/Slides.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Scenes/Rigidbody/Slides.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Scripts.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Scripts/Generic.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Scripts/Generic.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Scripts/Generic/AddJumpForce.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Scripts/Generic/AddJumpForce.cs -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Scripts/Generic/CenterOfMass.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Scripts/Generic/CenterOfMass.cs -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Scripts/Generic/DragTarget.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Scripts/Generic/DragTarget.cs -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Scripts/Generic/DragTarget.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Scripts/Generic/DragTarget.cs.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Scripts/Generic/DrawCenterOfMass.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Scripts/Generic/DrawCenterOfMass.cs -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Scripts/Generic/DynamicGravity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Scripts/Generic/DynamicGravity.cs -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Scripts/Generic/GenericActions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Scripts/Generic/GenericActions.cs -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Scripts/Generic/InitialVelocity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Scripts/Generic/InitialVelocity.cs -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Scripts/Generic/KillOnContact.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Scripts/Generic/KillOnContact.cs -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Scripts/Generic/MouseTarget.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Scripts/Generic/MouseTarget.cs -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Scripts/Generic/MouseTarget.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Scripts/Generic/MouseTarget.cs.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Scripts/Generic/PhysicsEvents.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Scripts/Generic/PhysicsEvents.cs -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Scripts/Generic/ShowDensity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Scripts/Generic/ShowDensity.cs -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Scripts/Generic/ShowDensity.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Scripts/Generic/ShowDensity.cs.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Scripts/Generic/Spawner.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Scripts/Generic/Spawner.cs -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Scripts/Generic/Spawner.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Scripts/Generic/Spawner.cs.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Scripts/SceneSpecific.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Scripts/SceneSpecific.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/ReadMe.txt -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/ReadMe.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/ReadMe.txt.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/boxAlt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/boxAlt.png -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/boxAlt.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/boxAlt.png.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/boxExplosive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/boxExplosive.png -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/bridge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/bridge.png -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/bridge.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/bridge.png.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/bridgeLogs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/bridgeLogs.png -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/chain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/chain.png -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/chain.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/chain.png.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/grassHalfLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/grassHalfLeft.png -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/grassHalfMid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/grassHalfMid.png -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/grassHalfRight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/grassHalfRight.png -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/grassMid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/grassMid.png -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/grassMid.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/grassMid.png.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/hill_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/hill_large.png -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/hill_largeAlt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/hill_largeAlt.png -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/hill_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/hill_small.png -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/hud_p1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/hud_p1.png -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/hud_p1.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/hud_p1.png.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/hud_p3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/hud_p3.png -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/hud_p3.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/hud_p3.png.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/hud_x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/hud_x.png -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/hud_x.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/hud_x.png.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/license.txt -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/license.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/license.txt.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/p1_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/p1_front.png -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/p1_front.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/p1_front.png.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/p2_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/p2_front.png -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/p2_front.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/p2_front.png.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/p3_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/p3_front.png -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/p3_front.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/p3_front.png.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/star.png -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/star.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/star.png.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/weight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/weight.png -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/weight.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/weight.png.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/weightChained.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/KennyArt/weightChained.png -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/Misc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/Misc.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/Misc/BeachBall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/Misc/BeachBall.png -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/Misc/BeachBall.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/Misc/BeachBall.png.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/Misc/Circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/Misc/Circle.png -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/Misc/Circle.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/Misc/Circle.png.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/Misc/Pentagon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/Misc/Pentagon.png -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/Misc/Pentagon.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/Misc/Pentagon.png.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/Misc/Player_SpriteSheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/Misc/Player_SpriteSheet.png -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/Misc/SandBrick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/Misc/SandBrick.png -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/Misc/SandBrick.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/Misc/SandBrick.png.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/Misc/Square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/Misc/Square.png -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/Misc/Square.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/Misc/Square.png.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/Misc/TruckChassisSprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/Misc/TruckChassisSprite.png -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/Misc/TruckWheelSprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/Misc/TruckWheelSprite.png -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/Misc/UnityLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/Misc/UnityLogo.png -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/Misc/UnityLogo.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/Misc/UnityLogo.png.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/Misc/arrow.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/Misc/arrow.tga -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/Misc/arrow.tga.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/Misc/arrow.tga.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/Misc/tick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/Misc/tick.png -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Assets/Sprites/Misc/tick.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Assets/Sprites/Misc/tick.png.meta -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/LICENSE.md -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Packages/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Packages/manifest.json -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Packages/packages-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Packages/packages-lock.json -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/ProjectSettings/MemorySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/ProjectSettings/MemorySettings.asset -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/ProjectSettings/MultiplayerManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/ProjectSettings/MultiplayerManager.asset -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/ProjectSettings/ProjectVersion.txt -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/ProjectSettings/SceneTemplateSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/ProjectSettings/SceneTemplateSettings.json -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/ProjectSettings/VFXManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/ProjectSettings/VFXManager.asset -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/ProjectSettings/XRSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/ProjectSettings/XRSettings.asset -------------------------------------------------------------------------------- /HighLevel/PhysicsExamples2D/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/HighLevel/PhysicsExamples2D/Readme.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LICENSE.md -------------------------------------------------------------------------------- /LowLevel/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/.gitignore -------------------------------------------------------------------------------- /LowLevel/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/LICENSE.md -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Packages/com.unity.2d.physics.extras/Editor.meta -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Editor/Icons.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Packages/com.unity.2d.physics.extras/Editor/Icons.meta -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Editor/Joints.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b7e9f7a4fe694ab886f3df4c79264a20 3 | timeCreated: 1752856571 -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Editor/Joints/SceneDistanceJointEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7cb6817e82b78644e92e6cc8bfbb0fa2 3 | timeCreated: 1726392067 4 | -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Editor/Joints/SceneFixedJointEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1ffb8f8d525513845a5afcabc2043390 -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Editor/Joints/SceneIgnoreJointEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 75b6c20ab5580304fb080e3b505b896b -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Editor/Joints/SceneJointBaseEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d42e404060bf8274e855ee7c5a8af637 -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Editor/Joints/SceneRelativeJointEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8038a2c988a446c459d5305da2ad6f54 -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Editor/Joints/SceneSliderJointEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d9ac34dd6b5aa184692fa122fedff0bc -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Editor/Joints/SceneWheelJointEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 85ace8f40b3bec34a8a577bc9e9b3222 -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Editor/SceneBodyEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b737da59294e4ecf85210ccfaccff59a 3 | timeCreated: 1726392067 -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Editor/SceneChainEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1b472ff2e6144da18735b2d321598302 3 | timeCreated: 1727424297 -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Editor/SceneOutlineShapeEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b59cb03d39873b44a9dd10269074bcc1 -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Editor/SceneShapeEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0d828858efee5774a919583575fdafdb 3 | timeCreated: 1726392067 4 | -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Editor/SceneSpriteShapeEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3d349c9669d6f8e42842cf43892c44cc -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Editor/SceneWorldEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 005fd59e68918df4bbb527835b4378c0 3 | timeCreated: 1726392067 4 | -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Editor/Tools.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Packages/com.unity.2d.physics.extras/Editor/Tools.meta -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Editor/Tools/CapsuleShapeGeometryTool.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 358c89f2cd5c41c8a97df4005abc9bcd 3 | timeCreated: 1730394614 -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Editor/Tools/ChainSegmentShapeGeometryTool.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b834b72bb0edd8142afebddae8a5deb9 -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Editor/Tools/CircleShapeGeometryTool.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 98189ca837fe4d58bbd1f110daae1bbd 3 | timeCreated: 1730394578 -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Editor/Tools/PolygonShapeGeometryTool.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4d8ba7b653a44d89ab101aecbec74167 3 | timeCreated: 1730394648 -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Editor/Tools/SceneChainGeometryTool.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d76209bc0899456fa8f660fc8fb3b793 3 | timeCreated: 1730394665 -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Editor/Tools/SceneChainTool.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 70cfe57d67abef44bbf6307e2fd92ca9 -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Editor/Tools/SceneGeometryTool.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: efcf99c4a6844806b3b9e8db0418ac4c 3 | timeCreated: 1730368819 -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Editor/Tools/SceneOutlineGeometryTool.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f09605f78e2f351499300433f9a979f3 -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Editor/Tools/SceneOutlineShapeTool.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cc4a3d8b385d38e4080fb74716039335 -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Editor/Tools/SceneShapeEditorTool.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2f526dfbb1214d4cb85e9f3c45410845 3 | timeCreated: 1728740266 -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Editor/Tools/SegmentShapeGeometryTool.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a18ee0ecbbb74e70892348cf0aea8bdd 3 | timeCreated: 1730394634 -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Editor/Utility.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4c6fb2547c8f48c485f0371b20082df5 3 | timeCreated: 1756395289 -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Editor/Utility/LegacyConversion.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 84ac9574fbe0442f926e70c6e7bfd333 3 | timeCreated: 1756395309 -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Packages/com.unity.2d.physics.extras/LICENSE.md -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/LICENSE.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Packages/com.unity.2d.physics.extras/LICENSE.md.meta -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Packages/com.unity.2d.physics.extras/README.md -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/README.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Packages/com.unity.2d.physics.extras/README.md.meta -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Runtime.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Packages/com.unity.2d.physics.extras/Runtime.meta -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Runtime/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Packages/com.unity.2d.physics.extras/Runtime/AssemblyInfo.cs -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Runtime/AssemblyInfo.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5b439708febeb7e4a870cca4e43c7565 -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Runtime/ExecutionOrder.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 291c5bf16309479f8411e87501b3b89c 3 | timeCreated: 1749716290 -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Runtime/Joints.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Packages/com.unity.2d.physics.extras/Runtime/Joints.meta -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Runtime/Joints/SceneJointBase.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7abd9a779cbd3ae4bacd50de33fdea65 3 | -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Runtime/SceneBody.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Packages/com.unity.2d.physics.extras/Runtime/SceneBody.cs -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Runtime/SceneChain.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Packages/com.unity.2d.physics.extras/Runtime/SceneChain.cs -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Runtime/SceneOutlineShape.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4d213524da8867c4c89f4ee6009a16c9 -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Runtime/SceneShape.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Packages/com.unity.2d.physics.extras/Runtime/SceneShape.cs -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Runtime/SceneSpriteShape.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 019dc35f85905d34c8bbcb49c43bcfd6 -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Runtime/SceneWorld.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Packages/com.unity.2d.physics.extras/Runtime/SceneWorld.cs -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Runtime/Utility.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6f9d631a6ce64025aa14c0a39eaa00d1 3 | timeCreated: 1743246800 -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Runtime/Utility/APIUpdates.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 719c2c50c82d79f40a3d5081c793bd07 -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Runtime/Utility/IWorldSceneDrawable.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 90363e78140d4ab5872bd752c65d78ed 3 | timeCreated: 1739960540 -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Runtime/Utility/IWorldSceneTransformChanged.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7d5bb50547e301645ab172915b8885e5 -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Runtime/Utility/IconUtility.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 26b4124353734c02b1cdcc487135f320 3 | timeCreated: 1742993319 -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/Runtime/Utility/WorldSceneTransformMonitor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 947996e3072f9b341aa9514b47dbbfbb -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Packages/com.unity.2d.physics.extras/package.json -------------------------------------------------------------------------------- /LowLevel/Packages/com.unity.2d.physics.extras/package.json.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Packages/com.unity.2d.physics.extras/package.json.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/.editorconfig -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/.gitignore -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/01 - CreatePhysicsWorld.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/01 - CreatePhysicsWorld.unity -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/01 - CreatePhysicsWorld.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/01 - CreatePhysicsWorld.unity.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/02 -UseDefaultPhysicsWorld.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/02 -UseDefaultPhysicsWorld.unity -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/02 -UseDefaultPhysicsWorld.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/02 -UseDefaultPhysicsWorld.unity.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/03 - CreatePhysicsBody.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/03 - CreatePhysicsBody.unity -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/03 - CreatePhysicsBody.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/03 - CreatePhysicsBody.unity.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/04 - CreatePhysicsShape.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/04 - CreatePhysicsShape.unity -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/04 - CreatePhysicsShape.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/04 - CreatePhysicsShape.unity.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/05 - ReuseDefinitions.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/05 - ReuseDefinitions.unity -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/05 - ReuseDefinitions.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/05 - ReuseDefinitions.unity.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/06 - PhysicsShapeCustomColors.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/06 - PhysicsShapeCustomColors.unity -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/07 - PhysicsShapeTypes.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/07 - PhysicsShapeTypes.unity -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/07 - PhysicsShapeTypes.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/07 - PhysicsShapeTypes.unity.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/08 - CastRayQuery.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/08 - CastRayQuery.unity -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/08 - CastRayQuery.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/08 - CastRayQuery.unity.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/09 - CastGeometryQuery.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/09 - CastGeometryQuery.unity -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/09 - CastGeometryQuery.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/09 - CastGeometryQuery.unity.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/10 - PhysicsShapeContact.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/10 - PhysicsShapeContact.unity -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/10 - PhysicsShapeContact.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/10 - PhysicsShapeContact.unity.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/11 - PhysicsShapeContactCallback.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/11 - PhysicsShapeContactCallback.unity -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/12 - PhysicsShapeTriggerCallback.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/12 - PhysicsShapeTriggerCallback.unity -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/14 - TransformWrite.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/14 - TransformWrite.unity -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/14 - TransformWrite.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/14 - TransformWrite.unity.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/15 - TransformPlaneWrite.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/15 - TransformPlaneWrite.unity -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/15 - TransformPlaneWrite.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/15 - TransformPlaneWrite.unity.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/16 - CreatePhysicsUserData.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/16 - CreatePhysicsUserData.unity -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/16 - CreatePhysicsUserData.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/16 - CreatePhysicsUserData.unity.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/17 - PhysicsQueryJob.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/17 - PhysicsQueryJob.unity -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/17 - PhysicsQueryJob.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/17 - PhysicsQueryJob.unity.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/20 - PhysicsComposerGeometry.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/20 - PhysicsComposerGeometry.unity -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/50 - SceneBodyAndShape.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/50 - SceneBodyAndShape.unity -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/50 - SceneBodyAndShape.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/50 - SceneBodyAndShape.unity.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/51 - SceneWorld.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/51 - SceneWorld.unity -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/51 - SceneWorld.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/51 - SceneWorld.unity.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/52 - SceneShapeType.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/52 - SceneShapeType.unity -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/52 - SceneShapeType.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/52 - SceneShapeType.unity.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/53 - SceneShapeBounce.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/53 - SceneShapeBounce.unity -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/53 - SceneShapeBounce.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/53 - SceneShapeBounce.unity.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/54 - SceneDistanceJoint.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/54 - SceneDistanceJoint.unity -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/54 - SceneDistanceJoint.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/54 - SceneDistanceJoint.unity.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/Editor.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Editor/PhysicsDevUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/Editor/PhysicsDevUtility.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Editor/PhysicsDevUtility.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e34437d09028df2418ea923e955e309e -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/Materials.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Materials/Checkered.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/Materials/Checkered.mat -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Materials/Checkered.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/Materials/Checkered.mat.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/Prefabs.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Prefabs/MainCamera.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/Prefabs/MainCamera.prefab -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Prefabs/MainCamera.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/Prefabs/MainCamera.prefab.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/README.md -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/README.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/README.md.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/Scripts.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Scripts/CastGeometryQuery.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/Scripts/CastGeometryQuery.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Scripts/CastGeometryQuery.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fbf96a58513000f4fa961574b5da6b8b 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Scripts/CastRayQuery.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/Scripts/CastRayQuery.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Scripts/CastRayQuery.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5234ede952f5752459492102da099fa0 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Scripts/CreatePhysicsBody.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/Scripts/CreatePhysicsBody.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Scripts/CreatePhysicsBody.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 71f437fef31946841923d7cada55f1a9 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Scripts/CreatePhysicsShape.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/Scripts/CreatePhysicsShape.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Scripts/CreatePhysicsShape.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d054c5ba0071a1b47b343af97918f184 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Scripts/CreatePhysicsUserData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/Scripts/CreatePhysicsUserData.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Scripts/CreatePhysicsUserData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 39d7529fe9c60204da2fd55583f67679 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Scripts/CreatePhysicsWorld.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/Scripts/CreatePhysicsWorld.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Scripts/CreatePhysicsWorld.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6fa259494f3018b4597dfeb79ced5fe2 -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Scripts/PhysicsComposerGeometry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/Scripts/PhysicsComposerGeometry.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Scripts/PhysicsComposerGeometry.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8504ace416f89a24c99259eb75432bf6 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Scripts/PhysicsDestructorFragmentGeometry.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e21d5563eaa32694bb8ee09415fe1ef9 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Scripts/PhysicsDestructorFragmentMaskGeometry.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9e4fb6e425e0610438dc3284187f1f26 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Scripts/PhysicsDestructorSliceGeometry.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 12c16247c5434a6459a453d9a8dc6a8a 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Scripts/PhysicsQueryJob.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/Scripts/PhysicsQueryJob.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Scripts/PhysicsQueryJob.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 82f00083789c6ca41bd4a6a7c64a4fd7 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Scripts/PhysicsShapeContact.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/Scripts/PhysicsShapeContact.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Scripts/PhysicsShapeContact.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5540172f3ae4c414384916c7bf9884b7 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Scripts/PhysicsShapeContactCallback.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/Scripts/PhysicsShapeContactCallback.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Scripts/PhysicsShapeContactCallback.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5c366180010fc344f97f1e7157e015e1 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Scripts/PhysicsShapeContactFiltering.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2c749cf62c998f94bb175789027d70c1 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Scripts/PhysicsShapeCustomColors.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/Scripts/PhysicsShapeCustomColors.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Scripts/PhysicsShapeCustomColors.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 52943f3d1a73d324f913c894fb9b0cc2 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Scripts/PhysicsShapeTriggerCallback.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/Scripts/PhysicsShapeTriggerCallback.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Scripts/PhysicsShapeTriggerCallback.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 38d46f7f97ac0a443aa60bebb231884b 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Scripts/PhysicsShapeTypes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/Scripts/PhysicsShapeTypes.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Scripts/PhysicsShapeTypes.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f265fdd66d00fbd42a69c5b20c76df7b 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Scripts/ReuseDefinitions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/Scripts/ReuseDefinitions.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Scripts/ReuseDefinitions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 84547460c34f6e3458bde1edd62ef11b 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Scripts/TransformPlaneWrite.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/Scripts/TransformPlaneWrite.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Scripts/TransformPlaneWrite.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e5472cf035b6b7942ad9409245d4573f 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Scripts/TransformWrite.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/Scripts/TransformWrite.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Scripts/TransformWrite.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7231a1276eedf56459c82b36e04694c8 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Scripts/UseDefaultPhysicsWorld.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/Scripts/UseDefaultPhysicsWorld.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Scripts/UseDefaultPhysicsWorld.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b5fefeef21f498d4db505cb3a5292f2d -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Settings.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/Settings.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Sprites.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/Sprites.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Sprites/UnityLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/Sprites/UnityLogo.png -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Sprites/UnityLogo.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/Sprites/UnityLogo.png.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Sprites/Wheel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/Sprites/Wheel.png -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Sprites/Wheel.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/Sprites/Wheel.png.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Sprites/box2d-logo.pdn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/Sprites/box2d-logo.pdn -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Sprites/box2d-logo.pdn.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/Sprites/box2d-logo.pdn.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Sprites/box2d-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/Sprites/box2d-logo.png -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Sprites/box2d-logo.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/Sprites/box2d-logo.png.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Sprites/checker-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/Sprites/checker-dark.png -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Sprites/checker-dark.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/Sprites/checker-dark.png.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Sprites/checker-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/Sprites/checker-light.png -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Sprites/checker-light.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/Sprites/checker-light.png.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Sprites/checkered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/Sprites/checkered.png -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/Sprites/checkered.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/Sprites/checkered.png.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/URP.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/URP.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/URP/DefaultVolumeProfile.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/URP/DefaultVolumeProfile.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Assets/URP/DefaultVolumeProfile.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Assets/URP/DefaultVolumeProfile.asset.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/ComponentAuthoring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/ComponentAuthoring.md -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/DebugDrawing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/DebugDrawing.md -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Definitions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Definitions.md -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Images/Examples/SceneShape-PolygonEdit1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Images/Examples/SceneShape-PolygonEdit1.png -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Images/Examples/SceneShape-PolygonEdit2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Images/Examples/SceneShape-PolygonEdit2.png -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Images/Examples/SceneShapeType-Tooling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Images/Examples/SceneShapeType-Tooling.png -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Images/Examples/SceneWorld-Info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Images/Examples/SceneWorld-Info.png -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Images/GearComponent-Custom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Images/GearComponent-Custom.png -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Images/LowLevelPhysicsOverview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Images/LowLevelPhysicsOverview.png -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Images/LowLevelPhysicsSettings2D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Images/LowLevelPhysicsSettings2D.png -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Images/PhysicsLayer-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Images/PhysicsLayer-64.png -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Images/PhysicsMask-ShowAsPhysicsLayers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Images/PhysicsMask-ShowAsPhysicsLayers.png -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Images/ProjectSettingsPhysics2D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Images/ProjectSettingsPhysics2D.png -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Images/UnityLayer-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Images/UnityLayer-32.png -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Overview.md -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/Packages/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/Packages/manifest.json -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/PhysicsAABB.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/PhysicsAABB.md -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/PhysicsBody.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/PhysicsBody.md -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/PhysicsComposer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/PhysicsComposer.md -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/PhysicsDestructor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/PhysicsDestructor.md -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/PhysicsEvents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/PhysicsEvents.md -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/PhysicsJoint.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/PhysicsJoint.md -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/PhysicsLayers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/PhysicsLayers.md -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/PhysicsLowLevelSettings2D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/PhysicsLowLevelSettings2D.md -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/PhysicsMask.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/PhysicsMask.md -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/PhysicsMath.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/PhysicsMath.md -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/PhysicsQuery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/PhysicsQuery.md -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/PhysicsRotate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/PhysicsRotate.md -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/PhysicsShape.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/PhysicsShape.md -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/PhysicsTransform.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/PhysicsTransform.md -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/PhysicsUserData.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/PhysicsUserData.md -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/PhysicsWorld.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/PhysicsWorld.md -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/ProjectSettings/MemorySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/ProjectSettings/MemorySettings.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/ProjectSettings/MultiplayerManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/ProjectSettings/MultiplayerManager.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/ProjectSettings/ProjectVersion.txt -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/ProjectSettings/SceneTemplateSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/ProjectSettings/SceneTemplateSettings.json -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/ProjectSettings/ShaderGraphSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/ProjectSettings/ShaderGraphSettings.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/ProjectSettings/URPProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/ProjectSettings/URPProjectSettings.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/ProjectSettings/VFXManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/ProjectSettings/VFXManager.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/ProjectSettings/XRSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/ProjectSettings/XRSettings.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Primer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Primer/README.md -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/.editorconfig -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/.gitignore -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Editor.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Editor/PhysicsDevUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Editor/PhysicsDevUtility.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Editor/PhysicsDevUtility.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e34437d09028df2418ea923e955e309e -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Editor/SandboxManagerEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Editor/SandboxManagerEditor.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Editor/SandboxManagerEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 22e538391e421fb498119566825588b1 -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Editor/SceneItemsPropertyDrawer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Editor/SceneItemsPropertyDrawer.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Editor/SceneItemsPropertyDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 384af3178c4762f489eb21b50901d63c -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Editor/StartupScene.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Editor/StartupScene.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Editor/StartupScene.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Editor/StartupScene.cs.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Resources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Resources.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Resources/Builtin Skins.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Resources/Builtin Skins.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Resources/Builtin Skins/DarkSkin.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f74bc1dc59060e844a6c9f1d11ee7ada 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Resources/Builtin Skins/DarkSkin/Images.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2f11919f18b3643d195d1dbfea829e20 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Resources/Fonts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Resources/Fonts.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Resources/Fonts/Cozette.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Resources/Fonts/Cozette.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Resources/Fonts/Cozette/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Resources/Fonts/Cozette/LICENSE -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Resources/Fonts/Cozette/LICENSE.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Resources/Fonts/Cozette/LICENSE.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Resources/Fonts/Cozette/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Resources/Fonts/Cozette/README.md -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Resources/Previews.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Resources/Previews.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Resources/Previews/Textures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Resources/Previews/Textures.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Resources/UIPackageResources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Resources/UIPackageResources.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Sandbox.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 13a21ef71e7b4fd181eacd3ad6d35247 3 | timeCreated: 1731337514 -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Sandbox.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Sandbox.unity -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Sandbox.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Sandbox.unity.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Sandbox/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Sandbox/Scripts.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Sandbox/Scripts/CameraManipulator.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b2044b6c87cc8074883abe8cd1953ca5 -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Sandbox/Scripts/IShapeColorProvider.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 39952d305e2f4150b12e25deaa094c0a 3 | timeCreated: 1732562481 -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Sandbox/Scripts/SandboxManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Sandbox/Scripts/SandboxManager.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Sandbox/Scripts/SandboxManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9b6ebc245ff03b44289ea91c3f012973 -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Sandbox/Scripts/SandboxUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Sandbox/Scripts/SandboxUtility.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Sandbox/Scripts/SandboxUtility.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 72d12acc76494d7a9ef1b40150d8f984 3 | timeCreated: 1732201705 -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Sandbox/Scripts/SceneManifest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Sandbox/Scripts/SceneManifest.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Sandbox/Scripts/SceneManifest.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 383717785443448ca110478fbfbcfe90 3 | timeCreated: 1730560511 -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Sandbox/UI.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Sandbox/UI.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Sandbox/UI/ControlsMenu.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Sandbox/UI/ControlsMenu.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Sandbox/UI/ControlsMenu/ControlsMenu.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b1d48707d99a69d479dfc6c5cf6e6ac8 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Sandbox/UI/DebugMenu.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Sandbox/UI/DebugMenu.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Sandbox/UI/DebugMenu/DebugView.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Sandbox/UI/DebugMenu/DebugView.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Sandbox/UI/DebugMenu/DebugView.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d9c543dcb12519f44b0620a75f540b67 -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Sandbox/UI/DebugMenu/DebugView.uxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Sandbox/UI/DebugMenu/DebugView.uxml -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Sandbox/UI/MainMenu.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Sandbox/UI/MainMenu.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Sandbox/UI/MainMenu/MainMenu.uxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Sandbox/UI/MainMenu/MainMenu.uxml -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Sandbox/UI/PanelSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Sandbox/UI/PanelSettings.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Sandbox/UI/PanelSettings.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Sandbox/UI/PanelSettings.asset.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Sandbox/UI/ShortcutsView.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Sandbox/UI/ShortcutsView.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Sandbox/UI/ShortcutsView/ShortcutsView.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: da246a325b1cc5145b1a0931697c1d43 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Sandbox/UI/Styling.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Sandbox/UI/Styling.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Sandbox/UI/Styling/DefaultDark.tss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Sandbox/UI/Styling/DefaultDark.tss -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Batching.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Batching.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Batching/Boids.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Batching/Boids.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Batching/Boids/Boids.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Batching/Boids/Boids.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Batching/Boids/Boids.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3517d990613e8d742ae9357a4e0cac8b 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Batching/Boids/Boids.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Batching/Boids/Boids.unity -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Batching/Queries.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Batching/Queries.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Batching/Queries/Queries.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Batching/Queries/Queries.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Batching/Queries/Queries.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0f352d1734d3a6b47be799afb59d251a 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Batching/Shooter.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Batching/Shooter.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Batching/Shooter/Shooter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Batching/Shooter/Shooter.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Batching/Shooter/Shooter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7080bd7edc406f14980f1b50f3a0c2a7 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/Barrel.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/Barrel.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/Barrel/Barrel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/Barrel/Barrel.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/Barrel/Barrel.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d002a8315a0cd0c49b372ac115c44cf2 -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/Capacity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/Capacity.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/Capacity/Capacity.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 77194ad3a9c0522409088aa3053bf349 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/Drawing.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/Drawing.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/Drawing/Drawing.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/Drawing/Drawing.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/Drawing/Drawing.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f1693fad039836745903886831a8669c 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/Funnel.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/Funnel.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/Funnel/Funnel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/Funnel/Funnel.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/Funnel/Funnel.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5f7cdf8bb1673be48a0e4951041fa6fd 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/JointGrid.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/JointGrid.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/JointGrid/JointGrid.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f2e7f7e9dc9ae704bb932d04b89a26b0 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/LargeCompound.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/LargeCompound.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/LargeCompound/LargeCompound.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4fb043aad868ab54ea61340754287a2c 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/LargeKinematic/LargeKinematic.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f84d37270831c6943a52e366c5e8391f 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/LargePyramid.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/LargePyramid.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/LargePyramid/LargePyramid.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 098f7cab574c22442bff317cc63b1f84 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/LargeWorld.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/LargeWorld.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/LargeWorld/LargeWorld.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f125ecbfffaa3b84ca305a63ce9b0892 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/ManyTumblers.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/ManyTumblers.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/ManyTumblers/ManyTumblers.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fd6166fa0ce678e4d95a3223fc1348b0 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/Smash.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/Smash.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/Smash/Smash.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/Smash/Smash.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/Smash/Smash.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a1462098d1ea13c4baecb38c9f5963a0 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/Smash/Smash.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/Smash/Smash.unity -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/Spinner.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/Spinner.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/Spinner/Spinner.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/Spinner/Spinner.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/Spinner/Spinner.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2d09bd7874c4f1549993595bdcd53fac 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/Triggers.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/Triggers.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/Triggers/Triggers.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dad3ec99e955cf84ab34f61f4c6ddcd2 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/Tumbler.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/Tumbler.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/Tumbler/Tumbler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/Tumbler/Tumbler.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/Tumbler/Tumbler.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 18fc796a7f9f2744b8d412987d2d27fd 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/Washer.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/Washer.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/Washer/Washer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/Washer/Washer.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Benchmark/Washer/Washer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 692445fc5e9757c488213cf7731cde65 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Collision.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Collision.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Collision/BounceHouse.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Collision/BounceHouse.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Collision/BounceHouse/BounceHouse.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: af1a4b1de20ab2945bb632258b49a2fb 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Collision/BounceRagdolls/BounceRagdolls.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5f7f0e6c3fef55f439796cb1e559f05c 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Collision/CharacterMover/CharacterMover.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b32dc734e46b4d147a889fa4e88ad681 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Collision/ContactManifold/ContactManifold.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ef428995d2f227d40aecff488eb654ad 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Collision/Determinism.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Collision/Determinism.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Collision/Determinism/Determinism.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0fea849a9ce086f489dfb89d91072e25 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Custom.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Custom.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Custom/Custom.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Custom/Custom.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Custom/Custom.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1d09107ad8cc75848ae3c0c31c4ee56f 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Custom/Custom.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Custom/Custom.unity -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Custom/Custom.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Custom/Custom.unity.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Custom/CustomMenu.uxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Custom/CustomMenu.uxml -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Custom/CustomMenu.uxml.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Custom/CustomMenu.uxml.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Joints.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Joints.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Joints/BallAndChain.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Joints/BallAndChain.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Joints/BallAndChain/BallAndChain.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6299b4a88f93e0246b552284c4ac6703 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Joints/DistanceJoint.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Joints/DistanceJoint.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Joints/DistanceJoint/DistanceJoint.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 86370c68be60c7d44a2ffdc550ecff0a 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Joints/Doohickey.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Joints/Doohickey.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Joints/Doohickey/Doohickey.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 03b61f90345bf054789b84f58cb14dd2 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Joints/Driving.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Joints/Driving.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Joints/Driving/Driving.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Joints/Driving/Driving.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Joints/Driving/Driving.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 776a37973b44d8a4e975db6ea300ba1e 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Joints/Driving/Driving.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Joints/Driving/Driving.unity -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Joints/GearLift.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Joints/GearLift.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Joints/GearLift/GearLift.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Joints/GearLift/GearLift.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Joints/GearLift/GearLift.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 59661003982d3e247a5a1cddfa819e35 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Joints/IgnoreJoint.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Joints/IgnoreJoint.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Joints/IgnoreJoint/IgnoreJoint.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e856f7e1b8486444998a7db0b668b9d7 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Joints/ScaleRagdoll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Joints/ScaleRagdoll.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Joints/ScaleRagdoll/ScaleRagdoll.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3a397f4fd4257eb4680b38a0c4060249 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Joints/ScissorLift.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Joints/ScissorLift.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Joints/ScissorLift/ScissorLift.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8ec5ae01e06e65547969f6ebdf002d23 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Joints/SliderJoint.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Joints/SliderJoint.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Joints/SliderJoint/SliderJoint.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 558c3d2dbe8408f4f89be7a12008d3ef 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Joints/SoftBody.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Joints/SoftBody.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Joints/SoftBody/SoftBody.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Joints/SoftBody/SoftBody.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Joints/SoftBody/SoftBody.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: df7960f8e462f194e81a724aa0e68b70 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Joints/TopDownFriction.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Joints/TopDownFriction.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Joints/TopDownFriction/TopDownFriction.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 094bd5d53f8ca81488b00737913c740f 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Joints/UserJoint.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Joints/UserJoint.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Joints/UserJoint/UserJoint.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9256fce9b218a5049ae674d9713caed1 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Joints/WheelJoint.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Joints/WheelJoint.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Joints/WheelJoint/WheelJoint.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3967679800e2fa14aa358cc15add67b3 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Shapes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Shapes.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/Bounciness.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/Bounciness.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/Bounciness/Bounciness.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3ced9f88fd976974c95e62321f05dafc 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/ChainShape.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/ChainShape.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/ChainShape/ChainShape.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1258a5bf1097d334a8627bf34a1ddb26 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/Compound.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/Compound.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/Compound/Compound.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/Compound/Compound.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/Compound/Compound.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 914e8493a18d22d468af4c448a4b2534 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/ConveyorBelt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/ConveyorBelt.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/ConveyorBelt/ConveyorBelt.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bc4054aef4484954ebd521fd0a6f24dc 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/CustomFilter.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/CustomFilter.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/CustomFilter/CustomFilter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e262f47edd975b54f8bb5bbcd813880e 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/EllipsePolygons.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/EllipsePolygons.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/EllipsePolygons/EllipsePolygons.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a54a6b4cb7116184db93b44d0ad04235 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/Fragmenting.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/Fragmenting.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/Fragmenting/Fragmenting.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: da98c09d54918624c804ea2f10cbb4e5 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/Friction.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/Friction.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/Friction/Friction.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/Friction/Friction.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/Friction/Friction.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 904d73b2dd7b13c48b5ed8cfeb1eff5b 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/GeometryIslands.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/GeometryIslands.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/GeometryIslands/GeometryIslands.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: edfc02aae23407541a4bf7c94c53ed4b 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/ModifyGeometry.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/ModifyGeometry.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/ModifyGeometry/ModifyGeometry.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fe6b34929d3759943972a8592dffde0c 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/RollingResistance/RollingResistance.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 87aa693f550190b44989c2f2bf41879f 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/RoundedPolygons.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/RoundedPolygons.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/RoundedPolygons/RoundedPolygons.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8c784bcf08050d946b4c4cb4cfabaeab 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/Slicing.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/Slicing.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/Slicing/Slicing.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/Slicing/Slicing.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/Slicing/Slicing.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 098881d7929a17c46bbda8d75a9f0741 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/Slicing/Slicing.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/Slicing/Slicing.unity -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/SpriteDestruction/SpriteDestruction.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0afdf45c86771314ca431f5480747c72 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/SpriteDestruction/SpriteDestructionBatch.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e9b0cebf850bf184a91cd1bc67d8a998 -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/Wind.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/Wind.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/Wind/Wind.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/Wind/Wind.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/Wind/Wind.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9bdc094e0b9d66a4baa6ee30d7a20f14 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/Wind/Wind.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/Wind/Wind.unity -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/Wind/Wind.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/Wind/Wind.unity.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/Wind/WindMenu.uxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Shapes/Wind/WindMenu.uxml -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Stacking.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Stacking.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Stacking/Arch.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Stacking/Arch.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Stacking/Arch/Arch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Stacking/Arch/Arch.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Stacking/Arch/Arch.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e251eee6050fb3940af86480bb9bca37 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Stacking/Arch/Arch.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Stacking/Arch/Arch.unity -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Stacking/Arch/ArchMenu.uxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Stacking/Arch/ArchMenu.uxml -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Stacking/CardHouse.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Stacking/CardHouse.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Stacking/CardHouse/CardHouse.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0ca84fe01dc2cee4a83d3202ae1315ac 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Stacking/Confined.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Stacking/Confined.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Stacking/Confined/Confined.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3570d6018f302b0458c5cfd529a446f3 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Stacking/DoubleDomino.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Stacking/DoubleDomino.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Stacking/DoubleDomino/DoubleDomino.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6cdc533610d07b444a1eca52378db937 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Stacking/ShapeStack.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scenes/Stacking/ShapeStack.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scenes/Stacking/ShapeStack/ShapeStack.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c20467af6b5c1554a9d1aa6b115c72ca 3 | -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scripts.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scripts/CarFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scripts/CarFactory.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scripts/CarFactory.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 01ffb1db7c32cb7418ec4069b3ef501e -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scripts/DoohickeyFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scripts/DoohickeyFactory.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scripts/DoohickeyFactory.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 18ebbcfe4716120479262f5d85a76b9a -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scripts/GearComponent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scripts/GearComponent.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scripts/GearComponent.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9915a57bb5c2dfa48869691a00573ed2 -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scripts/GearFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scripts/GearFactory.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scripts/GearFactory.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 03d70db25aa346f3ba5b4b2016bf5344 3 | timeCreated: 1754394384 -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scripts/RagdollFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scripts/RagdollFactory.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scripts/RagdollFactory.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e939ae625de349c0bb09d4a2ec7d5197 3 | timeCreated: 1754394501 -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scripts/SoftbodyFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Scripts/SoftbodyFactory.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Scripts/SoftbodyFactory.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1e58f8e524d74a9e99b41f94119fc065 3 | timeCreated: 1754394471 -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Settings.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Settings.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Sprites.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Sprites.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Sprites/box2d-logo.pdn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Sprites/box2d-logo.pdn -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Sprites/box2d-logo.pdn.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Sprites/box2d-logo.pdn.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Sprites/box2d-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Sprites/box2d-logo.png -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Sprites/box2d-logo.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Sprites/box2d-logo.png.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Sprites/checker-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Sprites/checker-dark.png -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Sprites/checker-dark.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Sprites/checker-dark.png.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Sprites/checker-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Sprites/checker-light.png -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Sprites/checker-light.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Sprites/checker-light.png.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/URP.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/URP.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/URP/DefaultVolumeProfile.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/URP/DefaultVolumeProfile.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/URP/DefaultVolumeProfile.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/URP/DefaultVolumeProfile.asset.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Visuals.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Visuals.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Visuals/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Visuals/Materials.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Visuals/Sprites.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Visuals/Sprites.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Visuals/Sprites/Building.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Visuals/Sprites/Building.png -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Visuals/Sprites/Building.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Visuals/Sprites/Building.png.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Visuals/Sprites/box2d-logo.pdn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Visuals/Sprites/box2d-logo.pdn -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Visuals/Sprites/box2d-logo.pdn.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Visuals/Sprites/box2d-logo.pdn.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Visuals/Sprites/box2d-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Visuals/Sprites/box2d-logo.png -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Visuals/Sprites/box2d-logo.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Visuals/Sprites/box2d-logo.png.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Visuals/Sprites/checker-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Visuals/Sprites/checker-dark.png -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Assets/Visuals/Sprites/checker-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Assets/Visuals/Sprites/checker-light.png -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/LICENSE.md -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/Packages/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/Packages/manifest.json -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/ProjectSettings/MemorySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/ProjectSettings/MemorySettings.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/ProjectSettings/MultiplayerManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/ProjectSettings/MultiplayerManager.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/ProjectSettings/ProjectVersion.txt -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/ProjectSettings/SceneTemplateSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/ProjectSettings/SceneTemplateSettings.json -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/ProjectSettings/ShaderGraphSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/ProjectSettings/ShaderGraphSettings.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/ProjectSettings/URPProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/ProjectSettings/URPProjectSettings.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/ProjectSettings/VFXManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/ProjectSettings/VFXManager.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/ProjectSettings/XRSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/ProjectSettings/XRSettings.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Sandbox/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Sandbox/README.md -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/.editorconfig -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/.gitignore -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/Assets/Editor.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/Editor/PhysicsDevUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/Assets/Editor/PhysicsDevUtility.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/Editor/PhysicsDevUtility.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e34437d09028df2418ea923e955e309e -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/Examples.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/Assets/Examples.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/Examples/ContactFilteringExtensions/ContactExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 89ac9028f1a04fc88d31f1da9a85d558 3 | timeCreated: 1761034838 -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/Examples/ContactFilteringExtensions/ContactFiltering.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cd954d6f0fac75248b63ed1179529c5b -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/Examples/Ownership.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/Assets/Examples/Ownership.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/Examples/Ownership/GearComponent.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f7e4e45b411fc7d439baf8b49cd4c220 -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/Examples/Ownership/Ownership.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/Assets/Examples/Ownership/Ownership.unity -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/Examples/Ownership/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/Assets/Examples/Ownership/README.md -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/Examples/Ownership/README.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/Assets/Examples/Ownership/README.md.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/Examples/ShadowCaster.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/Assets/Examples/ShadowCaster.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/Examples/ShadowCaster/Providers/SceneBodyShadowProvider.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 282f3ced19e6dd741b1a3cfefc35404b 3 | timeCreated: 1763898400 4 | -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/Examples/ShadowCaster/Providers/SceneShadowProviderBase.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b0afdfd2901245649f04cdc98a81d535 3 | timeCreated: 1763907627 -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/Examples/ShadowCaster/Providers/SceneShadowRegion.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e58a1d1b490c404fa6853fec0495426f 3 | timeCreated: 1763898907 -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/Examples/ShadowCaster/Providers/SceneShadowRegionProvider.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 12cfcb593eb740e3bbed44af87010f53 3 | timeCreated: 1763898400 -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/Examples/ShadowCaster/Providers/SceneShapeShadowProvider.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a33d2983f7b7eb34898c4aadf2dc6903 3 | timeCreated: 1763898400 4 | -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/Examples/ShadowCaster/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/Assets/Examples/ShadowCaster/README.md -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/Examples/SuggestedAPI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dd047520caae4cb08a154bb24525ac3e 3 | timeCreated: 1764010461 -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/Examples/SuggestedAPI/PhysicsAPIExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ab78fcca2dcad9c4190795838a5e859e -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/Examples/SuggestedAPI/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/Assets/Examples/SuggestedAPI/README.md -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/Assets/Materials.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/Materials/Checkered.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/Assets/Materials/Checkered.mat -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/Materials/Checkered.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/Assets/Materials/Checkered.mat.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/Assets/Prefabs.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/Prefabs/MainCamera.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/Assets/Prefabs/MainCamera.prefab -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/Prefabs/MainCamera.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/Assets/Prefabs/MainCamera.prefab.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/Assets/Scripts.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/Scripts/DragScript.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/Assets/Scripts/DragScript.cs -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/Scripts/DragScript.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 77cb06dd43982ef46aad4b9d16930dd3 -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/Settings.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/Assets/Settings.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/Sprites.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/Assets/Sprites.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/Sprites/UnityLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/Assets/Sprites/UnityLogo.png -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/Sprites/UnityLogo.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/Assets/Sprites/UnityLogo.png.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/Sprites/Wheel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/Assets/Sprites/Wheel.png -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/Sprites/Wheel.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/Assets/Sprites/Wheel.png.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/Sprites/box2d-logo.pdn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/Assets/Sprites/box2d-logo.pdn -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/Sprites/box2d-logo.pdn.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/Assets/Sprites/box2d-logo.pdn.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/Sprites/box2d-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/Assets/Sprites/box2d-logo.png -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/Sprites/box2d-logo.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/Assets/Sprites/box2d-logo.png.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/Sprites/checker-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/Assets/Sprites/checker-dark.png -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/Sprites/checker-dark.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/Assets/Sprites/checker-dark.png.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/Sprites/checker-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/Assets/Sprites/checker-light.png -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/Sprites/checker-light.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/Assets/Sprites/checker-light.png.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/Sprites/checkered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/Assets/Sprites/checkered.png -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/Sprites/checkered.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/Assets/Sprites/checkered.png.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/URP.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/Assets/URP.meta -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Assets/URP/DefaultVolumeProfile.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/Assets/URP/DefaultVolumeProfile.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/Packages/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/Packages/manifest.json -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/ProjectSettings/MemorySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/ProjectSettings/MemorySettings.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/ProjectSettings/MultiplayerManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/ProjectSettings/MultiplayerManager.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/ProjectSettings/ProjectVersion.txt -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/ProjectSettings/ShaderGraphSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/ProjectSettings/ShaderGraphSettings.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/ProjectSettings/URPProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/ProjectSettings/URPProjectSettings.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/ProjectSettings/VFXManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/ProjectSettings/VFXManager.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/ProjectSettings/XRSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/ProjectSettings/XRSettings.asset -------------------------------------------------------------------------------- /LowLevel/Projects/Snippets/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/Projects/Snippets/README.md -------------------------------------------------------------------------------- /LowLevel/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/LowLevel/README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/PhysicsExamples2D/HEAD/README.md --------------------------------------------------------------------------------