- Home /
How to Load from an external file, sound
Reads the sound file in the external C # Script I want to play. For example, I read from http://xxx/sample.mp3.
Please tell us and how samples and source.
Comment
Downloading a file is simple enough (and there are thousands of tutorials out there, if you don't know how). Importing an mp3 at runtime will be harder, since Unity only has built-in support for that in the editor; you will probably need to find or develop a plugin.
If you want a more specific answer, please ask a more specific question.
Your answer
Follow this Question
Related Questions
Structs in C# Question 3 Answers
error CS8025: Parsing error in C# code 3 Answers
Inspector vs Script: Component best practice? 1 Answer
Inventory system using an array... 3 Answers
Unity freezes on play 2 Answers