Unity-ARKit-Plugin
Unity-ARKit-Plugin copied to clipboard
Modified plugin source and Add custom ARKit projects implement on Unity
Hi there, I'm getting the following errors after installing the plugin: ```Assets/UnityARKitPlugin/ARKitRemote/SerializableObjects.cs(146,10): error CS0246: The type or namespace name `UnityVideoParams' could not be found. Are you missing an assembly reference?```...
Hi, Can I get the CVbuffer data directly inside Unity, like the IntPtr of the Yplane and CbCr? It will be very usefull to feed another plugin with the YUV...
changing transform doesn't work. Do you have any idea? Move my gameObject up from existing position in AR world but none of it works. I'm trying to do `transform.DOMove(....)` to...
it's really awesome, can you share your ARSessionNative.mm, UnityARSessionNativeInterface, and ARFrameHandler.
hi Can you use this for a video playback? like this [https://www.youtube.com/watch?v=rN2Nmimzvwc](https://www.youtube.com/watch?v=rN2Nmimzvwc) thank you for help
I'd love a feature to create multiple objects and be able to move them independently of each other. example: I have two UI buttons, one for a cube and one...