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

你可能感兴趣的:(游戏)