3D Artist Unity Tools

Random Unity editor scripts for cross-platform 3D content migration.

⚠️ Important Notice

These scripts are provided as-is without warranty. Limited testing has been done. Always backup your projects before use. No support is provided.

Missing Scripts Replacer

Replace missing script references on GameObjects in scene with placeholder components to prevent errors while retaining visual reminders of where components go.

Remove Missing Script Placeholders

Companion to Missing Scripts Replacer: Remove placeholder entries for missing scripts from GameObjects and components in scene.

Prefab Missing Script Cleaner

Remove missing script components from prefabs in selected folder to prevent errors

Remove Missing Scripts Tool

Tool for detecting and removing missing script references from GameObjects in loaded scene.

Installation

  1. Download the `.cs` file you need from the links above
  2. Place it in your project's `Assets/Editor/` folder
  3. Unity will automatically compile the script
  4. Access tools via Unity's menu system