google-ar / arcore-unreal-sdk

ARCore SDK for Unreal
https://developers.google.com/ar/
Apache License 2.0
277 stars 122 forks source link

AugmantedImages "get estimate size" node missing source #40

Closed Wolgraph closed 5 years ago

Wolgraph commented 5 years ago

Cloned this release of augmantedimages project and I noticed in Level Blueprint "Get Estimate Size" can't compile. If I'm right it measure the tracked image size and use it to correctly place the frame corners. cattura Any solution?

bopangzz commented 5 years ago

The Augmented Image sample in ARCore 1.6 release isn't compatible with Unreal 4.20.3 from Epic, as it uses our latest changes in GoogleARCore plugin to use the Unreal cross-platform api. You can:

Use ARCore 1.5 release if you want to use the Epic version of 4.20.3 Use our latest GoogleARCore plugin shipped with our forked version of Unreal Engine. You can find it here: https://github.com/google-ar-unreal/UnrealEngine