Version: 2017.3
Removed

Component.collider

Cambiar al Manual
Obsolete public Component collider ;

Descripción

The Collider attached to this GameObject. (Null if there is none attached).

using UnityEngine;
using System.Collections;

public class ExampleClass : MonoBehaviour { void Example() { collider.material.dynamicFriction = 1; } }