moraxy
moraxy
Sounds similar to the unfortunately long defunct [Extension Gallery and Web Store Inspector](https://chrome.google.com/webstore/detail/extension-gallery-and-web/bbamfloeabgknfklmgbpjcgofcokhpia)  A bit basic, but it already had at least an API scanner as well as some...
it's due to the removal of `sessionId` in ChromeDevTools/devtools-frontend/commit@39f4e51bdf5f9d3ebd63db967cfc383f6e386328 ([1](https://github.com/ChromeDevTools/devtools-frontend/commit/39f4e51bdf5f9d3ebd63db967cfc383f6e386328#diff-90b34246e0a8d71e832bc76e59b274f4), [2](https://github.com/ChromeDevTools/devtools-frontend/commit/39f4e51bdf5f9d3ebd63db967cfc383f6e386328#diff-8defcc71faeb95206361118cf90ef731), etc.) Removing the `if` as in [here](https://github.com/ChromeDevTools/devtools-frontend/commit/39f4e51bdf5f9d3ebd63db967cfc383f6e386328#diff-8defcc71faeb95206361118cf90ef731R258) ```js if (this._sessionId === sessionId) this._layerTreeId = event.args['layerTreeId'] || event.args['data']['layerTreeId']; ``` is...
Any update on this?
Here's what I got so far after a quick look: After your `uint32[number of materials]` are `80802` floats, possibly values for the height map. The `32 bytes - unknown` are...