Skip to content
This repository was archived by the owner on Nov 8, 2019. It is now read-only.
This repository was archived by the owner on Nov 8, 2019. It is now read-only.

support for Unity x86 builds #10

@ph0b

Description

@ph0b

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions