agentsclimarketplace

Unreal chaos

Skill a5c-ai/babysitter/library/specializations/game-development/skills/unreal-chaos

Unreal Engine Chaos physics skill for destruction, vehicle simulation, and cloth physics.From its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill unreal-chaos

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

1.8 KB, 304 tokens by cl100k_base, as published. Nobody here has run it

Unreal Chaos Skill

Chaos physics system for Unreal Engine.

Overview

This skill provides capabilities for implementing physics-based destruction, vehicles, and soft body simulation using Unreal's Chaos physics system.

Capabilities

Destruction

  • Create geometry collections
  • Configure fracture patterns
  • Handle debris simulation
  • Manage collision clusters

Vehicle Physics

  • Implement wheel vehicles
  • Configure suspension
  • Handle aerodynamics
  • Manage vehicle networking

Cloth Simulation

  • Configure cloth assets
  • Handle collision
  • Manage constraints
  • Optimize performance

Physics Fields

  • Apply force fields
  • Create attraction/repulsion
  • Handle noise fields
  • Manage field interactions

Prerequisites

  • Unreal Engine 5.0+
  • Chaos enabled (default)

Usage Patterns

Geometry Collection Setup

1. Create Geometry Collection from mesh
2. Configure fracture settings
3. Add cluster connections
4. Set physics properties
5. Place in level

Vehicle Setup

// Configure in Vehicle Movement Component
WheelSetups.Add(FWheelSetup{
    WheelClass,
    BoneName,
    WheelOffset
});

Best Practices

  1. Profile destruction complexity
  2. Use LOD for distant debris
  3. Configure sleep thresholds
  4. Test networked destruction
  5. Manage cluster counts

References

What ships with it: 1 file

785 B alongside SKILL.md

Keep looking

Skills are one crate of 326,059. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.