Ryan Tremblay
Ryan Tremblay
## Describe the Feature `npm install ` creates a symbolic link to the package directory. This is useful for monorepos as well as iterating on a package in the context...
Previously, bindings registered/unregistered for events in `Awake`/`OnDestroy`. However, the handlers ignored the change events if the binding component was not enabled. With this change, the registration/unregistration happens in `OnEnable`/`OnDisable` instead,...
Babylon has a lot of APIs where a property or variable type is just `number`, and you typically set the value based on a static property of a class (though...
In this change, the order of start/finish for rendering (`Graphics::Device` and `Graphics::DeviceUpdate`) is swapped (similar to what was already done in the BN Playground app). This is more efficient as...
If an `ImageContainer` has a non-default (`R0`) `m_orientation` and is passed into `imageConvert`, the returned `ImageContainer` does not retain the same `m_orientation` and as a result the image will be...
When a CustomDialog is first opened, keyboard focus remains in the page behind the CustomDialog. Tab still moves focus around the page, and keys like space or enter still invoke...
CustomDialog attempts to prevent user interaction with the current page. However, when CustomDialog is open, the current page's AppBar can still be invoked via right click or swiping from the...
# Question I tried it out with my React Native app running on React Native 0.63.1 with Hermes enabled, but when I load the trace in Chrome Dev Tools, every...
Currently configuring loader options is cumbersome and error prone. If you wanted to adjust a glTF loader option as well as the `MSFT_lod` extension options for example, your code would...