Jump to content

Aymeric

Verified Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Aymeric

  1. Hi @chengnay, Thanks for the answer! My concern is mainly for debugging interaction issues with controllers. Please, also note that I found an issue in every demo of the VUI https://github.com/ViveSoftware/ViveInputUtility-Unity/issues/169 The direct preview seems to be nice, but it works only for Windows, right? myProcess.StartInfo.FileName = "C:\\Windows\\system32\\cmd.exe"; myProcess.StartInfo.Arguments = "/c adb install -r -d Assets/Plugins/wvr_plugins_directpreview_agent_unity.apk";
  2. Hey, I made some VR with HTC Vive, the workflow wasn't perfect but it was ok : a simple play in the Unity editor, and you remove quickly the helmet you grab the error etc. Debugging on the Vive Focus is an other challenge. How do you do guys? I compile with development build and script debugging, and I set the console for remote, but I must leave my helmet to see if I've an error. I found this plugin https://assetstore.unity.com/packages/tools/gui/vr-console-106491 it works ok : just put the console in the scene and you have live error & log. What process are you using?
  3. Hi, Thank you all for your responsiveness! It works fine now 🙂 Best, Aymeric
  4. Hello, I'm creating a new app on https://enterprise.vive.com/portal/mySpace/addNewContent page. Once my apk is loaded, everything seems to be fine (since uploaded images). I didn't activate the SDK DRM Mobile VIVEPORT and I've a title, description, icon and some blank images for screenshot. Then I pressed the send button, and nothing happen, there isn't field required mention anywhere. Opening my browser console, this what I get: [INFO] apis: send request with:,POST /api/enterprisecontent/v1/contents/register 2 core-38250afade65d5169b3d.js:23:14508 [ERROR] apis/ecms: Error: Request failed with status code 400 core-38250afade65d5169b3d.js:23:14508 methodFactory https://enterprise.vive.com/portal/assets/core-38250afade65d5169b3d.js:23 value https://enterprise.vive.com/portal/assets/core-38250afade65d5169b3d.js:7 submitContent https://enterprise.vive.com/portal/assets/app-0d44bf910a37b0a34684.js:62 {…} errors: Array [ "developer_display_name: field is required" ] <prototype>: Object { … } Any ideas? Thanks, Aymeric
×
×
  • Create New...