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?

질문됨 일 년 전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
답변함 일 년 전
  • 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!

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠