moving existing AWS Sumerian scene to Babylon.js-AWS Amplify

1

How do you move existing AWS Sumerian scenes to Babylon.js-AWS Amplify? What are the specific step instructions to move existing AWS Sumerian scenes to Babylon.js-AWS Amplify?

asked a year ago342 views
1 Answer
1

The way you do this will be vary depending on what functionality your scene contains. But generally speaking, you'll do the following:

  1. Export your Sumerian scene as glTF. This will give you the models, materials, and animations from your scene. This tutorial will help.
  2. Create a new Babylon.js project using either the BabylonJS API (code-only approach) or the BabylonJS Editor (visual approach). In both cases, you'll need to use the documentation provided by Babylon for guidance.
  3. If your scene uses Sumerian Hosts or Amazon Lex, we've open-sourced those components of Sumerian. You can find instructions and demo applications that show you how to use them in BabylonJS at our official GitHub repository.

Since there is no way to export the logic and interactivity from Sumerian (including logic you've created using State Machines), you'll have to recreate that functionality from scratch directly in BabylonJS using JavaScript or TypeScript.

Finally, here are some other Sumerian migration tutorials that may help.

profile pictureAWS
Kris
answered a year ago
  • Thank you Kris for your answer. For some reason when i tried to export to glTF from the Sumerian scene i received the following errors: "...TypeError: Cannot set properties undefined (setting 'baseColorTexture') and ...No glTF "meshes" property value with index undefined was found....

    Please do have any ideas on how to resolve these issues? Thank you for your help!

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions