Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
2 captures
12 Jun 22 - 14 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by flyingaudio · Sep 17, 2017 at 05:40 PM · vrvirtualrealityloading screenprogress-bar

Change HTC Vive compositor progress panel image

When HTC Vive is "paused", like loading a new scene or pressing pause in the editor, it drops to the compositor and displays a loading screen with 3 vertical lines rotating to represent progress.

How do you change the image that displays with the progress panel? Unity logo is the default image.

SteamVR_Skybox only changes the skybox that is displayed. SteamVR_LoadLevel LoadingScreen changes the panel image, but the progress indicator is gone. ProgressBarEmpty and Full don't seem to work. And SteamVR_LoadLevel is only for loading scenes, not when you have a framerate drop, which can be tested by pressing pause in the editor.

I thought the default Unity image on the progress panel might be controlled by the Splash Image in Player Settings with the "Virtual Reality Splash Image", but that doesn't change it.

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

1 Reply

· Add your reply
  • Sort: 
avatar image
0

Answer by longmang · Oct 10, 2018 at 03:42 PM

I know this was asked a while ago but I'll throw this in here as I was thinking about something similar and came across this in a search.

This isn't easy, however, I would start by asking whether an alternative thought process is required. You can create a fairly simple adaptive quality script that spots when you are not getting the frame rate you require and then adjusts using

 UnityEngine.XR.XRSettings.renderViewportScale = betterScale;
 QualitySettings.SetQualityLevel(betterQualityLevel, false);


I appreciate that is obtuse enough to be next to useless, but the scripts to implement that aren't too complex, you can find my scripts here AdaptiveQuality.cs and here AdaptiveViewport.cs. Note this last script goes on your main camera in the scene.

If that still doesn't work for you then the SteamVR_LoadLevel script is actually quite useful to pick through. As it does do what you need. Again based on some form of adaptive quality script, you can use the elements in that script to achieve what you need. The basic format is

 Generate Loading Screen
 Setup Loading Screen Overlay 
 Load a SkyBox
 SteamVR_Render.pauseRendering = true
 Fade in the Loading Screen/Skybox
 SteamVR_Render.pauseRendering = false
 Fade out the overlays, fade in the screen you need


However, I would also be asking the question as to why the frame rate drops given that would be where I would start looking at improvements.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

93 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Unity Native VR doesn't work!! 0 Answers

Unity XR get controller thumb stick axis 0 Answers

VR assets to Cardboard (Magnet instead of click) 1 Answer

HTC Vive on iMac? 0 Answers

I have a strange black square when running my VR game 3 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges