Search Issue Tracker
Fixed
Votes
0
Found in
5.3.0f4
Issue ID
753823
Regression
Yes
[AudioClip] AudioClip.Create crash when stream is true
Repro steps:
1) Open the project and the only scene in it
2) Play it and click on the game view few times - it will instantiate few AudioClip objects
3) Stop the scene and play it again
4) Click on the game view (sometimes more than once)
5) Notice the crash
Workaround:
Set the stream flag on the AudioClip object to false ( Can do that in the Inspector by checking No Stream check box )
Comments (5)
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
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
ShuuGames
Feb 14, 2016 23:30
Having the same issue. Unity 5.3.1f1 on 64bit Windows 7. Downloading 5.3.2f1 now
morita
Jan 20, 2016 00:58
so, you Unity QA team mark this as Duplicate. why no url to original one attached here?
n.yoda
Jan 09, 2016 06:24
Same problem occurred in in Unity 5.3.1f1 on MacOSX.
danielIxoraStudios
Dec 23, 2015 14:19
Issue is marked fix in unity 3. it is not true!
danielIxoraStudios
Dec 23, 2015 14:17
Verified that same problem is in unity 5.2. Just setting stream to true causes editor to crash on the 2nd run.