Hey!
it seems that the NullEngine is trying to render AdvancedDynamicTextures - is this correct behaviour and should I work around this when running tests or should we do a PR when AdvancedDynamicTextures are ignored in NullEngine?
console.error
TypeError: Cannot set property 'font' of null
at AdvancedDynamicTexture._render (.../@babylonjs/gui/2D/advancedDynamicTexture.js:626:21)
at AdvancedDynamicTexture._checkUpdate (.../@babylonjs/gui/2D/advancedDynamicTexture.js:618:14)
at Observer.callback (.../@babylonjs/gui/2D/advancedDynamicTexture.js:127:107)
at Observable.notifyObservers (.../@babylonjs/core/Misc/observable.js:286:49)
Thanks