arcore-unity-extensions
arcore-unity-extensions copied to clipboard
Fix define string in asmdef to "ARCORE_USE_ARF_5"
The defined string in asmdef is not correct when the ARFoundation 5.0 is installed.
This PR fixes obsolete warnings in Unity Editor:
warning CS0618: 'ARSessionOrigin' is obsolete: 'ARSessionOrigin has been deprecated. Use XROrigin instead.'
- Fixes #190
This issue is believed to be fixed with the release of ARCore Extensions for AR Foundation version 1.45.0. This package separates the package into two versions, one compatible with AR Foundation 4 and AR Foundation 4. Please see the Release Notes for more detail.
Using the new version will probably resolve your problem as it addresses a few issues in our beta ARF5 support, but if it doesn’t, please reopen so I can take another look.
Thanks!