Decommissions

Decommissioning the following apps:
-Material Data Creator (now embedded in the Create App as the Material Assistant)
-Audio Zones Helper (Now directly supported on zone entity)

Also fix the "General Assembly Voting" app icon link in metadata
and set the "General Assembly Voting" app to inactive (since it is not fully working and need rework.)
This commit is contained in:
Alezia Kurdis 2024-12-11 21:41:20 -05:00 committed by GitHub
parent f8a03ddfff
commit 9eac706d87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -90,15 +90,6 @@ var metadata = { "applications":
"icon": "nametags/assets/nametags-i.svg",
"caption": "NAMETAGS"
},
{
"isActive": true,
"directory": "materialDataCreator",
"name": "Material Data Creator",
"description": "This tool helps you create your own material data with a real-time preview. From that, you can directly generate a Material entity or a .json file that can be used in Material entities.",
"jsfile": "materialDataCreator/appMaterialDataCreator.js",
"icon": "materialDataCreator/images/icon_materialDate_inactive.png",
"caption": "MAT-GEN"
},
{
"isActive": true,
"directory": "blocks",
@ -198,15 +189,6 @@ var metadata = { "applications":
"icon": "survivalKit/icon_inactive.png",
"caption": "SURVIVAL"
},
{
"isActive": true,
"directory": "audioZones",
"name": "Audio Zones Helper",
"description": "This tool helps you to setup Audio Zones using 3D box entities in-world. The tools will generate the coordinates that need to be captured in the Domain Server (Content > Audio Environment). The 3D representations of the audio zones can be hidden and locked to be preserved for future adjustments or restorations.",
"jsfile": "audioZones/app-audioZones.js",
"icon": "audioZones/images/icon_audioZone_inactive.png",
"caption": "AUDIO-Z"
},
{
"isActive": true,
"directory": "cameras",
@ -343,12 +325,12 @@ var metadata = { "applications":
"caption": "3rd PERS"
},
{
"isActive": true,
"isActive": false,
"directory": "voting",
"name": "General Assembly Voting",
"description": "Vote in the General Assembly",
"jsfile": "voting/vote.js",
"icon": "voting/icon_white.png",
"icon": "voting/img/icon_white.png",
"caption": "VOTE"
}
]