TouchScript 9.0 ALPHA 2
Pre-release
Pre-release
This is a preview release of upcoming changes.
This release has a lot of changed APIs, so upgrading from a previous version might be hard.
Please check 9.0 ALPHA 1 release notes.
Minimum supported Unity version: 5.3.6
CHANGES
- Added: Settings window with links to docs and define checkboxes.
- Added: EditorResources to handle editor-only images.
- Added: Unity Events support.
- Added: New editor interface for components.
- Changed: Mouse fake pointer is now created right when ALT+PRESS happens and not the next frame after ALT+RELEASE. The former method was triggering unnecessary taps and was interfering with other gestures.
- Changed: By default StandardLayer now raycasts everything.
- Changed: Transformer.smoothingFactor max to 100000.
- Removed: WebPlayer from the code base.
FIXES
- Fixed: the dependency on VC++ redistributable in Windows builds.
- Fixed: An issue with multi-finger gestures failing.
- Fixed: Visualization of multiple fingers.
- Fixed: TapGesture erroneously triggering because of a redispatched touch from 2+ point gestures.
- Fixed: layer initialization order. Giving one more frame before we create a StandardLayer if no layers present.