UnrealFixedCollision/UnrealFixedCollision.uplugin
2023-02-12 12:07:31 -05:00

30 lines
702 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "UnrealFixedCollision",
"Description": "A collision detection library for Unreal Engine using fixed point math for coordinates and dimensions of collision shapes.",
"Category": "Other",
"CreatedBy": "Kevin Poretti",
"CreatedByURL": "https://kevinporetti.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "UnrealFixedCollision",
"Type": "Runtime",
"LoadingPhase": "PreLoadingScreen"
}
],
"Plugins": [
{
"Name": "UnrealFixedPoint",
"Enabled": true
}
]
}