Search Issue Tracker
By Design
Votes
0
Found in
2018.1.0a1
2018.3.0a1
2019.1.0a1
2019.1.4f1
2019.2.0a1
2019.3.0a1
Issue ID
1159772
Regression
No
[Mac] DownloadHandlerAudioClip.GetContent throws InvalidOperationException
How to reproduce:
1. Open the attached project
2. Open the "scene01.unity" scene
3. Press Play
4. Write "Evolve.wav" into the Input Field
5. Press the "Button" Button
Actual result: InvalidOperationException is thrown.
Expected result: The audio clip is loaded.
Reproducible with: 2019.3.0a6, 2019.2.0b6, 2019.1.7f1, 2018.4.2f1, 2018.1.9f2, 2017.4.29f1.
Notes:
Reproducible only on Mac.
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
- [URP] Crash on GameObject::QueryComponentByType when baking a Reflection Probe in an unsaved/untitled Scene
- No Icons are used for the Entry and Exit States in the Inspector when selected in an Animator Controller
- Crash on PlayerMain(int, char const**) when exiting Standalone Player with a Particle System in the Scene
- No Icon is used for the Runtime Animator Controller Type in a Search Window when assigning an Animator Controller in the Animator Component
- Unity Version Control server textfield’s text overlaps with the dropdown triangle button in the Explore repositories window when an organization with a long name is selected
Resolution Note:
UnityWebRequest takes URI as an argument, not file path. The file has to be prepended with file:// on Mac and with file:/// on Windows (best to pass it to Uri class and pass that to UWR or take the value of AbsoluteUri property).