arcore-unity-extensions icon indicating copy to clipboard operation
arcore-unity-extensions copied to clipboard

Missing support for ARFoundation V6

Open SimonDarksideJ opened this issue 1 month ago • 1 comments

If the extensions project is opened in Unity 6, which by default uses ARFoundation V6, we get several compiler warnings that

error CS1029: #error: 'error must define ARCORE_USE_ARF_5 or ARCORE_USE_ARF_4'

Which indicates the library does not take account of ARF_6

SimonDarksideJ avatar May 21 '24 13:05 SimonDarksideJ