Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 688 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 688 Bytes

Unity Scene Inspector

Helper package which extends default toolbar with scene utilities.

This tool allows you to switch fast between scenes in your project, play first scene even if isn't active and pin selected scenes to toolbar.

unity-scene-inspector

How to use

Unity 2018.1 or higher

  1. Open your project folder
  2. Enter Packages directory
  3. Open manifest.json file
  4. Add "com.daancode.scene-inspector": "https://github.com/daancode/unity-scene-inspector.git" in dependencies section

Older Unity version

  1. Download repository
  2. Extract files to any directory in your unity project, eg. Assets/3rdParty/SceneInspector