CoPres
CoPres
When creating a new ProjectReference item from within Unity it is created with a fair number of default properties assumed (primarily the default target and configuration values). It would be...
While testing out the [BaseTexture::readPixels()](https://doc.babylonjs.com/typedoc/classes/BABYLON.BaseTexture#readPixels) function I found that the behavior of the Napi ArrayBuffer construction [at this line](https://github.com/BabylonJS/BabylonNative/blob/40628380c9494a9a4f6d59c02f39521f8a3bddd0/Plugins/NativeEngine/Source/NativeEngine.cpp#L1331) was behaving differently in Babylon Native vs Babylon React Native where...
In this PR: #1101 The Class and Object helpers in JavaWrappers were updated to restrict external access to the m_class and m_object internal members. The goal is to ensure when...
Due to the complexity of requesting permissions on different platforms (particularly Android) the current implementation of `VideoTexture.CreateFromWebCam` fails on Android if it has to prompt the user for permissions. The...
BabylonJS has the ability to expose tracking information so the consumer can detect when tracking has started or if tracking is lost during an XR session. The current implementation for...