Packing and loading Midi files in Unity #230
-
Hi! I considered if this would be more of a Unity or DWM question, but considering it's tied to the loading method of the library, it made sense to ask it here. Could there be a way to go around this that I'm not seeing? Many thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
For future reference, I managed to make this work by storing the Midi files in StreamingAssets folder (under Assets) and using Application.streamingAssetsPath. |
Beta Was this translation helpful? Give feedback.
For future reference, I managed to make this work by storing the Midi files in StreamingAssets folder (under Assets) and using Application.streamingAssetsPath.