Skip to content

Commit

Permalink
0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lilleyse committed Mar 21, 2023
1 parent ffcdc98 commit 0b2499e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

### v0.3.0 - 2023-03-20

- Split the Cesium USD plugins into their own Kit extension.
- Added on-screen credits.
- Added modal dialog prompting the user to enable Fabric Scene Delegate.
- General cleanup before public release.

### v0.2.0 - 2023-03-16

- Fixed raster overlay refinement.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ endif()
# Both CXX and C need to be given otherwise Conan may ignore the CMAKE_C_COMPILER flag
project(
CesiumOmniverse
VERSION 0.2.0
VERSION 0.3.0
DESCRIPTION "Cesium for Omniverse"
LANGUAGES CXX C)

Expand Down
12 changes: 6 additions & 6 deletions docs/release-guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ The resulting `.zip` file will be written to the `build-package` directory (e.g.

After the package is built, verify that the extension loads in Omniverse Create:

* Create an empty folder and unzip the package into it
* Load Omniverse Create
* Disable the existing Cesium for Omniverse extension and uncheck autoload
* Open Omniverse Create
* Remove the existing Cesium for Omniverse extension from the list of search paths
* Add a new search path pointing to the unzipped package's `exts` folder
* E.g. `/home/user/Desktop/cesium-omniverse-Windows-v0.0.0/exts`
* Close Omniverse Create
* Unzip the package to `$USERHOME$/Documents/Kit/Shared/exts`
* Open Omniverse Create
* Enable Cesium for Omniverse and check autoload
* Restart Omniverse Create
* Verify that there aren't any console errors
* Verify that you can load Cesium World Terrain and OSM buildings (make sure Fabric Scene Delegate is enabled)
* Verify that you can load Cesium World Terrain and OSM buildings
* Delete the extensions from `$USERHOME$/Documents/Kit/Shared/exts`
2 changes: 1 addition & 1 deletion exts/cesium.omniverse/config/extension.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
version = "0.2.0"
version = "0.3.0"
category = "simulation"
feature = false
app = false
Expand Down

0 comments on commit 0b2499e

Please sign in to comment.