hytopia-physics
Installation
SKILL.md
HYTOPIA Physics & Collision
This skill helps you implement physics and collision in HYTOPIA SDK games.
Documentation: https://dev.hytopia.com/sdk-guides/physics
When to Use This Skill
Use this skill when the user:
- Wants to add physics to entities (gravity, velocity, forces)
- Needs collision detection between objects
- Asks about raycasting for hit detection
- Wants to create physics-based gameplay (projectiles, explosions)
- Needs to configure colliders (boxes, spheres, meshes)
- Asks about physics materials (friction, bounciness)