Cannot disable loading screen
See original GitHub issueThis is in a React project, but not sure that should make a difference.
<Scene loading-screen="enabled:false" />
Has no effect.
I cannot disable the loading screen.
- A-Frame Version: 0.9.0
- Platform / Device: Windows 10/ Chrome 72
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Windows Loading Screen - Microsoft Community
To disable the startup splash screen in Windows 10, you need to use the System Configuration dialog box. Open the Run dialog box...
Read more >Disable loading screens when you start a game up : r/Steam
One thing you can do in any case: Try to look for video files in the installation directory tree. You can usually rename...
Read more >Remove loading screen in Football Manager - YouTube
Folder directory for Steam users:C:\Program Files (x86)\Steam\steamapps\common\Football Manager 2023\data\game\moviesCrashing issue when ...
Read more >OPTION TO DISABLE LOADING SCREEN? :: Dota 2 General ...
Pls make this opetion The loading screen loads too much resources and cause my dota to crash sometimes. ggwp gaben.
Read more >Disable new loading screen? - Game Feedback
Is there a way to disable the new loading screens? They are cool for new players i get but to me they are...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
ahh… thanks.
I was still using <Scene… using <a-scene fixed it.
You must pass params as an object not a string, Its work for me
<Scene embedded vr-mode-ui={{ enabled: false }} loading-screen={{ enabled: false }} >