0.3.0-alpha.29
Pre-release
Pre-release
·
239 commits
to master
since this release
This brings in a few notable fixes:
Babylon.js
- Fix for the vertex buffer leak.
- Fix for an issue where
WebRequestretry logic tries to use a global (location) that is only available in the browser (not React Native), which causes an error in retry scenarios such as when there is no internet connection.
Babylon Native
- Improved support for skinned animations.
- Fixes
URLRequest/XMLHttpRequestclient side error handling (e.g. don't crash when there is no internet connection).