Detect engine version

Is there a way to detect, in Javascript, the engine version?
I’d like to get the current version as displayed in the console (e.g. v5.55.0).
I tried engine.getInfo() and getGlInfo() with no luck.

Thank you very mich

Hi,

BABYLON.Engine.Version

2 Likes

Thank you!