Uncaught TypeError: Cannot read properties of undefined (reading 'GUI')

This is working for me (alpha.60):

import { AdvancedDynamicTexture } from '@babylonjs/gui' 
const gui = AdvancedDynamicTexture.CreateFullscreenUI('gui', true, scene)
void gui.parseFromSnippetAsync('1F2VJQ')
3 Likes