Releases: maxxfrazer/FocusEntity
Releases · maxxfrazer/FocusEntity
ARView Weak
Set the ARView reference to a weak variable, avoiding memory leaks.
Smoothness and LiDAR Fixes
Minor fixes:
- Better tracking with LiDAR devices
- Smooth transitions between two vertical surfaces
Textures + Smoothness Update
@Reality-Dev has added a couple of enhancements in this release:
- You can now apply textures to FocusEntity using the
.colored
style (Usage in Example) - FocusEntity will smoothly change position and orientation, check
isChangingAlignment
to see its state.
Fix Colored Style
Applying the colored style previously did not work, thanks for flagging @vegiwoo
Added non breaking Catalyst support
- Cannot use this class if you cannot import ARKit, but it will at least let your app build now
Version 2.0
- Just one class with multiple styles
- No more dependency on SmartHitTest.
- Using Raycast instead of hitTesting
- Methods for destroying added
- Methods for moving between ARViews
Autoupdate Public Access
- Change access modifier on setAutoUpdate to public
Auto Update
- Added option to have the FocusEntity auto-update, no more need to ARSessionDelegate to update position.
Camera Anchor
Using a camera anchor for positioning the FocusEntity when in initializing state
No changes in terms of compatibility or use, should just run a little smoother.
Delegate calls after change
- Call the delegate functions after the anchor and position have changed