If you know the exact name of the package you want to install, you can use the Add package by name option to install it. This is a quick way to install a package from a registry.
Specifying the version is optional. If you don’t know which version to install, or want to install the latest compatible version, enter only the package name.
Note: The latest compatible version might not be the latest published package. If there is a released package version and a newer pre-release or experimental version, Package Manager selects the released package version, unless you explicitly input a value in the optional Version field.
Make sure you know the package’s name. The package name is a unique identifier, not the display name used on user interfaces and documentation.
For packages in the Unity registry, the name’s unique identifier uses reverse domain name notation, in the format com.unity.example
. For packages in a scoped registry, the name might not follow the same pattern.
For the Unity registry and any scoped registry you’ve added, if you can see the package in Package Manager, select it and view its details in the Inspector window. The Name value is the package name.
Other ways of determining a package name vary, depending on the registry that hosts it:
2D Animation
. The hyperlink value is the name of that package; in this case, com.unity.2d.animation
.name
value.https://docs.unity3d.com/Packages/com.unity.xr.arfoundation@5.0/manual/index.html
; the com.unity.xr.arfoundation
component is that package’s name.For a package in a scoped registry, if you can’t determine its name by using the Package Manager and Inspector windows, contact the package creator and request the package name. The package creator recorded this value as a required property in the package manifest file (package.json
).
To add a registry package by name, follow these steps:
Open the Package Manager window, if it’s not already open.
Click the add button in the status bar. The options for adding packages appear.
Select Add package by name from the add menu. Two text boxes and an Add button appear.
Enter the package Name, as determined in the Before you begin section.
Note: If you enter an invalid package name or version, Package Manager warns you that it can’t find that name or version. Verify that the package name and version are correct and try again.
(Optional) If you know which version you want to install, enter the full package version, such as 1.3.0-pre.2
, in the Version (optional) box.
Click Add. If Unity was able to install the package successfully, the package now appears in the package list like any other package installed from the registry.
注意:此方法适用于当前托管在 Unity 包注册表或您为当前项目设置的所有作用域包注册表中的所有包和版本。
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.