unity-physics-spatial
SolidUse for Rigidbody or collider setup, collider validation, physics debugging, raycasts, proximity, or physics-related spatial analysis.
Install
Quality Score: 82/100
Skill Content
Details
- Author
- german-krasnikov
- Repository
- german-krasnikov/unity-biome-mcp
- Created
- 2 months ago
- Last Updated
- today
- Language
- C#
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
unity-physics
Use when working with Unity's physics system — Rigidbody/Collider setup, CharacterController, raycasting, layers and the collision matrix, or choosing between 3D and 2D physics. Grounds answers in the local Unity 6.3 docs over pretrained knowledge.
unity-2d-physics-lowlevel
Use when working with Unity's new low-level 2D physics API (Box2D-based rewrite) directly, as distinct from the classic Rigidbody2D/Collider2D component workflow. Grounds answers in the local Unity 6.3 docs over pretrained knowledge.
unity-ai-navigation
Use when implementing Unity NPC pathfinding or navigation — NavMesh baking, NavMeshAgent, NavMeshObstacle, NavMeshSurface, or off-mesh links. Grounds answers in the local Unity 6.3 docs over pretrained knowledge.