Troubleshooting

beginner troubleshooting

Scene Pilot Pro · Troubleshooting & FAQ

Troubleshooting

This page covers the most common issues users encounter with Scene Pilot Pro and how to resolve them.

Health window shows no results

SymptomThe Health window scans but reports zero findings, even on a scene you expect to have issues.
CauseSome or all health checks may be disabled in the settings.
Solution
  1. Open the Health window settings (gear icon in the toolbar).
  2. Review the Disabled checks list and re-enable any checks you want to run.
  3. Make sure Show info checks is enabled if you want to see informational findings.
  4. Click Scan to re-run the diagnostics.

Bookmarks not persisting

SymptomCamera bookmarks (Places) disappear after closing and reopening Unity or switching scenes.
CauseBookmark data is stored in ProjectSettings/ScenePilotPro/bookmarks/. If this folder is not included in version control or is being deleted, bookmarks will be lost.
Solution
  1. Verify that the folder ProjectSettings/ScenePilotPro/ exists in your project.
  2. Add this folder to your version control system (Git, Plastic SCM, etc.).
  3. Make sure your .gitignore or equivalent is not excluding this folder.

Smart Focus not finding a good viewpoint

SymptomDouble-clicking an object in Browse or clicking Smart Focus results in a viewpoint that is too close, too far, or partially obstructed.
CauseSmart Focus calculates the viewpoint based on the object's renderer bounds. Very large objects, objects without renderers, or objects fully enclosed inside other geometry may produce suboptimal results.
Solution
  1. For very large objects (terrain, large buildings), manually frame the area of interest after Smart Focus.
  2. For objects without renderers (empty parents, trigger colliders), Smart Focus will use the transform position - you may need to adjust manually.
  3. Use the Places system to save good viewpoints that you return to frequently.

Health scan feels slow

SymptomThe Health scan takes a long time on a very large scene.
CauseScenes with thousands of objects and many unique textures/materials require more processing time.
Solution
  1. The scan uses an 8 ms per-frame budget, so the editor should remain responsive. The scan spreads its work across multiple frames to avoid freezing.
  2. If you only need to check specific areas, disable unneeded check categories in the settings to speed up the scan.
  3. Texture and material checks require importing asset metadata, which can be the slowest part. Disable these if you only care about object-level diagnostics.

Object Notes not showing in Scene View

SymptomNotes are visible in the Notes window but no floating windows appear in the Scene View.
CauseFloating notes are only shown when you double-click a note to open it. They are not displayed automatically.
Solution
  1. Open the Notes window (Ctrl+Shift+N).
  2. Double-click the note you want to see as a floating sticky in the Scene View.
  3. The floating window will appear and remain visible until you close it.
Still stuck? Visit the Kronnect Discord for direct support.
Was this page helpful?