A SketchUp extension for publishing SketchUp models as 3D Tiles to your Cesium ion account for use in CesiumJS and other applications.
See our official extension page https://extensions.sketchup.com/en/content/cesium-ion
Go to https://cesium.com/ and create an account
Instructions can be found here.
gem install bundler
bundler install
Run the following command
ruby ./build.rb
The plugin file will be located at ./build/cesium_ion.rbz.
Under the Windows menu, select Extension Manager
Click Install Extension
Select the build/cesium.rbz file you built
Once it is installed, you can Publish from the Extensions->Cesium ion->Publish menu item
- Update the version in cesium_ion.rb
- Tag the version and push it
- git tag -a v1.x.x -m "Version 1.x.x"
- git push origin v1.x.x
 
- Go to the Extension Warehouse
- Select My Extensionsfrom the dropdown on the right side
- Click Manage Storeon the left side
- Click Editnext to theCesium ionExtension
- Change whatever you need to. Be sure to update the .rbzfile and theWhat's Newsection
- Click Save Draft
- On the next page click Publish




