Radio Player
A complete radio streaming solution for s&box games. Includes a RadioManager component for managing audio streams, RadioStation
favorite1favorites
thumb_up2upvotes
hard_drive
0 MB
folder
9 files
build
Engine v25
About This Package
Radio System 📻
Manages streaming audio playback with support for multiple stations, shuffle, and loop modes.
RadioStation 📻
Data class defining a radio station.
var station = new RadioStation( "Station Name", "https://stream.url", "Source" );RadioManager 🎵
Component that handles playback of radio stations.
Properties
- Stations -
List<RadioStation>(List of available stations). - AutoPlay -
bool(Play on scene start). - DefaultVolume -
float(Initial volume (0-1)). - Shuffle -
bool(Randomize track order). - LoopStations -
bool(Loop to first station after last).
Playback Methods
Play()- Start playbackStop()- Stop playbackPlayTrack(index)- Play specific stationPlayNext()- Skip to next stationPlayPrevious()- Go to previous stationTogglePlayPause()- Pause/resume current track
Some has
[button] so they can be used in the inspectorEvents 📢
OnPlayStateChanged- Fired when play/pause/stop changesOnTrackChanged- Fired when track changes
Usage ⚙️
Add a
RadioManager.cs component to a GameObject, configure stations in the inspector, and call playback methods from UI or code.
No usage statistics available
This package may be new or not widely used yet. Usage data becomes available as more users install and play with the package.
This package may be new or not widely used yet. Usage data becomes available as more users install and play with the package.
Package ID:
cyn.radioplayer
Created:
2026-04-15 18:35 UTC
Updated:
2026-04-16 07:11 UTC
Type:
library
Public:
Yes
Version:
199883
files:
9
Size:
0.0 MB
Engine Version:
25
Asset Version ID:
199883
Version Created:
2026-04-16 07:11 UTC
Hash:
8472323674648001441
Manifest: Open manifest
Resources:
Code Package References:
199883
Apr 16, 2026
Removed namespace
199532
Apr 15, 2026
Added buttons
199530
Apr 15, 2026
Removed the UI
199522
Apr 15, 2026
Radio Player Initialization