(5 intermediate revisions by 2 users not shown) | |||
Line 12: | Line 12: | ||
}} | }} | ||
− | + | == Using an audio file that is in your Project Assets == | |
+ | |||
+ | |||
+ | Create an empty object in your scene that will be used for your region. | ||
+ | |||
+ | Under the Inspector window, click on '''Add Component''' and add an '''Audio Source'''. | ||
+ | |||
+ | Add in a suitable audio clip from your Project assets. | ||
+ | |||
+ | Select the output as "Music" (if its left as "None" it may play but at a reduced volume level). | ||
+ | |||
+ | If you want the audio clip to repeat, tick "Loop". | ||
+ | |||
+ | == Using audio from Shoutcast == | ||
+ | |||
+ | You can also stream music from Shoutcast into your region. | ||
Create an empty object in your scene that will go in your region. Under the Inspector window, click on '''Add Component.''' Search in the search bar for '''Shoutcast Streaming''' and click on it. | Create an empty object in your scene that will go in your region. Under the Inspector window, click on '''Add Component.''' Search in the search bar for '''Shoutcast Streaming''' and click on it. |
SceneBackgroundMusic | |
Component | |
Component's Inspector | |
Server | URL of the shout cast server |
---|---|
Port | port of the shoutcast |
Playing | Check this to stream music. |
Create an empty object in your scene that will be used for your region.
Under the Inspector window, click on Add Component and add an Audio Source.
Add in a suitable audio clip from your Project assets.
Select the output as "Music" (if its left as "None" it may play but at a reduced volume level).
If you want the audio clip to repeat, tick "Loop".
You can also stream music from Shoutcast into your region.
Create an empty object in your scene that will go in your region. Under the Inspector window, click on Add Component. Search in the search bar for Shoutcast Streaming and click on it.
Add in the server and port from Shoutcast and check the box playing to have the music playing in your region after uploading.
|