A Unity editor tool that allows for quick placement and erasure of project prefabs in 2D and 3D game scenes.
Options for installation:
- Option A: Package Manager with Git (Recommended)
- Ensure you have Git installed and your Unity Version supports Git package manager imports (2019+)
- In Unity go to Window -> Package Manager
- Press the + icon in the top left
- Click "Add package from Git URL"
- Enter the following into the field and press enter:
https://github.com/Orange-Panda/Prefab-Painter.git
- Option B: Package Manager from Disk
- Download the repository and note down where the repository is saved.
- In Unity go to Window -> Package Manager
- Press the + icon in the top left
- Click "Add package from disk"
- Select the file from Step 1
- Option C: Import Package Manually
- Download the repository
- In Unity's project window drag the folder into the "Packages" folder on the left hand side beside the "Assets" folder