wiki.sine.space | sinespace

Difference between revisions of "Components by Function"

From wiki.sine.space
Jump to: navigation, search
(Animate Anything)
(Audio)
Line 24: Line 24:
 
* [[Components/StreamingBackgroundMusic]] - for linked MP3/OGG files.
 
* [[Components/StreamingBackgroundMusic]] - for linked MP3/OGG files.
 
* [[Components/SceneBackgroundMusic]] - for Shoutcast/streaming music.
 
* [[Components/SceneBackgroundMusic]] - for Shoutcast/streaming music.
* [[Components/MusicZone]] - for embedded area-specific music (also needs [[Components/RegionMusicHintManager]] in scene.)
+
* [[Components/RegionMusicHint]] - for embedded area-specific music (also needs [[Components/RegionMusicHintManager]] in scene.)
 
* [[Components/JukeboxVolumeHint]] - for user controllable jukeboxes.
 
* [[Components/JukeboxVolumeHint]] - for user controllable jukeboxes.
  
 
SFX and Environmental Audio:
 
SFX and Environmental Audio:
 
* See Unity Manual, all parts work (including Reverb Zones and other audio filters and effects like low/high-pass, distortion, echo, etc.) [https://docs.unity3d.com/Manual/class-AudioSource.html]
 
* See Unity Manual, all parts work (including Reverb Zones and other audio filters and effects like low/high-pass, distortion, echo, etc.) [https://docs.unity3d.com/Manual/class-AudioSource.html]
 +
 
==Particles==
 
==Particles==
 
* Use Shuriken, the Unity3d Particle system [https://docs.unity3d.com/Manual/ParticleSystems.html]
 
* Use Shuriken, the Unity3d Particle system [https://docs.unity3d.com/Manual/ParticleSystems.html]

Revision as of 18:53, 21 August 2016

This page lists particularly common functionalities, and describes the best tool for the job with a focus on commonly used terms in other popular virtual worlds.

Animate Anything

  • Use Mecanim, you can animate anything - objects, materials/textures, texture scrolling, skinned animation (including mocap imports). Can be used on any object (Clothing, Gestures, Regions, Vehicles, etc.) See [1]
  • Cutscenes: Use either Gestures (built-in), or USequencer (supported paid addon)

Doors

Seat / Poseball

Tip Jars

  • Not directly supported (yet). Sell Merch instead.

NPC

See:

Audio

Music, see:

SFX and Environmental Audio:

  • See Unity Manual, all parts work (including Reverb Zones and other audio filters and effects like low/high-pass, distortion, echo, etc.) [2]

Particles

  • Use Shuriken, the Unity3d Particle system [3]

Vendor / Merchant

See:

Teleports

See:

Vehicles

See:

Clothing Customisation

HUDs

  • Use a UI Canvas (Unity, see [4]). Screen Space or World Space, can be embedded in regions.
  • You probably don't need these.

Gatcha

See: