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?

已提問 1 年前檢視次數 350 次
1 個回答
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
已回答 1 年前
  • 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!

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南