Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

MRE v0.6.3 - Asset APIs, sync fixes, more functional tests

Compare
Choose a tag to compare
@stevenvergenz stevenvergenz released this 11 Feb 21:50
· 2 commits to v0.6.n since this release

New features

AssetManager.createMaterial, createTexture, ready (#172)
Add support for texture manipulation on material assets (#164)
Generate UVs for planes and inner spheres (microsoft/mixed-reality-extension-unity#23)

Internal Changes and fixes

Start the app context after the app is instantiated. (#163)
Fix animation sync (#180)
Improvements to client join process (#155)
Remove position and rotation fields from rigid body.
Remove BufferedEventEmitter (#156)
New version compatibility scheme (#157)
Big cleanup of message handling in the multi-peer adapter (#147)
Fix reparenting (microsoft/mixed-reality-extension-unity#20)

Functional Tests

Add light-test, and related changes (#173)
Add reparenting functional test (#165)
Simplify interpolation-test (#159)
Sort the functional test menu.
display on-screen error if functional test fails/throws exception. (#151)