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
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Active Targets section text in Graph Inspector is truncated despite available space
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
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.