Smart Assist AI

Stop guessing what belongs in that empty slot. Smart Assist uses intelligent heuristics to suggest the most likely candidates for missing references.

How It Works

When a reference is missing, the Smart Assist engine:

  1. Analyzes the Variable Name: It reads the variable name (e.g., _playerHealth, spawnPoint, explosionSFX).
  2. Nicifies the Text: It converts m_EnemyTarget to “Enemy Target”.
  3. Searches the Database: It queries the AssetDatabase for assets that match this name.
  4. Type Matching: It filters results to ensure you don’t try to assign an Audio Clip to a Transform field (Coming Soon).

Usage

  1. Click the Suggest button next to a yellow (Warning) issue.
  2. A context menu will appear with the top 5 matches found in your project.
  3. Select an option, and the tool will automatically assign it.

[!TIP] Pro Tip: Use clear naming conventions in your code (e.g., playerPrefab instead of obj). The better your naming, the smarter the suggestions!


This site uses Just the Docs, a documentation theme for Jekyll.