Unity高效计算相关
Posted stalendp
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Unity高效计算相关相关的知识,希望对你有一定的参考价值。
Compute Shader:
https://docs.unity3d.com/Manual/class-ComputeShader.html
http://www.emersonshaffer.com/blog/2016/5/11/unity3d-compute-shader-introduction-tutorial
http://kylehalladay.com/blog/tutorial/2014/06/27/Compute-Shaders-Are-Nifty.html
https://docs.microsoft.com/en-us/windows/desktop/direct3dhlsl/sm5-attributes-numthreads
Enity Component System:
https://unitylist.com/p/ile/Unity-ECS-Boids-Simulation
http://wiki.unity3d.com/index.php/Entity_Component_System
https://unitylist.com/p/e5t/Unity-ECS-Sample
https://unity3d.com/learn/tutorials/topics/scripting/introduction-ecs
https://unity.com/unity/features/job-system-ECS
https://software.intel.com/en-us/articles/get-started-with-the-unity-entity-component-system-ecs-c-sharp-job-system-and-burst-compiler
以上是关于Unity高效计算相关的主要内容,如果未能解决你的问题,请参考以下文章
GPU Skinning 结合 Instanced 高效实现大量单位动画
Unity预计算全局光照的学习(速度优化,LightProbe,LPPV)