Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ComputeCRC()

Computes a CRC hash value from the content of the material.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public int ComputeCRC()

Returns

Type

Description

int

Remarks

The computation of CRC values may change in future Unity releases. Therefore, do not use CRC values for serialization.