-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9287e83
commit 45cfbf1
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,6 +97,16 @@ The add command fails if the package is not qualified: | |
|
||
You shall either resolve these issues manually or add the option `-f` to continue. | ||
|
||
You may specify the version to add in a few different ways: | ||
|
||
- A specific version like `[email protected]` | ||
- The latest tag like `com.my.package@latest` which will install the latest | ||
published version, including pre-releases. | ||
- No version at all like `com.my.package` which is identical to using the | ||
"latest" tag. | ||
- The stable tag like `com.my.package@stable` which will install the latest | ||
stable version, ie. excluding pre-releases. | ||
|
||
You can also add [testables](https://docs.unity3d.com/Manual/cus-tests.html) when importing: | ||
|
||
``` | ||
|