Search Issue Tracker
By Design
Votes
0
Found in
5.4.1f1
Issue ID
853076
Regression
No
The project which build for WebGL, doesn't load second scene
When the project is built for WebGL, the Meniu window is shown up. When you press the button "Start Game", a new window shows up for a second and backs to Meniu window (WebGL.gif). The project in Editor (Play mode), works correctly (Editor.gif). Also, when the project build for PC, everything works correctly too (PC.gif).
Reproduction steps:
1. Open the folder "builds" in the attached file;
2. Open the folder "galaxy_pac_man_Data";
3. Play index.html in a browser;
4. Press the button "Start Game";
Actual result: the new window shows up for a second and backs to Meniu window.
Expected result: after pressed "Start Game", the new window should load.
Reproduced with: 5.4.1f1, 5.5.0b11, 5.6.0a3.
I couldn't reproduce it with older versions because the error "The browser could not allocate enough memory for the WebGL content" is shown up which was fixed in 5.5.0 version.
Resolved as By Design because the user used not weighty condition (if (!playerAudio.isPlaying)) which backs to the menu window.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
tdvance
Dec 29, 2016 17:44
Could you explain the resolution so us readers can understand what to do about it? I have a very similar problem splash screen loads, and it stays there through multiple scene loads, even though the Firefox log window shows the scenes being loaded.