Prefabshop is an customizable tool which allows you to place Prefabs on colliders surfaces in the scene view. Project plan https://trello.com/b/BXGkQKmK/prefabshop
- Unity 2019.1 or later
- Create folder in your project eg
Assets/Packages/Prefabshop
- Open created folder in GitBush or over Version Control System
- If your project is repository, then add this rep like submodule
git submodule add https://github.com/Raptorij/Prefabshop.git Assets/Packages/Prefabshop/
- If you project is no repository, then just use:
git init
git remote add origin https://github.com/Raptorij/Prefabshop.git
git pull origin master
- Open Prefabshop window in
Tools/Prefabshop
- Load BrushInfo asset which includes list of prefabs
- Select tool with hotkey or button in top left corner of the SceneView
- Set up tool parameters in opened Parameters window
- Use tool...