Jump to content

GoranW

Verified Members
  • Posts

    23
  • Joined

  • Last visited

Reputation

2 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. @VIVE_chengnay Any update on when the fix for this issue will be released? (Would like an estimate for our internal planning...)
  2. @VIVE_chengnay I see - so the bug/issue that will be fixed in next FOTA is not only that Unity "Default icon" does not appear in VIVE menu, but also that the "Main thumbnail" does not appear in VIVE menu (it appears only in Library)?
  3. @VIVE_chengnayThanks, that's clarifying! However, when we are installing our app from VIVE DMS as Corporate Content, I hope/assume that the following image (uploaded to the DMS portal) will be used instead of the "Default icon" from Unity? Main thumbnail* Format: PNG/JPG Size: 316 px W x 178 px H
  4. @Tony PH Lin Thank you, that's good news. Keep me posted on the next FOTA release with the fix. Also, could you post a screenshot showing an example of what we can expect to see in the VIVE popup menu, given an icon/image we setup in Unity? Is the larger image in VIVE menu really just for "stock" apps? For example, the "Open Brush" application has a large image shown there - is that considered a "stock" app as well?
  5. By "stock" apps I mean pre-installed or VIVE-provided, like VIVE Browser, VIVE Business Streaming, VIVE Sync... They seem to use not just an icon but a larger image for the VIVE popup menu. (Or is this the "background" that was referred to?) ither way, how do I set these, and where are they located in manifest file(s) / APK contents?
  6. BTW, some of the "stock" apps have not just an icon on the VIVE menu, instead they have more like a larger "splash" image - so how can we setup that? An example project for these details would be appreciated, or a written specification on exactly which files are needed and in which manifests / folders etc in the APK...
  7. @VIVE_chengnay In the Library, I see a full-size icon (of our own design) for our app - we are using VIVE DMS to install our corporate content, so that icon is downloaded from there (I'm currently updating the app directly from Unity via Build and Run, though). I could try a new "dummy" project, but then it would not be installed via DMS but just directly from Unity (so it would have a smaller size icon in the Library)...
  8. Thank you for your replies! @VIVE_chengnay I tried setting up the Default Icon and also the "top shelf" (max resolution) of the 3 Android icon types (Adaptive, Round, Legacy). Still no image shown, other than this generic (?) background (see attached screenshot). @Tony PH Lin Are you referring to the background in the attached screenshot from the VIVE menu? I could see our app (but still without an app-specific image) in the "Recent apps" on the right-hand side, while inside another app (and other apps show their specific images in the VIVE menu). Is there any specific Unity version required for this to work? (We're on a slightly old version, 2021.3.11f1.) Could you provide a minimal working example of a Unity project which sets the VIVE menu image correctly for the updated Focus 3?
  9. Hi! After upgrading to VIVE Focus 3 Software 6.0.999.960 (not sure from exactly which version, but at least 5.0.999.646), our Unity-based native VR app no longer has its app-specific icon/image displayed on the (in-app) popup "VIVE Menu" (which appears when pressing the VIVE button on the right controller). Instead, there seems to be just some generic background image which is not associated with our app. How can we get our app-specific image to show up in the VIVE menu again? (For reference, the menu I'm mentioning is shown on this page: https://www.vive.com/ca/support/focus3/category_howto/launching-and-closing-vr-title.html)
  10. This issue seems to have resolved itself after I updated my headset to Early Access firmware for OpenXR support...
  11. Thanks. I see, but then it really ought to say "OpenXR Android for WaveXR (needs early access)" in the (public) VIU Settings. Also, I've applied for Early Access via that form several times now, but never got any reply. Please PM me to resolve this. @Dario
  12. OK, after some more testing I can conclude that with Wave XR, unit_StereoEyeIndex only works in vert shader but not in frag shader. This is in contrast to Oculus XR, where it works fine in frag shader as well. A workaround is to pass the value on from vert shader to frag shader.
  13. Was this confirmed to work? I'm trying to get it working on VIVE Focus 3 using VIVE Input Utility (VIU). Same scene + shader is working on Quest 2 via Oculus XR in VIU, but if I switch to Wave XR in VIU then unit_StereoEyeIndex is always 0 (in frag shader), both for Single-pass and Multi-pass rendering. @Dario Any clue?
  14. @jefmes I'm hoping the next VIU update will make this available for real. There is a target option "OpenXR Android for WaveXR (experimental)" but it does not work currently (at least not out-of-the-box, or perhaps not without early-access). See the following topic:
  15. @HackPerception Thanks! 2D is not my intended use-case, but I stumbled upon this when experimenting with a simple Unity 2D app (or actually, a 3D app but without VR/stereoscopic) on both Focus 3 and Quest 2.
×
×
  • Create New...