Files
UnrealEngine/Templates/TP_ThirdPerson/manifest.json
2025-05-18 13:04:45 +08:00

73 lines
3.3 KiB
JSON

{
"Version": 1,
"Name": [
{
"Language": "en",
"Text": "Third Person"
},
{
"Language": "ko",
"Text": "삼인칭"
},
{
"Language": "zh-Hans",
"Text": "第三人称游戏"
},
{
"Language": "ja",
"Text": "サードパーソン"
}
],
"Description": [
{
"Language": "en",
"Text": "The third person pack features a playable character where the camera is positioned behind and slightly above the character. As the character moves using mouse, keyboard, controller or virtual joystick on a touch device, the camera follows the character, observing from an over-the-shoulder point of view. This perspective emphasizes the main character and is popular in action and adventure games. The template map contains several objects that the player can jump upon, and push around."
},
{
"Language": "ko",
"Text": "삼인칭 템플릿에는 플레이 가능한 캐릭터가 포함되어 있으며 카메라가 캐릭터 머리 위 약간 뒤쪽에 위치합니다. 캐릭터가 마우스, 키보드, 터치 디바이스의 가상 조이스틱으로 움직일 때 카메라는 어깨너머의 관점에서 캐릭터를 관찰하며 따라갑니다. 이 시점은 주인공 캐릭터를 강조해 액션이나 어드벤처 게임에 주로 활용됩니다. 이 템플릿 맵에는 플레이어가 점프하여 착지하고 밀 수 있는 여러 가지 오브젝트가 포함되어 있습니다."
},
{
"Language": "zh-Hans",
"Text": "第三人称游戏内容包包含一个可操控的角色以及一台位于角色身后斜上方的摄像机。你可以通过鼠标、键盘、手柄或触摸式设备上的虚拟摇杆控制角色移动。摄像机会跟随角色,以越肩视角拍摄场景。这种视角突出主角,常用于动作及冒险类游戏。该模板的地图中还包含一些对象,可以让角色跳上跳下或四处推动。"
},
{
"Language": "ja",
"Text": "サードパーソン パックは、後ろ側と少し上にカメラが配置されているプレイ可能なキャラクターを備えています。タッチデバイスでマウス、キーボード、コントローラー、またはバーチャル ジョイスティックの使用によりキャラクターが移動すると、カメラはキャラクターを追跡し、肩越しの視点から観察します。この視点では主人公が強調されるため、アクションゲームやアドベンチャー ゲームで人気があります。テンプレート マップには、プレイヤーがジャンプしたり押すことができるオブジェクトがいくつか含まれています。"
}
],
"AssetTypes": [
{
"Language": "en",
"Text": "Animation Sequence, Animation Blueprint, Skeleton, Skeletal Mesh, Control Rig, IK Rig, Retargeter"
}
],
"SearchTags": [
{
"Language": "en",
"Text": "Action, Adventure, Third"
}
],
"ClassTypes": "Character, SpringArmComponent, GameMode",
"Category": "CodeFeature",
"FocusAsset": "/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter",
"Thumbnail": "TP_ThirdPerson.png",
"Screenshots": [
"TP_ThirdPerson_Preview.png"
],
"AdditionalFeaturePacks": [
{
"MountName": "LevelPrototyping",
"DetailLevels": [
"High"
]
},
{
"MountName": "Characters",
"DetailLevels": [
"High"
]
}
]
}