Search Issue Tracker
By Design
Votes
3
Found in
2018.4.0f1
2019.1.0b2
2019.1.7f1
2019.2.0a1
2019.3.0a1
Issue ID
1164994
Regression
No
[Linux] AudioClip generated by an external process (LMMS) and loaded into the editor has no samples
To reproduce:
0) Download LMMS 1.2, run it and then link it to Unity Editor in Edit->Preferences->LMMS
1) Create a new project
2) Import the scripts in LMMS.zip
3) Import .mmp file
4) In Temp folder, find .wav file that is generated and play it
Expected: It plays a short sound for few seconds
5) Select .mmp file in Editor
6) Play it in Inspector
Actual:
Error: Cannot create FMOD::Sound instance for resource , (Error loading file. )
UnityEditor.AudioUtil:PlayClip(AudioClip, Int32, Boolean)
UnityEditor.AudioClipInspector:PlayClip(AudioClip, Int32, Boolean) (at /home/builduser/buildslave/unity/build/Editor/Mono/Inspector/AudioClipInspector.cs:151)
<..>
Reproduced in 2018.4.0f1, 2019.1.0b2, 2019.3.0a6
Comments (3)
-
JesseSTG
Jun 30, 2020 16:21
Any suggestion on what I can do instead? I'd like to be able to include my LMMS project files (XML files) in my source tree instead of their output (uncompressed WAV files).
-
JesseSTG
Sep 18, 2019 19:22
This also happens on Windows, on Unity 2019.2.5f1. Same error, so I don't think this is Linux-specific.
-
JesseSTG
Jul 24, 2019 19:40
Is there any progress on this? This bug is blocking all work on my LMMS importer.
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
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
Resolution Note:
It seems like this (managed audio importer generating/writing clip data) isn't expected to work today, since clip data is stored separately.
It may be possible to make it work with future importer work.