Welcome back guys and girls in this video Our goal is to import a sound file and then associate that sound file with a new audio component we'll be adding to our BP player. What are we looking to add here? Well, we're going to be looking to add this sound. When I click to activate my lens of true skill, there's going to kind of be this eerie sound that plays while our ability here is active. That's the sound we're going to be looking to import. So let me just exit out of this older version of the project.
Let's go to our version of the project. Let's go to our content browser and specifically we want to go into our Metroidvania audio folder. And attached to this lesson you should find a file that you can download. It is a sound effect. For us, it is going to be called this w magic lens active. Now when you download it, this sound file will likely be included in your downloads folder unless you are directing it to be downloaded elsewhere.
Mine is located in this directory because I prepared this all for this course. And all we need to do is left click drag and drop it into the Content Browser to bring it on into the engine. There it is our w magic lens active sound. Let's exit out of here then and let's go ahead and right click I am going to save that right away. Next I want to jump into our BP player. So come under your character's folder here, that directory.
Let's double click on our BP player. And over in our list of components, we're going to be adding a another component click the Add Component button. We're going to be adding an audio component right Here at the very top of our common section, and we're going to be calling this SF x underscore w magic underscore lens active. Yes indeed. And then with that one selected over in the Details panel, we're going to associate that sound that we just added. Here in our content browser.
We're talking this w magic lens active. Now note that I've got it selected right here in the Content Browser. So with it selected like that, going into our BP player. With it selected, I can now click this arrow right here to use the selected asset from the Content Browser. Of course you can also click this drop down and find it through the drop down menu as well. One thing I do want to do with this is I want to up the sound a little bit the volume of this so let's crank up our volume multiplier here to 2.0.
This is a little too quiet for me. Then I'm going to scroll on down a little bit until we find this property right here for auto activate. We do not want this sound to be auto activated rather, we want to toggle it on and off with with some script. So let's make sure that it is off for now. Then simply Compile and Save. And guys, that is all we wanted to accomplish in this one.
We will see you in the next video.