packages/public/umd/babylonjs-inspector/readme.md
Note: This is the legacy inspector. For the new inspector, use the
babylonjs-inspectorpackage (inspector v2), or the ES6@babylonjs/inspector. See the Inspector v2 documentation.
For usage documentation on the legacy inspector, see the legacy inspector documentation.
The inspector will be automatically (async) loaded when starting the debug layer, if not already included.
⚠️ WARNING: The CDN should not be used in production environments. The purpose of our CDN is to serve Babylon packages to users learning how to use the platform or running small experiments. Once you've built an application and are ready to share it with the world at large, you should serve all packages from your own CDN.
The latest compiled js file is offered on our public CDN here:
To install using npm:
npm install babylonjs babylonjs-inspector
Afterwards it can be imported to the project using:
import * as BABYLON from "babylonjs";
import "babylonjs-inspector";