arcore-unity-extensions
arcore-unity-extensions copied to clipboard
Migrate from Ar Session Origin To XrOrigin
Unity have just release AR Foundation 5.0, Which replace the Ar Session Origin to XR Origin. I can not find reference from AR Session Origin to XR Origin
I am having the same problem.
https://github.com/holiday-studio/arcore-unity-extensions/commit/dbe4a1466c882108d2613f33308de6b6ae31b056
This fork may help you.
Note that the linked repo also removes Editor/Scripts/Internal/Analytics/Google.Protobuf.dll which needs to be included separately.
I have opened a Pull Request (#125 ) that does not require the Google Protobuf to be modified. This allows for XROrigin to be used.
Note that the linked repo also removes Editor/Scripts/Internal/Analytics/Google.Protobuf.dll which needs to be included separately.
I got a problem with the Editor/Scripts/Internal/Analytics/Google.Protobuf.dll too.
Because my project is using the gRPC so we need the Google.Protobuf.dll in my project. The problem came when we install the arcore-unity-extensions package via GIT url https://github.com/google-ar/arcore-unity-extensions.git
Error: Multiple precompiled assemblies with the same name Google.Protobuf.dll included on the current platform. Only one assembly with the same name is allowed per platform.
Question: Do I need to remove the Google.Protobuf.dll from my project OR wait for the arcore-unity-extensions to remove it?
Note that the linked repo also removes Editor/Scripts/Internal/Analytics/Google.Protobuf.dll which needs to be included separately.
I got a problem with the Editor/Scripts/Internal/Analytics/Google.Protobuf.dll too.
Because my project is using the gRPC so we need the Google.Protobuf.dll in my project. The problem came when we install the arcore-unity-extensions package via GIT url https://github.com/google-ar/arcore-unity-extensions.git
Error: Multiple precompiled assemblies with the same name Google.Protobuf.dll included on the current platform. Only one assembly with the same name is allowed per platform.
Question: Do I need to remove the Google.Protobuf.dll from my project OR wait for the arcore-unity-extensions to remove it?
Try my PR, instead: https://github.com/google-ar/arcore-unity-extensions/issues/115#issuecomment-1583289236
Note that the linked repo also removes Editor/Scripts/Internal/Analytics/Google.Protobuf.dll which needs to be included separately.
I got a problem with the Editor/Scripts/Internal/Analytics/Google.Protobuf.dll too. Because my project is using the gRPC so we need the Google.Protobuf.dll in my project. The problem came when we install the arcore-unity-extensions package via GIT url https://github.com/google-ar/arcore-unity-extensions.git Error: Multiple precompiled assemblies with the same name Google.Protobuf.dll included on the current platform. Only one assembly with the same name is allowed per platform. Question: Do I need to remove the Google.Protobuf.dll from my project OR wait for the arcore-unity-extensions to remove it?
Try my PR, instead: #115 (comment)
Does your PR remove the Google.Protobuf.dll?
Does your PR remove the
Google.Protobuf.dll?
No.