let ui = this.entity.findByName("ui");
let temp = this.app.assets.get(121256476).resource.instantiate();
ui.addChild(temp);
temp.setLocalPosition(0,0,0);
add this script on the root, it will create a template on the 2d screen named “ui”, but this get a very big image…