Skip to content

Releases: Placenote/PlacenoteSDK-Unity

v1.8

24 Oct 21:43
8a01592
Compare
Choose a tag to compare

Download the Unity Package only!

This will make sure you get the core Placenote binaries that are stored in lfs (large file system). If you want to clone the repo, ensure you have git lfs installed on your machine.

What's new in this release?

  • Mapping quality feedback
  • Built-in Localization thumbnail
  • New OnLocalized() callback function
  • All new sample apps
  • Customizable point cloud visualization

v1.7

09 Sep 21:43
3e2f905
Compare
Choose a tag to compare

Release Notes

Download the .unitypackage file only!

This will make sure you get the core Placenote binaries that are stored in lfs (large file system). If you want to clone the repo, ensure you have git lfs installed on your machine.

What's new in this release?

Transitioning PlacenoteSDK functionality to ARFoundation (iOS 13+)
Trimming some sample apps to streamline experience
Making preliminary changes for additional functionalities to be release in the near future.

v1.6.12

05 Mar 01:18
a4f730b
Compare
Choose a tag to compare

Release Notes

Download the .unitypackage file only!

This will make sure you get the core Placenote binaries that are stored in lfs (large file system). If you want to clone the repo, ensure you have git lfs installed on your machine.

What's new in this release?

  • Increased the angle of possible localization by upwards of 10 degrees
  • Added support for iPad 2018 (4:3 ratios)

v1.6.11

29 Nov 19:36
0e53bc7
Compare
Choose a tag to compare

Release Notes

Download the .unitypackage file only!

This will make sure you get the core Placenote binaries that are stored in lfs (large file system). If you want to clone the repo, ensure you have git lfs installed on your machine.

What's new in this release?

  • Reduced RAM usage for mapping, so you can map larger areas
  • Better mapping performance for more robust localization
  • Fixed a problem with the Spatial Capture app that prevented localization of the scene

v1.6.10

03 Nov 22:27
Compare
Choose a tag to compare

Update meshing memory management to reduce the amount memory used by persistent sparse pt cloud
Reduce map storage by 40% to reduce download/upload times.

v1.6.9

12 Oct 21:22
Compare
Choose a tag to compare

Restructured to make it easier to understand sample app.
Added Spatial Computing and Spatial Capture related features
Fixed bugs to make localization more robust

v1.6.8 released

01 Oct 19:24
Compare
Choose a tag to compare

Removed the need to explicitly call SetARFrame, this is now implicitly called when StartSession is called

removed spurious error messages that can be confusing

v1.6.7

25 Sep 02:57
Compare
Choose a tag to compare

added fix for resolution changes introduced in ios 12 for certain devices

v1.6.6

14 Sep 06:27
Compare
Choose a tag to compare

add optional cb to setmetadata call
adding meta data feature with new terrain to the simulator
made simulator much easier to use
made other API changes to expose useful map structures/variable-types

v1.6.5

29 Aug 07:32
Compare
Choose a tag to compare

fixed issue with spurious status changes when not extending localized map
called shutdown to cleanly exit threads when shutting down
fixed a bug with pose calculations when adding shapes after localizing.