Get Started with DevLoot
Install the DevLoot Manager in Unity to browse, install, and update your purchased assets directly from the editor. Just like the built-in Package Manager, but for DevLoot.
Choose your install method
Extract into your project
Unzip the file and move the com.devloot.manager folder into your Unity project's Packages/ directory.
YourProject/
Assets/
Packages/
com.devloot.manager/ <-- put it here
package.json
Runtime/
Editor/Open DevLoot in Unity
Go to DevLoot > Asset Manager in the Unity menu bar. Log in with your DevLoot API key and you're set.
What you get
Asset Manager
Browse and install your purchased assets from right inside the Unity editor. Familiar DPM-style interface.
Auto Updates
Get notified when assets you own have new versions. One-click update, no re-downloading.
Publish Tool
Vendors can pack and publish directly from Unity. Version management, metadata, all built in.
Selling assets? Start from the DPM template
To appear in the DevLoot Manager with one-click install and automatic updates, your asset should be a DevLoot Package Manager tarball. Our starter template has the exact folder layout, a sample assembly, and a step-by-step README — edit package.json, run npm pack, and upload the .tgz on DevLoot.