wiki.sine.space | sinespace

Difference between revisions of "Components/MusicZone"

From wiki.sine.space
Jump to: navigation, search
(Created page with "{{Template:Infobox |above=Music Zone |subheader=Component |image=400px |caption=Component's Inspector | label1 = Name | data1 = Sets the name of the mu...")
 
Line 27: Line 27:
  
 
'''Element''' Drag the each clip in one of the element field.
 
'''Element''' Drag the each clip in one of the element field.
 +
 +
Video on Adding Music to your Game: [[https://unity3d.com/learn/tutorials/topics/audio/adding-music-your-game Adding Music]]
 
    
 
    
 
   
 
   
 
{{Component Navbox}}
 
{{Component Navbox}}

Revision as of 18:20, 24 September 2016


Music Zone
Component
MusicZone.jpg

Component's Inspector

Name Sets the name of the music zone.
Radius Set the area of the music zone
Clip Size Sets the number of clips
Elements Drag the audio clips here


This component is used to set music zones in a region.

Create an empty GameObject and attach MusicZone component to it.

Name Sets the name for music zone.

Radius Set the radius of the zone/sound to be played within.

Clipsize Set the number of clips to be added.

Element Drag the each clip in one of the element field.

Video on Adding Music to your Game: [Adding Music]