offlineMode | 指定包管理器是否从远程 Unity 包注册表请求有关项目包的最新信息。当 offlineMode 为 true 时,包管理器返回的 PackageCollection 中的 PackageInfo 对象包含从本地包缓存获取的信息,这些信息可能已经过时。 |
includeIndirectDependencies | Set to true to include indirect dependencies in the PackageCollection returned by the Package Manager. Indirect dependencies include packages referenced in the manifests of project packages or in the manifests of other indirect dependencies. Set to false to include only the packages listed directly in the project manifest. Note: The version reported might not match the version requested in the project manifest. For more information, see Dependency and resolution. |
ListRequest
A ListRequest instance, which you can use to get the PackageCollection representing the packages used in the project from the ListRequest.Result
property.
列出项目所依赖的包。
Computes and returns the set of all packages that the project depends on (the resolved dependency graph) without physically downloading or installing any packages. The operation result contains only the resolved dependency graph as a PackageCollection.
List()
is an asynchronous operation. Before the operation is complete, you can use the ListRequest
instance to monitor the asynchronous operation.
Note: Make sure any other Client operations have completed before calling this method. For more information, see the note on the Client class reference page.
See Also: PackageInfo.GetAllRegisteredPackages
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.