-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update $ENV:UNITY line in developer-setup.md
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
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 |
---|---|---|
|
@@ -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 | ||
|