This version of Unity is unsupported.

DetailPrototype.useInstancing

public bool useInstancing;

Description

Indicates whether this detail prototype uses GPU Instancing for rendering.

When you set this value to true, Unity uses the Material and Shader used by the prototype GameObject for rendering.

Currently this setting is only effective when you specify VertexLit as the renderMode.