using System.Collections; using System.Collections.Generic; using UnityEngine; using System.Threading; namespace CustomBaking { public class Baker { Thread m_Thread; } }