Skip to content

Commit

Permalink
update $ENV:UNITY line in developer-setup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jqntn authored Oct 29, 2024
1 parent 3c202b9 commit 2b94790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation~/developer-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ The cesium-unity-samples project has several scenes that help you to quickly get
To create a release package of Cesium for Unity, suitable to be installed with the Unity Package Manager, do the following (adjust the Unity path for your system):

```
$ENV:UNITY="C:\Program Files\Unity\Hub\Editor\2021.3.13f1\Editor\Unity.exe"
$ENV:UNITY="C:\Program Files\Unity\Hub\Editor\2022.3.41f1\Editor\Unity.exe"
mkdir -p c:\cesium\CesiumForUnityBuildProject\Packages
cd c:\cesium\CesiumForUnityBuildProject\Packages
git clone --recurse-submodules [email protected]:CesiumGS/cesium-unity.git com.cesium.unity
Expand Down

0 comments on commit 2b94790

Please sign in to comment.