Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CoppaCompliance

The enumerated states of the project's Coppa compliance setting.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Enum
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public enum CoppaCompliance

Fields

Value

Description

CoppaCompliantThe project will adhere to Coppa regulations because it targets an audience under a certain age.
CoppaNotCompliantThe project will not adhere to Coppa regulations because it does not target an audience under a specific age.
CoppaUndefinedThe project has not yet defined the Coppa state.