music player

This commit is contained in:
Lillith Rose 2025-08-30 14:36:48 -04:00
parent af7eb479d5
commit d30d357f38
13 changed files with 466 additions and 0 deletions

View file

@ -0,0 +1,16 @@
{
"name": "MusicPlayerRuntime",
"rootNamespace": "",
"references": [
"VRC.SDK3A"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}

View file

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: e7fd572735456df489badd3662a8acf4
AssemblyDefinitionImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View file

@ -0,0 +1,14 @@
using System.Collections.Generic;
using UnityEngine;
using VRC.SDK3.Avatars.ScriptableObjects;
using VRC.SDKBase;
namespace gay.lilyy.MusicPlayer
{
[RequireComponent(typeof(AudioSource))]
public class MusicPlayerSong : MonoBehaviour, IEditorOnly {
public string Name = "Song Name";
public int TrackNumber = 1;
public AudioClip song;
}
}

View file

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 5491c24bf16b86d45accbad9d16d0522
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: