Unity · Schema

MatchLogic

Game DevelopmentReal-Time 3DMultiplayerGame ServicesCloud Gaming

Properties

Name Type Description
name string
script string MMScript for match rules
View JSON Schema on GitHub

JSON Schema

unity-matchlogic-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MatchLogic",
  "title": "MatchLogic",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "script": {
      "type": "string",
      "description": "MMScript for match rules"
    }
  }
}