Jump to content

VIVE_chengnay

Employee
  • Posts

    752
  • Joined

  • Last visited

Posts posted by VIVE_chengnay

  1. 17 hours ago, JAMESJ said:

    But the Lab function export still fail

    For this issue, it is known issue and will be fixed in next release.

    As for read/write permission to Download folder, I will double check again on my side and get back to you ASAP.

    For the code that I previously shared, it is located in your app's files(/storage/emulated/0/Android/data/<packagename>/files) directory.

    Sorry for the inconvenience.

     

    UPDATE:

    Could you try adding
    android:requestLegacyExternalStorage="true" in your AndroidManifest.xml?

    I tried it and it is successfully writing file to /sdcard/Download folder.

    <application android:icon="@drawable/app_icon"
                 android:label="@string/app_name"
                 android:theme="@style/Theme.WaveVR.Black"
                 android:resizeableActivity="false"
                 android:requestLegacyExternalStorage="true"
                 tools:replace="android:theme">  <!--You can use your theme here.-->

     

    • Like 1
  2. Hi @JAMESJ,

    After you launch your app, did you see the popup window asking for permission?

    If yes, have you tried closing your app and try again?

    Could you list the version of Wave SDK that you installed in your project?

    Could you also provide your sample code on how you access the download folder?

    And, did you add permission to your AndroidManifest.xml?

  3. On 10/24/2023 at 1:04 AM, _jthiessen said:

    In Unity pointing up. (notice the controller canvas is backwards, as if we are looking at it from below)

    I don't quite get what you mean by controller canvas is backwards?

    Are you able to provide comparison between using HMD and without HMD? Thanks!

    One more question regarding pointing left, it looks to me it is pointing to right instead of left.

×
×
  • Create New...