NOTE: The "self-collision" feature does not currently work with Chaos physics (UE5). Solutions for this are being investigated, but the rest of the plugin functions as expected.
Tether is a tool for creating cables, ropes, chains, flexible pipes, and other long bending objects, in the Unreal Engine editor, for environment art and set-dressing purposes. Tether simulates physics and builds static meshes in-editor, allowing rapid creation and iteration of cables using a non-destructive workflow.
Editor mode:
The Tether editor mode allows easy placement of cables by clicking points in the world.
Adjust slack, set tangents, and chain multiple cable segments together as part of the cable creation workflow.
Cable Actors:
Tether Cable Actors are self-contained objects in the world that handle all the functionality for a single cable, including settings, physics simulation, mesh generation, and the resultant static mesh.
The overall path of the cable before a simulation can be controlled using Unreal's spline tools.
When modified, cables are automatically simulated and rebuilt for the fastest possible iteration time.
Simulation supports physics collision with other objects in the world, including other cables, allowing them to coil up on the ground and hang on each other.
The mesh for the cable can be generated procedurally using a specified resolution for the number of sides and edge loops, or use a user-specified mesh for full control of the final result.
The generated static mesh is saved inside of the Actor in the world, removing the need for any asset management by the developer. The developer can still open it and modify the static mesh properties as usual.
At runtime, all physics simulation and mesh generation functionality is stripped away leaving the final static mesh. There's no physics simulation slowing down the game at runtime, which allows environments to have many more cables than if they were dynamically simulated.
Optionally, sets of one or more cables can be saved as a static mesh asset to be reused across multiple places in the project.
技术细节
Code Modules:
Tether (Runtime)
TetherEditor (Editor)
Network Replicated: N/A
Supported Development Platforms: Win64
Supported Target Build Platforms: Win64
注意:“自碰撞”功能目前不适用于 Chaos 物理 (UE5)。正在研究解决方案,但插件的其余部分功能正常。
Tether 是一种在虚幻引擎编辑器中创建电缆、绳索、链条、柔性管道和其他长弯曲物体的工具,可用于环境艺术和布景。 Tether 模拟物理并在编辑器中构建静态网格,允许使用非破坏性工作流程快速创建和迭代电缆。
编辑器模式:
Tether 编辑器模式允许通过单击世界中的点轻松放置电缆。
作为电缆创建工作流程的一部分,调整松弛度、设置切线并将多个电缆段链接在一起。
电缆 Actors:
Tether 电缆 Actors 是世界中的独立对象,可处理单个电缆的所有功能,包括设置、物理模拟、网格生成和生成的静态网格。
可以使用虚幻的样条线工具控制模拟前电缆的整体路径。
修改后,电缆会自动模拟并重建,以尽可能快地完成迭代。
模拟支持与世界上其他物体(包括其他电缆)发生物理碰撞,使它们可以盘绕在地面上并相互悬挂。
可以使用指定的分辨率对边数和边环数进行程序化生成电缆网格,也可以使用用户指定的网格完全控制最终结果。
生成的静态网格保存在世界上的 Actor 中,开发人员无需进行任何资产管理。开发人员仍然可以像往常一样打开它并修改静态网格属性。
在运行时,所有物理模拟和网格生成功能都被剥离,只留下最终的静态网格。没有物理模拟会在运行时减慢游戏速度,这使得环境可以拥有比动态模拟更多的电缆。
或者,可以将一组或多组电缆保存为静态网格资产,以便在项目中的多个位置重复使用。
技术细节
代码模块:
Tether(运行时)
TetherEditor(编辑器)
网络复制:N/A
支持的开发平台:Win64
支持的目标构建平台:Win64
|