0.0.12-preview.20
Pre-release
Pre-release
·
293 commits
to master
since this release
- Improve test coverage
- Improve documentation
- Vectorized implementation of float3x3 inverse
- Fixed bugs in PostNormalizedVectorDrawer
- Fixed exception when drawing control without having called GetPropertyHeight first
- Apply normalization twice to fix possible precision error (fixes issue where value might be normalized with magnitude slightly less than 1)
- Fixed bug where stale post-normalized values were applied to property when it was edited from another context (fixes issue where systems could not modify an entity's rotation while it was inspected)
- Misc bug fixes