This is old bug, I decided to report it for archival purposes.
Basically Volume Actions (triggers) are broken on AptSpeaker, Add Volume Action option does nothing.
I doubt many use that nippleSpeaker as main audio source.
But the only way to add actions is by manually adding triggers inside scene.json (still... even after that actions are not listed on UI).
example - basic scene (manually added trigger to change light intensity):
Basically Volume Actions (triggers) are broken on AptSpeaker, Add Volume Action option does nothing.
I doubt many use that nippleSpeaker as main audio source.
But the only way to add actions is by manually adding triggers inside scene.json (still... even after that actions are not listed on UI).
example - basic scene (manually added trigger to change light intensity):
JSON:
{
"playerHeightAdjust" : "-0.6750634",
"monitorCameraRotation" : {
"x" : "0.05004183",
"y" : "0",
"z" : "0"
},
"useSceneLoadPosition" : "false",
"atoms" : [
{
"id" : "WindowCamera",
"on" : "true",
"type" : "WindowCamera",
"position" : {
"x" : "0.351",
"y" : "1.831",
"z" : "0.155"
},
"rotation" : {
"x" : "0",
"y" : "0",
"z" : "0"
},
"containerPosition" : {
"x" : "0.351",
"y" : "1.831",
"z" : "0.155"
},
"containerRotation" : {
"x" : "0",
"y" : "0",
"z" : "0"
},
"storables" : [
{
"id" : "control",
"position" : {
"x" : "0.351",
"y" : "1.831",
"z" : "0.155"
},
"rotation" : {
"x" : "0",
"y" : "0",
"z" : "0"
}
},
{
"id" : "DisplayControl",
"position" : {
"x" : "0.51",
"y" : "1.831",
"z" : "0.155"
},
"rotation" : {
"x" : "0",
"y" : "0",
"z" : "0"
},
"linkTo" : "WindowCamera:control"
}
]
},
{
"id" : "CoreControl",
"on" : "true",
"type" : "CoreControl",
"storables" : [
{
"id" : "MotionAnimationMaster",
"triggers" : [
]
}
]
},
{
"id" : "[CameraRig]",
"on" : "true",
"type" : "VRController",
"position" : {
"x" : "2.501731",
"y" : "0",
"z" : "6.253492"
},
"rotation" : {
"x" : "0",
"y" : "183.5",
"z" : "0"
},
"storables" : [
]
},
{
"id" : "AptSpeaker",
"on" : "true",
"type" : "AptSpeaker",
"position" : {
"x" : "2",
"y" : "0",
"z" : "-1"
},
"rotation" : {
"x" : "0",
"y" : "0",
"z" : "0"
},
"containerPosition" : {
"x" : "2",
"y" : "0",
"z" : "-1"
},
"containerRotation" : {
"x" : "0",
"y" : "0",
"z" : "0"
},
"storables" : [
{
"id" : "AptSpeaker_Import",
"spatialize" : "true",
"volumeTriggerQuickness" : "50",
"volumeTriggerMultiplier" : "2",
"trigger" : {
"startActions" : [
],
"transitionActions" : [
{
"name" : "Light intensity",
"receiverAtom" : "InvisibleLight",
"receiver" : "Light",
"receiverTargetName" : "intensity",
"startValue" : "0",
"endValue" : "2",
"startWithCurrentVal" : "false"
}
],
"endActions" : [
]
}
},
{
"id" : "control",
"position" : {
"x" : "2",
"y" : "0",
"z" : "-1"
},
"rotation" : {
"x" : "0",
"y" : "0",
"z" : "0"
}
}
]
},
{
"id" : "InvisibleLight",
"on" : "true",
"type" : "InvisibleLight",
"position" : {
"x" : "0.29",
"y" : "1.833",
"z" : "0.238"
},
"rotation" : {
"x" : "0",
"y" : "0",
"z" : "0"
},
"containerPosition" : {
"x" : "0.29",
"y" : "1.833",
"z" : "0.238"
},
"containerRotation" : {
"x" : "0",
"y" : "0",
"z" : "0"
},
"storables" : [
{
"id" : "Light",
"intensity" : "0"
},
{
"id" : "control",
"position" : {
"x" : "0.29",
"y" : "1.833",
"z" : "0.238"
},
"rotation" : {
"x" : "0",
"y" : "0",
"z" : "0"
}
}
]
},
{
"id" : "UIButton",
"on" : "true",
"type" : "UIButton",
"position" : {
"x" : "1.4",
"y" : "1",
"z" : "0"
},
"rotation" : {
"x" : "0",
"y" : "0",
"z" : "0"
},
"containerPosition" : {
"x" : "1.4",
"y" : "1",
"z" : "0"
},
"containerRotation" : {
"x" : "0",
"y" : "0",
"z" : "0"
},
"storables" : [
{
"id" : "Trigger",
"trigger" : {
"startActions" : [
{
"receiverAtom" : "AptSpeaker",
"receiver" : "AptSpeaker_Import",
"receiverTargetName" : "PlayNow",
"audioClipType" : "Embedded",
"audioClipCategory" : "Music",
"audioClip" : "NightlyNewsOrigMix"
}
],
"transitionActions" : [
],
"endActions" : [
]
}
},
{
"id" : "control",
"position" : {
"x" : "1.4",
"y" : "1",
"z" : "0"
},
"rotation" : {
"x" : "0",
"y" : "0",
"z" : "0"
}
}
]
}
]
}