Skip to content

Commit

Permalink
Fix UnityVersionInstallPath default value in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Vicarel committed Oct 17, 2022
1 parent c88f238 commit 99caf59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ Unity only stores one version of a Package in the `PackageCache` folder, so you
| `UnityVersionAsNumber` | 0.0 | Equals `$(UnityVersionMajor).$(UnityVersionMinor)`. Cannot be overriden. Useful for making numeric comparisons against the Unity version in MSBuild Conditions. |
| `UnityInstallRootDir` | `Unity\Hub\Editor` | Referenced by `UnityInstallRootPath`. |
| `UnityInstallRootPath` | `$(OSInstallRootPath)\$(UnityInstallRootDir)` | |
| `UnityVersionInstallPath` | `$(OSInstallRootPath)\$(UnityVersion)` | |
| `UnityVersionInstallPath` | `$(UnityInstallRootPath)\$(UnityVersion)` | |
| `UnityManagedDir` | `Editor\Data\Managed` on Linux/Windows or `Unity.app\Contents\Managed` on MacOS. | Referenced by `UnityManagedPath`. |
| `UnityManagedPath` | `$(UnityVersionInstallPath)\$(UnityManagedDir)` | |
| `UnityExtensionsDir` | `Editor\Data\UnityExtensions\Unity` on Linux/Windows or `Unity.app\Contents\UnityExtensions\Unity` on MacOS. | Referenced by `UnityExtensionsPath`. |
Expand Down

0 comments on commit 99caf59

Please sign in to comment.