You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 8, 2019. It is now read-only.
When targeting Android, Unity now builds apps for both armv7 and x86 targets.
However the cardboard plugin embeds only the armv7 version of libRenderingPlugin.so, which breaks the ability to build for x86 targets.
Would it be possible to update the plugin in order to integrate the x86 version of this native library as well ?
i.e. moving Plugins/Android/libs/libRenderingPlugin.so to Plugins/Android/libs/armeabi-v7a/
And adding its x86 version into Plugins/Android/libs/x86/ ?
Hi,
When targeting Android, Unity now builds apps for both armv7 and x86 targets.
However the cardboard plugin embeds only the armv7 version of libRenderingPlugin.so, which breaks the ability to build for x86 targets.
Would it be possible to update the plugin in order to integrate the x86 version of this native library as well ?
i.e. moving Plugins/Android/libs/libRenderingPlugin.so to Plugins/Android/libs/armeabi-v7a/
And adding its x86 version into Plugins/Android/libs/x86/ ?
Thanks.