A small package that enables you to select entities in the unity sceneview.
It works both in play mode & edit mode.
(0. Enable DOTS>LivelinkMode>LiveConversionInEditMode to have all entities edit mode.)
- Make sure your focus is on the sceneview (not gameview)
- Point to the entity with mouse pointer
- Press the '1' key (Non Numpad)
=> Inspector window should show all info for entity.
The package is available on the openupm registry. You can install it via openupm-cli.
openupm add io.github.jonasdem.entityselection
- Click the green "Clone or download" button and copy the url.
- In Unity go to Window>Package Manager and Press the + sign in the left-top corner of the Package Manager window.
- Select "Add package from git URL...", Paste the URL and press "Add". Done!
Or manually add the dependency to the Packages/manifest.json file.
{
"dependencies": {
"io.github.jonasdem.entityselection": "https://github.com/JonasDeM/EntitySelection.git"
}
}
BugFixes and UX improvements are appreciated. Performance Improvements are welcome, since I'm not prioritizing those. No setup should ever be needed.
Thanks to Tom for making this repo a package.
If you want a 2019.2 (And probably 2019.1) compatible version, use the 2019.2 branch. Use "https://github.com/JonasDeM/EntitySelection.git#2019.2" in the "Install via git url" steps.