Amazon Sumerian is a set of tools for creating Augmented Reality (AR), Virtual Reality (VR) and 3D app experiences on the web. With Sumerian, you can construct an interactive 3D scene without any programming experience and publish it as a website.
Questions tagged [amazon-sumerian]
20 questions
4
votes
0 answers
com.google.wireless.android.sdk.stats.IntellijIndexingStats error when building AWS sumerian java project
I have downloaded the following project from GIT amazon-sumerian-arcore-starter-app, with the intention of running it on my Android device to play around. I am not a Java programmer by nature, so have downloaded Android Studio for Windows in order…

JamesMatson
- 2,522
- 2
- 37
- 86
1
vote
0 answers
Why is AWS Sumerian transitioning to Babylon.js? Any alternative AWS services planned in future?
The AWS Faqs : https://aws.amazon.com/sumerian/faqs/ Suggest the AWS Sumerian is going to transition to BABYLON.JS.
However, why is AWS planning to sunset this Service ?
Is there any new AWS service planned to be release for future ?
Any drawbacks…

Subarnarekha
- 95
- 2
- 6
1
vote
0 answers
Getting User Utterance as Text in Amazon Sumerian
I have a Sumerian Host that acts basically as a front-end for a Lex chatbot.
However, in some cases, I need to to some processing based on the actual user utterance (that is, the text of what the user says). Is there a way I can use "Send Audio to…

mzattera
- 13
- 5
1
vote
0 answers
Privately published AWS Sumerian scene in React Web App does not include chatbot feature(Polly and Lex)
I am not able to get the chatbot features to work when the scene is published privately with Amplify, how do I include Polly and Lex in a privately published scene in Sumerian (Publishing it publicly works exactly as it is in the Sumerian editor)? …

joseph chai
- 21
- 3
1
vote
1 answer
Show Lex response in Sumerian 3D HTML
I have a Amazon Sumerian Chat Bot connected to Amazon's Lex.
Currently, the chatbot responds back to the user in voice only.
How do I connect Lex to a 3D HTML entity in Sumerian to display the Lex response?

Niki Rogalski
- 11
- 2
1
vote
0 answers
Ways to minimize lag in Sumerien IDE Update time
It honestly feels like I'm using a Windows 2K machine that is 20 years old...
It seems: Every single thing is laggy in Sumerian. Adding a component or even changing a component property, or even selecting an entity.
Is there a way to minimize the…

ina
- 19,167
- 39
- 122
- 201
1
vote
1 answer
How to add a Amazon polly TTS and speech marker to a 3D model build in MAYA?
We have a web application which loads a 3D model(Build in MAYA) in the browser using Three.js. I need the following things to be added,
Text To Speech using Amazon Polly.
Get the Speech Marker from Amazon Polly and then the 3D model needs to use…

Hub
- 87
- 1
- 8
1
vote
1 answer
Start Scene without clicking start button on amazon sumerian
I am beginner in AWS Sumerian, I want to start scene without clicking start button.
as shown in the image.
please help me thanks in advance.

Amit Yadav
- 481
- 3
- 11
0
votes
1 answer
How do I integrate AWS Sumerian Host without the use of AWS Polly?
AWS Sumerian host: https://github.com/aws-samples/amazon-sumerian-hosts
The example shown seems to be tightly integrated with Amazon Polly (both ThreeJS and BabylonJS versions). Is there a way to use the 3D assets provided, but use a self-hosted…
0
votes
0 answers
How to update and call inside 'then()' function
playSpeech(body) {
this._isSpeaking = true;
this._hostSpeechComponent.addSpeech(this._speech);
this._speech.updateConfig({
entity: this._host,
body: '' + body + ' ',
type: 'ssml',
voice:…

ganesh tarone
- 1
- 2
0
votes
0 answers
How to play an audio file as speech for an Amazon Sumerian Host?
I have an mp3 file saved in Amazon S3. I want my Amazon Sumerian host to speak that audio file. So how do I make my Sumerian host speak from that audio file?

GANESH TARONE
- 11
- 1
- 2
0
votes
0 answers
How to connect an aws sumerian acene with aws iot core?
I am fairly new to AWS Sumerian and AWS IoT core, I want to send data from a raspberry pi to IoT core and simulate the same action in AWS Sumerian scene, I am able to form a communication between the raspberry pi and IoT core shadow but the data…

phoenix
- 49
- 7
0
votes
1 answer
How can use a large (mora than 1500 characters) SSML speech file into aws sumerian with amazon polly?
I´m working in AWS sumerian and I use a host to speech my ssml file. When I use more than 1500 characters the scene can not run and I receive a message error that the max lengh has reached.
I want need to use a ssml speech file with more than 5000…

Jcjerez
- 1
0
votes
2 answers
Calling external web service using Amazon sumerian
I am new to Amazon Sumerian and been exploring it's features however I am still not sure about one thing.
How do I call external web service using Amazon sumerian scripting or Sumerian interface?
I am a front end resource and diving into 3d world…

Akki619
- 2,386
- 6
- 26
- 56
0
votes
1 answer
How to get world position of an entity in Amazon Sumerian?
In Amazon Sumerian, ctx.entity.transformComponent.position gives position of the entity in local space of parent.
How can you get the world position of an entity?

Gkills
- 587
- 1
- 6
- 28