Hi
I want to create sound resource dynamically where I can set up my own path . This sound resource can be played via Sound player.
Please tell me how to create sound resource.
Thaks.
Hi
I want to create sound resource dynamically where I can set up my own path . This sound resource can be played via Sound player.
Please tell me how to create sound resource.
Thaks.
Hello,
You can load a sound resource (or any other resource such as texture, etc) using the "Load Asset Async" building block. There are a few more steps after loading the asset to extract it's resource and use it, so I attached a sample of loading a local sound file then playing it for reference.
You must log in to post.