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?

demandé il y a un an350 vues
1 réponse
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
répondu il y a un an
  • 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!

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions