Closed ghost closed 6 years ago
Hey @alloatech,
This error happens when there is something wrong with the sumerian scene configuration downloaded after publish. Unfortunately, the ctrl + e export is not currently supported for this use case.
Is this a scene you have already published?
You can privately publish a scene and get the correct scene configuration used for Amplify in the upper right corner of your Sumerian console. Looks like this:
Closing this issue as I have added relevant documentation here: https://aws-amplify.github.io/docs/js/xr
This issue has been automatically locked since there hasn't been any recent activity after it was closed. Please open a new issue for related bugs.
Looking for a help forum? We recommend joining the Amplify Community Discord server *-help
channels or Discussions for those types of questions.
I am working through the XR Guide and I am getting the following error -
I am not sure that I am downloading the sumerian config file correctly as I think the export functionality has changed. I don't see that option on the Publish dialog but tried to use the ctrl-e - config file export functionality and referencing it as a json file to load into the XR.configure
`import { Analytics, XR } from 'aws-amplify'; import demoSceneConfig from './demo-scene.json'; // This file will be generated by the Sumerian AWS Console
XR.configure({ // XR category configuration SumerianProvider: { // Sumerian specific configuration region: 'us-east-1', scenes: { "splash": { // Friendly scene name sceneConfig: demoSceneConfig // Scene configuration from Sumerian publish } } } }});`
Thanks!
John