Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

Install via UPM

Add to Unity Package Manager using this URL

https://www.pkglnk.dev/profiler.git

README Markdown

Copy this to your project's README.md

Style
Preview
pkglnk installs badge
## Installation

Add **FrameDoctor** to your Unity project via Package Manager:

1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/profiler.git
```

[![pkglnk](https://www.pkglnk.dev/badge/profiler.svg?style=pkglnk)](https://www.pkglnk.dev/pkg/profiler)

README

FrameDoctor Unity Plugin

AI-powered Unity Profiler analysis. Capture profiler data and get actionable optimization recommendations — directly from the Unity Editor.

Installation

Via Package Manager (Recommended)

  1. Open the Package Manager (Window > Package Manager)
  2. Click the + button in the top left
  3. Select Add package from git URL...
  4. Enter:
https://github.com/oliashford/framedoctor-unity.git

Via Local Path

  1. Clone or download this repository
  2. In Unity, open Package Manager
  3. Click + > Add package from disk...
  4. Select package.json from the cloned folder

Requirements

  • Unity 2021.3 or later

Quick Start

  1. Open the FrameDoctor window: Window > FrameDoctor
  2. Enter Play Mode or connect to a running build
  3. Click Start Capture to begin recording profiler data
  4. Click Stop & Export to save the data
  5. Sign in and click Upload & Analyse for AI-powered recommendations

Features

  • One-Click Capture - Record CPU, GPU, memory, rendering, and asset metrics
  • Structured CSV Export - Frame timing, GC allocations, draw calls, asset inventory
  • Cloud Analysis - Upload directly to framedoctor.dev for AI-powered insights
  • Actionable Recommendations - Get specific code fixes, asset optimizations, and quick wins
  • Configurable Settings - Capture duration, export path, auto-analysis after capture

Documentation

Full documentation is available at docs.framedoctor.dev.

License

MIT License - see LICENSE.md for details.

Comments

No comments yet. Be the first!