Version: 2019.1

Utils.CreatePrimitive

Switch to Manual
public static GameObject CreatePrimitive (PrimitiveType type);

Parameters

typeThe primitive type of the required GameObject.

Returns

GameObject A GameObject with primitive mesh renderer and collider.

Description

Creates a GameObject with a primitive mesh renderer.

This is analogous to GameObject.CreatePrimitive, but creates a primitive mesh renderer with a fast shader instead of the default built-in shader, optimized for testing performance. It returns a GameObject with primitive mesh renderer and collider.