Open DarkRewar opened 1 month ago
public class MyComponent : MonoBehaviour { [Required] public GameObject Prefab; }
Will logs "Prefab must be required on MyComponent".
Optional: freeze the Play mode (error stays in the console)
Will logs "Prefab must be required on MyComponent".
Optional: freeze the Play mode (error stays in the console)