unity

Integrate Unity APIs into EFT modding projects for object navigation and physics detection.

2|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/Blackhorse311/BotMind --skill unity-blackhorse311
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity
Source: https://github.com/Blackhorse311/BotMind/tree/main/.claude/skills/unity
Command: npx skills add https://github.com/Blackhorse311/BotMind --skill unity-blackhorse311

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill facilitates the integration and manipulation of Unity APIs within EFT modding circumstances, enabling developers to work effectively with game objects, physics, navigation, and coroutines.

Core Features & Use Cases

  • Unity API Usage: Guides on working with UnityEngine components, physics overlaps, NavMesh validation, and vector calculations.
  • GameObject and Transform Handling: Best practices for object retrieval, caching, and null safety.
  • Use Case: Implement complex AI behaviors that require precise navigation, environmental detection, and physics-based interactions in EFT mods.

Quick Start

Describe how to validate NavMesh positions before navigation and perform area detection with physics overlap in plain English.

Frequently Asked Questions about unity

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate NavMesh positions before navigation in EFT mods?

To validate NavMesh positions in EFT modding, you can use Unity API instructions to check area validity before pathfinding. This ensures game objects only navigate accessible meshes, preventing AI behaviors from failing on invalid terrain.

What is the best way to handle GameObject retrieval and null safety in Unity?

The best way to handle GameObject retrieval is by applying Unity API best practices for object caching and null safety. This prevents reference errors during runtime and optimizes mod performance by avoiding repeated lookups.

How do I perform area detection with physics overlap in Unity?

You can perform area detection using Unity physics overlap APIs to check for colliders within a specific volume. This enables precise environmental detection for complex AI interactions in EFT modifications.

Can I use Unity coroutines for performance optimization in EFT modding?

Yes, you can use Unity coroutines to manage timing and spread out computational loads across frames. This approach supports performance optimization by preventing frame drops during complex physics calculations.

Does this Skill support vector calculations for AI navigation?

Yes, it supports Unity vector calculations required for precise AI navigation. You can compute directions, distances, and spatial relationships to implement complex movement behaviors in EFT game modifications.

Why are my Unity physics overlaps not detecting colliders correctly?

Physics overlaps may fail due to incorrect layer masks or outdated object references. Ensure you apply proper null safety and caching techniques to maintain valid collider references during runtime detection checks.