Difference between revisions of "Unity Audio Resources"

esse quam videri
Jump to: navigation, search
(Created page with '*http://answers.unity3d.com/questions/tagged/audio *http://answers.unity3d.com/questions/tagged/sound *http://unity3d.com/support/documentation/ScriptReference/AudioSource.html …')
 
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
*http://answers.unity3d.com/questions/tagged/audio
 
*http://answers.unity3d.com/questions/tagged/sound
 
  
 +
 +
===From Unity ScriptReference===
 
*http://unity3d.com/support/documentation/ScriptReference/AudioSource.html
 
*http://unity3d.com/support/documentation/ScriptReference/AudioSource.html
  
 +
===From Unity Components===
 
*http://unity3d.com/support/documentation/Components/class-AudioClip.html
 
*http://unity3d.com/support/documentation/Components/class-AudioClip.html
*http://unity3d.com/support/documentation/Components/comp-AudioGroup.html
+
*https://docs.unity3d.com/Manual/AudioMixer.html
 
*http://unity3d.com/support/documentation/Components/class-AudioManager.html
 
*http://unity3d.com/support/documentation/Components/class-AudioManager.html
  
 
[[Category:Unity]][[Category:Tutorial]]
 
[[Category:Unity]][[Category:Tutorial]]
 +
 +
 +
[[Upgrade .NEW website to .NET 4.0]]

Latest revision as of 18:21, 23 March 2017


From Unity ScriptReference

From Unity Components