
Descripción
Download Win64-Demo
Download SampleProjectUE5.6 , SampleProjectOld_UE5.5 , SampleProjectOld-UE5.4.2 (Needs Skelot plugin)
Join Discord for QA and Support.
Render tens of thousands of skeletal meshes without pain directly within Editor with very little CPU consumption. no need for customized material, just adjust your SkeletalMesh's LODs, make an SkelotAnimCollection DataAsset and then use SkelotComponent. well optimized as light as InstancedStaticMeshComponent. highly suitable for TopDown/RTS games.
New : Easy to use Componen-Less design
New : Virtual Shadow Map Support
New : Runtime AnimCollection (now you can generate AnimCollection at runtime )
NEW: Curve Sampling Supported. Curves are cached and can be sampled from materials.
NEW: Instancing with negative scale is supported.
NEW: Modular Mesh supported. several USkeletalMesh can be attached to one instance (similar to Leader/Follower pose).
NEW: Dynamic transition. transitions are generated and cached at runtime when needed, eats less VRAM. Video
NEW: Dynamic Pose . instances can switch to Dynamic Pose and be bound to a USkeletalMeshComponent. Video
New: Fast Recast Functions available now . Video
New: Socket Transforms Supported . Video
UPDATE: No more Bone or Influence limit. uint16 bone index and skin weight added, up to 8 influence is supported now.
UPDATE: Animation sequences are generated at load time. AnimCollection takes less disk size now.
UPDATE: AnimCollection uses DerivedDataCache. rebuild won't take minutes anymore.
OPTIMIZATION: Only sends skinned bones to VRAM . SkinWeight is taken from SkeltalMeshes now.
OPTIMIZATION: Spatial Grid for culling + SIMDified Codes.







