Surprisingly enough, I haven’t been able to find a convenient page that lists all packages along with links to the latest documentation… so I made my own.
Missing package? Broken link? Outdated info? You can help keep this page up to date on Github.
Feel free to add useful links to blog posts, video tutorials, forums, threads, etc.
About packages
A “package” is a container that stores various types of features or assets, such as:
- Editor tools and libraries, such as a text editor, an animation viewer or test frameworks.
- Runtime tools and libraries like the Physics API or a Graphics pipeline.
- Asset collections, such as Textures or animations.
- Project templates to share common project types with others.
Install packages using the Unity Package Manager.
Some packages (eg. experimental ones) might not show up in the package list automatically; to install them use the Add package by name...
option. Look up the Package ID in the table below.
On older Unity versions, you can use the Add package from Git URL...
option instead (simply paste the Package ID instead of the repository URL).
If you prefer, you can also manage packages via the manifest.json
file stored in Assets/Packages/
in your project path.
Learn how the package manager works here.
Read about package states, versions and lifecycle here.
Package list
About built-in packages
Built-in packages allow users to toggle Unity features on or off through the Package Manager. Enabling or disabling a package reduces the run-time build size. For example, most Projects don’t use the legacy Particle System.
When you remove a built-in package for a feature, Unity does not include the related code and resources when you build your final application. Typically, these built-in packages contain only the package manifest and are bundled with Unity (rather than available on the package registry).
You can add or remove built-in packages in the Package Manager, in the Built-in
tab.
Disabling unneeded packages early in development will help you avoid referencing them by accident.
Built-in package list
Package ID | Script Reference | Links |
---|---|---|
com.unity.modules.ai |
AI (Pathfinding) | Manual Tutorial Extras Package |
com.unity.modules.androidjni |
Android JNI | Manual |
com.unity.modules.animation |
Animation (Mecanim) | Manual Animation Forum |
com.unity.modules.assetbundle |
Asset Bundle | Manual Asset Bundles Forum Addressables Package |
com.unity.modules.audio |
Audio | Manual Audio Forum |
com.unity.modules.cloth |
Cloth | Manual |
com.unity.modules.director |
Director (Timeline) | Timeline Forum Docs Blog Posts Roadmap |
com.unity.modules.imageconversion |
Image Conversion | |
com.unity.modules.imgui |
IMGUI | Manual |
com.unity.modules.jsonserialize |
JSONSerialize (JsonUtility) | Manual |
com.unity.modules.nvidia |
NVIDIA (DLSS etc) | Manual |
com.unity.modules.particlesystem |
Particle System | Manual General Graphics Forum |
com.unity.modules.physics |
Physics | Manual Physics Forum |
com.unity.modules.physics2d |
Physics 2D | Manual 2D Forum |
com.unity.modules.screencapture |
Screen Capture | |
com.unity.modules.subsystems |
Subsystems | |
com.unity.modules.terrain |
Terrain | Manual World Building Forum |
com.unity.modules.terrainphysics |
Terrain Physics (Terrain Collider) | Manual Physics Forum |
com.unity.modules.tilemap |
Tilemap | Manual 2D Forum |
com.unity.modules.ui |
UI (UGUI) | UGUI Docs UGUI Forum |
com.unity.modules.uielements |
UI Elements (UI Toolkit) | Manual UI Toolkit Forum |
com.unity.modules.uielementsnative |
UI Elements Native | |
com.unity.modules.umbra |
Umbra (Occlusion Culling) | Manual General Graphics Forum |
com.unity.modules.unityanalytics |
Unity Analytics | Manual |
com.unity.modules.unitywebrequest |
Unity Web Request | Manual |
com.unity.modules.unitywebrequestassetbundle |
Unity Web Request Asset Bundle | Manual |
com.unity.modules.unitywebrequestaudio |
Unity Web Request Audio | Manual |
com.unity.modules.unitywebrequesttexture |
Unity Web Request Texture | Manual |
com.unity.modules.unitywebrequestwww |
Unity Web Request WWW | Manual |
com.unity.modules.vehicles |
Vehicles (Wheel Collider) | Manual Physics Forum |
com.unity.modules.video |
Video | Manual |
com.unity.modules.wind |
Wind (Wind Zone) | Manual |
com.unity.modules.vr |
VR | XR Manual XR Forum XR Roadmap |
com.unity.modules.xr |
XR | XR Manual XR Forum XR Roadmap |
Todo
- Keep adding missing packages (eg. ones only available on GitHub)
- Add more links (eg. YT tutorials)
- Add list of built-in modules
- Improve table readability