hz-unity-fbx-import

Validate full URLs for FBX imports into Unity's Unity_ImportExternalModel tool.

176|17|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/meta-quest/agentic-tools --skill hz-unity-fbx-import
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hz-unity-fbx-import
Source: https://github.com/meta-quest/agentic-tools/tree/main/skills/hz-unity-fbx-import
Command: npx skills add https://github.com/meta-quest/agentic-tools --skill hz-unity-fbx-import

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill solves the issue of incomplete paths when importing external 3D models into Unity, ensuring the success of the Unity_ImportExternalModel tool calls for Meta Quest and Horizon OS.

Core Features & Use Cases

  • URL Validation: Validates the URL format for FBX files or ZIP archives before import.
  • Absolute Paths: Ensures absolute paths for local files.
  • Complete Import: Imports the FBX model or ZIP archive into Unity.
  • Use Case: When adding 3D models to a Unity project targeting Meta Quest, ensure full and absolute paths for smooth FBX file imports.

Quick Start

Import an FBX file from the URL 'https://example.com/models/character.fbx' with a desired height of 2 meters.

Frequently Asked Questions about hz-unity-fbx-import

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

FAQPage Schema
How do I import FBX files into Unity for Meta Quest using full URLs?

To import FBX files into Unity for Meta Quest, you must use full and complete URLs or absolute paths for local files. Validating the URL format before import ensures the Unity_ImportExternalModel tool functions correctly.

Why does my Unity FBX model import fail when using relative paths?

Unity FBX model imports fail with relative paths because the import tool requires absolute paths for local files and validated full URLs for remote files to successfully process 3D models.

Can I import a ZIP archive of 3D models into a Unity project for Horizon OS?

Yes, you can import a ZIP archive into a Unity project for Horizon OS. The import process validates the URL format for ZIP archives just like FBX files to ensure a complete model import.

What is the best way to ensure complete external 3D model imports in Unity?

The best way to ensure complete external 3D model imports in Unity is to validate the URL format of FBX files or ZIP archives beforehand, guaranteeing that absolute paths are used for smooth processing.

Do I need to validate FBX URLs before importing models into Unity for Meta Quest?

Yes, you need to validate FBX URLs before importing models into Unity for Meta Quest. URL validation checks the format of FBX files or ZIP archives to prevent incomplete path errors during the import process.

Does the Unity model import process support setting a specific height for FBX files?

Yes, the Unity model import process supports setting a specific height for FBX files. You can import an FBX file from a URL and specify a desired height, such as 2 meters, during the tool call.