Skip to content
This repository was archived by the owner on May 10, 2026. It is now read-only.
This repository was archived by the owner on May 10, 2026. It is now read-only.

Error On Oculus Quest2 #153

Description

@dickredone

The error dialog frame opened when I try to share a local picture.

"Unable to share.There was a probblem sharing your item.Please try again later."

Reproduction steps

public void OnClickShare()
        {
            FileInfo[] allFiles = FileSaveAndLoad.LoadPics("Pics");
            NativeShare share = new NativeShare();
            share.AddFile(allFiles[0].FullName).Share();
        }

Run the Method "OnClickShare".

Platform specs

  • Unity version: 2021.3.6f1
  • Platform: Android 10
  • Device: Oculus Quest2
  • How did you download the plugin: GitHub

Additional info

Logcat (Android)

Can't find param: oculus_shared_social:oculus_social_parental_control 
Invalid input pram: oculus_shared_social:oculus_social_parental_control 
Can't find param: oculus_shared_social:oculus_social_parental_control 
Invalid input pram: oculus_shared_social:oculus_social_parental_control 
[error]: 'UniversalShareSheet', [ 'Error constructing share object from params: {}, type: external_link},
source: android_2d_app,
payload: ,
overrides: {}' ]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions