using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text; using System.Xml.Linq; using UnityEngine; namespace Unity.MLAgents { public class MarathonSpawner : MonoBehaviour { [Tooltip("The MuJoCo xml file to parse")] /**< \brief The MuJoCo xml file to parse*/ public TextAsset Xml; public Material Material; public PhysicMaterial PhysicMaterial; [Tooltip("When True, UnityEngine.Time.fixedDeltaTime is set by