拖拉机 发表于 2022-8-17 14:29:02

Frustum Culling 1.2.2

本帖最后由 微笑的猫 于 2024-10-15 16:42 编辑


插件名称:Frustum Culling 1.2.2插件官网:访问官网
版权协议:Red pine1.1解压密码:通用密码
Frustum Culling 1.2.2


Frustum Culling 系列索引:

Frustum Culling 2.0下载链接
Frustum Culling 2.2.2下载链接










Increase your frames and performance using this tool that disables game objects completely when they're not in view. Stop events, scripts, animations, sounds, basically any and all components on an object when not in view and re-enable on view, by disabling/enabling the object itself.

This package offers the option to disable gameobjects depending on distance also and not only the camera's view.
This package works on all rendering pipelines (built in, URP and HDRP) but the demo is made using URP.

Unity performs Frustum Culling for static objects by default under Occlusion Culling, but you need a custom solution to completely disable the gameobject as Unity's disables the mesh/skinned renderer only. This is where this tool comes in. Use it on CPU-intensive objects as the gameobject will be disabled in it's entirety including all of it's scripts and components when player isn't looking and back on again when within the frustum. Don't use it on your entire world.

Set the values of the 4 sides of the frustum to better suit your game if needed, or even enable distance culling which as expected puts distance into consideration.

This package comes with a project demo, a fully-commented source codes and documentation.


**** Hidden Message *****


kyx11180 发表于 2022-9-5 09:29:18

66666666666666666666666
页: [1]
查看完整版本: Frustum Culling 1.2.2