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
- TextMeshPro UV2 custom data not rendering for off-screen text with RectMask2D in Unity 6
- Text overlap and is unreadable in Inspector > Terrain Paint Texture after creating new Terrain Layer
- Event "XRInputSubsystem.trackingOriginUpdated" triggers twice when recentering the view
- UITK TextField value is overwritten incorrectly by the converter result when Binding Mode is set to "To Source"
- Out of memory crash when selecting more than 80000 Assets simultaneously
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.