Search Issue Tracker
Fixed in 2017.2.X
Votes
0
Found in
5.5.2f1
Issue ID
904578
Regression
No
AudioSource.time returns an incorrent value in WebGL player
Reproduction Steps:
1. Import attached project.
2. Open "Test" scene.
3. Enter Play mode.
4. Observe how AudioSource.time is equal to 0 before the audio clip begins.
5. Build and Run a WebGL build.
Expected result: AudioSource.time is equal to 0, as it is in the Editor.
Actual result: AudioSource.time is equal to a random value before the audio clip starts and resets it. (usually the value is 11.052)
Reproducible with: 5.4.5f1, 5.5.3p2, 5.6.0p3, 2017.1.0b2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Prefab's scripts are constantly reloaded when trying to enter multiple digits or characters into public fields on custom scripts consecutively
- Crash on mono_g_hash_table_find_slot when entering Play Mode
- [iOS] Crash when pressing "Done" on the keyboard layout
- Sprite Atlas remains loaded in memory after scene change or unloading assets
- Decompressing a DeflateStream under IL2CPP misses a few bytes
Add comment