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
- Text is unreadable when DLSS is applied to the Canvas with Render Mode set to World Space
- NullReferenceException errors appear in the Console when changing the values of Visual Effect Control Clip Events' Attributes
- Crash on TextCore::OTL_TableReader::GetOpenTypeLayoutTables when using Japanese Font as TMP Fallback
- TreeView.AddItem performance regression when opening EditorWindow
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
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.