Files
UnrealEngine/Engine/Plugins/Experimental/Text3D/Text3D.uplugin
2025-05-18 13:04:45 +08:00

40 lines
794 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"FriendlyName": "Text 3D",
"Description": "Tool to create 3D Text with advanced options",
"Category": "Text",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"Installed": false,
"Modules": [
{
"Name": "Text3D",
"Type": "Runtime",
"LoadingPhase": "Default",
"TargetDenyList": [ "Server" ]
},
{
"Name": "Text3DEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "GeometryProcessing",
"Enabled": true,
"TargetDenyList": [ "Server" ]
},
{
"Name": "GeometryMask",
"Enabled": true
}
]
}