This repository has been archived on 2024-11-16. You can view files and clone it, but cannot push or open issues or pull requests.
Unreal-Voxel/Voxel.uplugin
_Redstone_c_ 0663e3192e 使用 AutoSave 插件管理文件
修复 AVoxelWorld::CenterAgent 为空时 RE
修复区块不能根据距离正常卸载的问题
2020-12-13 11:20:17 +08:00

34 lines
596 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Voxel",
"Description": "",
"Category": "Other",
"CreatedBy": "_Redstone_c_",
"CreatedByURL": "",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "Voxel",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "ProceduralMeshComponent",
"Enabled": true
},
{
"Name": "AutoSave",
"Enabled": true
}
]
}