- Home /
Question by
david314c · Sep 14, 2016 at 12:26 PM ·
gpuinstancing
Gpu Instancing exemple?
Hello i'm looking for an example of gpu instancing, i'm trying to optimize my scene but can't find any full example and the documentation doesn't help much. I'm looking for a basic example using a real mesh and not a generated one.
Comment
Answer by alexandre-fiset · Nov 28, 2016 at 07:27 PM
Why don't you just add the Instanced Standard Shader built-in Unity?
Asset > Create > Shaders > Standard Shader (Instanced)
Bingo!
Your answer
Follow this Question
Related Questions
Why are my GPU instanced objects all black? 2 Answers
Unity 5.4 Gpu Instancing reduces amount of saved batches to zero 0 Answers
Cant find Standard Surface Shader (Instanced) in Unity 2 Answers
GPU Instancing with textures 1 Answer
How to avoid culling when instancing object via DrawMeshInstancedIndirect 1 Answer